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'6434653530313266353966323137613332643838393862343764313939306436'
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.24 ms After last query: 0.52 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'6434653530313266353966323137613332643838393862343764313939306436'
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.31 ms After last query: 0.07 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'6434653530313266353966323137613332643838393862343764313939306436', 1, 1695782328, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `sakthi_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'6434653530313266353966323137613332643838393862343764313939306436', 1, 1695782328, 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.54 ms After last query: 0.74 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.16 ms After last query: 0.87 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.18 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: 0.82 ms After last query: 0.18 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.23 ms After last query: 0.52 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.43 ms After last query: 8.85 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: 10.18 ms After last query: 10.30 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.05 ms After last query: 28.64 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.46 ms After last query: 2.12 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.29 ms After last query: 0.14 ms Query memory: 0.006 MB Memory before query: 21.724 MB
UPDATE `sakthi_extensions`
SET `params` = '{\"mediaversion\":\"ee91e6e166964beffef2663d23f8b69e\"}'
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.54 ms After last query: 2.06 ms Query memory: 0.026 MB Memory before query: 22.188 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.47 ms After last query: 5.66 ms Query memory: 0.092 MB Memory before query: 23.822 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 |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
11 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
10 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:581 |
9 | EB::config() | JROOT/administrator/components/com_easyblog/includes/utils.php:51 |
8 | EasyBlog->__construct() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:2686 |
7 | EB::ajax() | JROOT/components/com_easyblog/easyblog.php:23 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.40 ms After last query: 2.70 ms Query memory: 0.006 MB Memory before query: 24.368 MB
DELETE
FROM `sakthi_easyblog_mailq`
WHERE `status`='1'
AND DATEDIFF(NOW(), `created`) >='7'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | DELETE | sakthi_easyblog_mailq | NULL | range | easyblog_mailq_status,idx_mailq_statuscreated | easyblog_mailq_status | 1 | const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_easyblog/includes/utils.php:198 |
11 | EasyBlogDbJoomla->query() | JROOT/administrator/components/com_easyblog/models/mailer.php:39 |
10 | EasyBlogModelMailer->cleanup() | JROOT/administrator/components/com_easyblog/includes/mailer/mailer.php:29 |
9 | EasyBlogMailer->dispatch() | JROOT/components/com_easyblog/services/maintenance.php:18 |
8 | require_once JROOT/components/com_easyblog/services/maintenance.php | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3925 |
7 | EB::loadServices() | JROOT/components/com_easyblog/easyblog.php:27 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.15 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 24.376 MB Rows returned: 0
SELECT `id`
FROM `sakthi_easyblog_mailq`
WHERE `status`='0'
ORDER BY `id` ASC
LIMIT 5
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sakthi_easyblog_mailq | NULL | ref | easyblog_mailq_status,idx_mailq_statuscreated | easyblog_mailq_status | 1 | const | 1 | 100.00 | Using where; Using index |
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_easyblog/includes/utils.php:330 |
11 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/mailer.php:67 |
10 | EasyBlogModelMailer->getPendingEmails() | JROOT/administrator/components/com_easyblog/includes/mailer/mailer.php:32 |
9 | EasyBlogMailer->dispatch() | JROOT/components/com_easyblog/services/maintenance.php:18 |
8 | require_once JROOT/components/com_easyblog/services/maintenance.php | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3925 |
7 | EB::loadServices() | JROOT/components/com_easyblog/easyblog.php:27 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.73 ms After last query: 4.53 ms Query memory: 0.023 MB Memory before query: 25.868 MB Rows returned: 0
SELECT *
FROM `sakthi_easyblog_post`
WHERE `publish_up`<='2023-09-27 02:38:48'
AND `published`='2'
AND `state`='0'
ORDER BY `id`
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sakthi_easyblog_post | NULL | ref | easyblog_post_published,easyblog_post_blogger_list,easyblog_frontpage1,idx_pre_soucetype_postcount,idx_post_sql1 | easyblog_post_blogger_list | 1 | const | 1 | 5.00 | Using index condition; Using 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_easyblog/includes/utils.php:330 |
11 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/blogs.php:386 |
10 | EasyBlogModelBlogs->getScheduledPosts() | JROOT/administrator/components/com_easyblog/includes/scheduler/scheduler.php:51 |
9 | EasyBlogScheduler->publish() | JROOT/components/com_easyblog/services/maintenance.php:22 |
8 | require_once JROOT/components/com_easyblog/services/maintenance.php | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3925 |
7 | EB::loadServices() | JROOT/components/com_easyblog/easyblog.php:27 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.10 ms Query memory: 0.022 MB Memory before query: 25.883 MB Rows returned: 0
SELECT id, created_by
FROM`sakthi_easyblog_post`
WHERE `publish_down` > `publish_up`
AND `publish_down` <= '2023-09-27 02:38:48'
AND `publish_down` != '0000-00-00 00:00:00'
AND `published` = '1'
AND `state` = '0'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sakthi_easyblog_post | NULL | range | easyblog_post_published,easyblog_post_blogger_list,easyblog_frontpage1,idx_pre_soucetype_postcount,idx_post_sql1,idx_publishdown_posts | idx_publishdown_posts | 11 | NULL | 2 | 3.30 | Using index condition; Using 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_easyblog/includes/utils.php:330 |
11 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/blogs.php:542 |
10 | EasyBlogModelBlogs->getUnpublishScheduledPosts() | JROOT/administrator/components/com_easyblog/includes/scheduler/scheduler.php:26 |
9 | EasyBlogScheduler->unpublish() | JROOT/components/com_easyblog/services/maintenance.php:25 |
8 | require_once JROOT/components/com_easyblog/services/maintenance.php | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3925 |
7 | EB::loadServices() | JROOT/components/com_easyblog/easyblog.php:27 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 25.888 MB Rows returned: 0
SELECT *
FROM `sakthi_easyblog_uploader_tmp`
WHERE `created` <= DATE_SUB('2023-09-27 02:38:48' , INTERVAL 120 MINUTE)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sakthi_easyblog_uploader_tmp | NULL | range | idx_uploader_created | idx_uploader_created | 5 | NULL | 1 | 100.00 | Using index condition |
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:1662 |
11 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_easyblog/includes/utils.php:330 |
10 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/includes/scheduler/scheduler.php:165 |
9 | EasyBlogScheduler->removeTmpFiles() | JROOT/components/com_easyblog/services/maintenance.php:28 |
8 | require_once JROOT/components/com_easyblog/services/maintenance.php | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3925 |
7 | EB::loadServices() | JROOT/components/com_easyblog/easyblog.php:27 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.45 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 25.894 MB Rows returned: 0
SELECT a.`id`
FROM `sakthi_easyblog_post` as a
inner join `sakthi_easyblog_revisions` as b
on a.`id` = b.`post_id`
where a.`published` = '9'
and a.`created` <= DATE_SUB('2023-09-27 02:38:48', INTERVAL 3 DAY)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ref | PRIMARY,easyblog_post_published,easyblog_post_blogger_list,easyblog_frontpage1,idx_pre_soucetype_postcount,idx_post_sql1 | easyblog_post_published | 1 | const | 1 | 33.33 | Using where |
1 | SIMPLE | b | NULL | ref | idx_postid,idx_ordering,idx_revision_state | idx_postid | 8 | sakthi_new.a.id | 1 | 100.00 | Using where; Using index |
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_easyblog/includes/utils.php:330 |
10 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/includes/scheduler/scheduler.php:207 |
9 | EasyBlogScheduler->removeBlankPosts() | JROOT/components/com_easyblog/services/maintenance.php:31 |
8 | require_once JROOT/components/com_easyblog/services/maintenance.php | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3925 |
7 | EB::loadServices() | JROOT/components/com_easyblog/easyblog.php:27 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.03 ms Query memory: 0.006 MB Memory before query: 25.901 MB
DELETE a, b
FROM `sakthi_easyblog_post` as a
inner join `sakthi_easyblog_revisions` as b
on a.`id` = b.`post_id`
where a.`published` = '9'
and a.`created` <= DATE_SUB('2023-09-27 02:38:48', INTERVAL 3 DAY)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | DELETE | a | NULL | ref | PRIMARY,easyblog_post_published,easyblog_post_blogger_list,easyblog_frontpage1,idx_pre_soucetype_postcount,idx_post_sql1 | easyblog_post_published | 1 | const | 1 | 33.33 | Using where |
1 | DELETE | b | NULL | ref | idx_postid,idx_ordering,idx_revision_state | idx_postid | 8 | sakthi_new.a.id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_easyblog/includes/utils.php:198 |
10 | EasyBlogDbJoomla->query() | JROOT/administrator/components/com_easyblog/includes/scheduler/scheduler.php:220 |
9 | EasyBlogScheduler->removeBlankPosts() | JROOT/components/com_easyblog/services/maintenance.php:31 |
8 | require_once JROOT/components/com_easyblog/services/maintenance.php | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3925 |
7 | EB::loadServices() | JROOT/components/com_easyblog/easyblog.php:27 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 6.64 ms After last query: 0.62 ms Query memory: 0.043 MB Memory before query: 25.950 MB Rows returned: 10
SELECT *
FROM `sakthi_menu`
WHERE `published`='1'
AND `link` LIKE 'index.php?option=com_easyblog%'
AND `client_id` = '0'
ORDER BY `id`
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sakthi_menu | NULL | index | idx_client_id_parent_id_alias_language | PRIMARY | 4 | NULL | 2964 | 1.06 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:330 |
13 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/menu.php:64 |
12 | EasyBlogModelMenu->getAssociatedMenus() | JROOT/administrator/components/com_easyblog/includes/router.php:97 |
11 | EBR::getMenus() | JROOT/administrator/components/com_easyblog/includes/router.php:453 |
10 | EBR::_() | JROOT/administrator/components/com_easyblog/includes/router.php:955 |
9 | EBR::getRoutedURL() | JROOT/components/com_easyblog/services/weblog.php:26 |
8 | require_once JROOT/components/com_easyblog/services/weblog.php | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3925 |
7 | EB::loadServices() | JROOT/components/com_easyblog/easyblog.php:27 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 0.79 ms Query memory: 0.031 MB Memory before query: 25.979 MB Rows returned: 46
SELECT *
FROM `sakthi_easyblog_acl`
WHERE `published`='1'
ORDER BY `id` ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sakthi_easyblog_acl | NULL | index | idx_acl_published,idx_acl_published_id | PRIMARY | 8 | NULL | 46 | 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/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:330 |
12 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/includes/acl/acl.php:322 |
11 | EasyBlogAcl::getRules() | JROOT/administrator/components/com_easyblog/includes/acl/acl.php:36 |
10 | EasyBlogAcl::getRuleSet() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:219 |
9 | EB::acl() | JROOT/components/com_easyblog/controllers/controller.php:22 |
8 | EasyBlogController->__construct() | JROOT/libraries/src/MVC/Controller/BaseController.php:313 |
7 | Joomla\CMS\MVC\Controller\BaseController::getInstance() | JROOT/components/com_easyblog/easyblog.php:33 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.40 ms After last query: 0.11 ms Query memory: 0.027 MB Memory before query: 26.014 MB Rows returned: 46
SELECT *
FROM `sakthi_easyblog_acl_group`
WHERE `content_id` IN (1)
AND `type`='
group'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sakthi_easyblog_acl_group | NULL | ref | easyblog_post_acl_content_type | easyblog_post_acl_content_type | 775 | const,const | 46 | 100.00 | NULL |
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/administrator/components/com_easyblog/includes/utils.php:330 |
12 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/includes/acl/acl.php:151 |
11 | EasyBlogAcl::getEasyBlogAclGroups() | JROOT/administrator/components/com_easyblog/includes/acl/acl.php:98 |
10 | EasyBlogAcl::getRuleSet() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:219 |
9 | EB::acl() | JROOT/components/com_easyblog/controllers/controller.php:22 |
8 | EasyBlogController->__construct() | JROOT/libraries/src/MVC/Controller/BaseController.php:313 |
7 | Joomla\CMS\MVC\Controller\BaseController::getInstance() | JROOT/components/com_easyblog/easyblog.php:33 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.63 ms After last query: 12.30 ms Query memory: 0.023 MB Memory before query: 26.895 MB Rows returned: 1
SELECT COUNT(1)
FROM `sakthi_easyblog_category_acl` as a
LEFT JOIN `sakthi_easyblog_category` as b
ON a.`category_id` = b.`id`
WHERE b.`published` = '1'
AND a.`acl_id` = '2'
AND a.`type` = 'user'
AND a.`content_id` = ''
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ref | easyblog_category_acl,easyblog_category_acl_id,easyblog_content_type,easyblog_category_content_type | easyblog_category_acl_id | 8 | const | 1 | 100.00 | Using index condition; Using where |
1 | SIMPLE | b | NULL | eq_ref | PRIMARY,easyblog_cat_published,idx_category_access | PRIMARY | 8 | sakthi_new.a.category_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_easyblog/includes/utils.php:330 |
13 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/tables/categoryacl.php:79 |
12 | EasyBlogTableCategoryAcl->getUserAssignedCategoryACL() | JROOT/administrator/components/com_easyblog/includes/category/category.php:238 |
11 | EasyBlogCategory::genCatAccessSQL() | JROOT/administrator/components/com_easyblog/models/category.php:905 |
10 | EasyBlogModelCategory->getCategories() | JROOT/components/com_easyblog/views/categories/view.html.php:61 |
9 | EasyBlogViewCategories->display() | JROOT/components/com_easyblog/controllers/controller.php:105 |
8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:36 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 29.23 ms After last query: 0.14 ms Query memory: 0.024 MB Memory before query: 26.908 MB Rows returned: 5
select SQL_CALC_FOUND_ROWS a.*, count(pcat.`id`) as `cnt`
from `sakthi_easyblog_category` as a
inner join `sakthi_easyblog_category` as c
on a.`lft` <= c.`lft`
and a.`rgt` >= c.`rgt`
left join `sakthi_easyblog_post_category` as `pcat`
on c.`id` = pcat.`category_id`
and exists (select p.`id`
from `sakthi_easyblog_post` as p
inner join `sakthi_users` as uu
on p.`created_by` = uu.`id`
and uu.`block` = 0
where pcat.`post_id` = p.`id`
and p.`published` = '1'
and p.`state` = '0'
AND (`p`.`language`='en-GB' OR `p`.`language`='*' OR `p`.`language`=''))
and not exists ( select acp2.post_id
from `sakthi_easyblog_post_category` as acp2
inner join `sakthi_easyblog_category` as cat2
on acp2.`category_id` = cat2.`id`
where acp2.`post_id` = pcat.`post_id`
and ( (cat2.`private` = 1
and (0 = 0)) OR (cat2.`private` = 2
and (select count(1)
from `sakthi_easyblog_category_acl` as cacl2
where cacl2.`category_id` = cat2.`id`
and cacl2.`acl_id` = 1
and cacl2.`content_id` IN (1)) = 0) ) )
WHERE a.`published`='1'
and a.`parent_id` = 0
and (( (a.`private` = 0) OR (a.`private` = 1
AND '0' > 0) OR (a.`private` = 2
AND ( SELECT COUNT(1)
FROM `sakthi_easyblog_category_acl` as ca
WHERE ca.`category_id` = a.`id`
AND ca.`acl_id` = '1'
AND ( (ca.`content_id` IN ('1')
AND ca.`type` = '
group') OR (ca.`content_id` = '0'
AND ca.`type` = 'user') ) ) > 0 ) ))
AND (a.`language`='en-GB' OR a.`language`='*' OR a.`language`='')
GROUP BY a.`id`
having (count(pcat.`id`) > 0)
ORDER BY a.`lft` ASC
LIMIT 0,5
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | a | NULL | ref | PRIMARY,easyblog_cat_published,easyblog_cat_parentid,easyblog_cat_lft,idx_category_access,idx_category_alias,idx_cat_lftrgt,idx_author,idx_re_autopost,idx_category_alias_id | easyblog_cat_parentid | 5 | const | 5 | 5.15 | Using index condition; Using where; Using temporary; Using filesort |
1 | PRIMARY | c | NULL | ALL | easyblog_cat_lft,idx_cat_lftrgt | NO INDEX KEY COULD BE USED | NULL | NULL | 53 | 11.11 | Range checked for each record (index map: 0x48) |
1 | PRIMARY | pcat | NULL | ref | eb_post_category_catid,eb_post_category_cat_post | eb_post_category_cat_post | 4 | sakthi_new.c.id | 31 | 100.00 | Using where; Using index |
5 | DEPENDENT SUBQUERY | ca | NULL | ref | easyblog_category_acl,easyblog_category_acl_id,easyblog_content_type,easyblog_category_content_type | easyblog_category_acl | 8 | sakthi_new.a.id | 1 | 100.00 | Using index condition; Using where |
3 | DEPENDENT SUBQUERY | acp2 | NULL | ref | eb_post_category_postid,eb_post_category_catid,eb_post_category_post_cat,eb_post_category_cat_post | eb_post_category_post_cat | 4 | sakthi_new.pcat.post_id | 2 | 100.00 | Using index |
3 | DEPENDENT SUBQUERY | cat2 | NULL | eq_ref | PRIMARY | PRIMARY | 8 | sakthi_new.acp2.category_id | 1 | 19.00 | Using where |
4 | DEPENDENT SUBQUERY | cacl2 | NULL | ref | easyblog_category_acl,easyblog_category_acl_id,easyblog_content_type,easyblog_category_content_type | easyblog_category_acl | 8 | sakthi_new.cat2.id | 1 | 100.00 | Using index condition; Using where |
2 | DEPENDENT SUBQUERY | p | NULL | eq_ref | PRIMARY,easyblog_post_published,easyblog_post_created_by,easyblog_post_blogger_list,easyblog_frontpage1,idx_pre_soucetype_postcount,idx_post_sql1 | PRIMARY | 8 | sakthi_new.pcat.post_id | 1 | 5.00 | Using index condition; Using where |
2 | DEPENDENT SUBQUERY | uu | NULL | eq_ref | PRIMARY,idx_block | PRIMARY | 4 | sakthi_new.p.created_by | 1 | 80.49 | Using 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_easyblog/includes/utils.php:330 |
11 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/category.php:984 |
10 | EasyBlogModelCategory->getCategories() | JROOT/components/com_easyblog/views/categories/view.html.php:61 |
9 | EasyBlogViewCategories->display() | JROOT/components/com_easyblog/controllers/controller.php:105 |
8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:36 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 0.25 ms Query memory: 0.022 MB Memory before query: 26.923 MB Rows returned: 1
select FOUND_ROWS()
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 tables used |
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:1740 |
12 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_easyblog/includes/utils.php:330 |
11 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/category.php:998 |
10 | EasyBlogModelCategory->getCategories() | JROOT/components/com_easyblog/views/categories/view.html.php:61 |
9 | EasyBlogViewCategories->display() | JROOT/components/com_easyblog/controllers/controller.php:105 |
8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:36 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.79 ms Query memory: 0.022 MB Memory before query: 26.936 MB Rows returned: 1
SELECT *
FROM sakthi_easyblog_meta
WHERE `content_id` = '2'
AND `type` = 'view'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sakthi_easyblog_meta | NULL | ref | idx_meta_content_type | idx_meta_content_type | 66 | const,const | 1 | 100.00 | NULL |
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:1465 |
12 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
11 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:1958 |
10 | EB::setMeta() | JROOT/components/com_easyblog/views/categories/view.html.php:67 |
9 | EasyBlogViewCategories->display() | JROOT/components/com_easyblog/controllers/controller.php:105 |
8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:36 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.62 ms After last query: 7.13 ms Query memory: 0.024 MB Memory before query: 28.738 MB Rows returned: 0
SELECT `uid`
FROM `sakthi_easyblog_subscriptions`
WHERE `uid` IN (6,7,8,9,19)
AND `utype` = 'category'
AND `email` = ''
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sakthi_easyblog_subscriptions | NULL | ref | easyblog_subscriptions_types,easyblog_subscriptions_types_userid,easyblog_subscriptions_types_email,easyblog_subscriptions_email | easyblog_subscriptions_email | 302 | const | 1 | 100.00 | Using where |
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/administrator/components/com_easyblog/includes/utils.php:330 |
15 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/categories.php:1048 |
14 | EasyBlogModelCategories->preloadUserSubscription() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:175 |
13 | EasyBlogCache->insertCategories() | JROOT/administrator/components/com_easyblog/includes/formatter/types/categories.php:40 |
12 | EasyBlogFormatterCategories->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:55 |
11 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3954 |
10 | EB::formatter() | JROOT/components/com_easyblog/views/categories/view.html.php:82 |
9 | EasyBlogViewCategories->display() | JROOT/components/com_easyblog/controllers/controller.php:105 |
8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:36 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 4.60 ms After last query: 0.07 ms Query memory: 0.024 MB Memory before query: 28.747 MB Rows returned: 5
select b.`category_id`, count(distinct u.`id`) as `cnt`
from `sakthi_easyblog_users` as u
inner join `sakthi_users` as uu
on u.`id` = uu.`id`
and uu.`block` = 0
inner join `sakthi_easyblog_post` as a
on u.`id` = a.`created_by`
inner join `sakthi_easyblog_post_category` as b
on a.`id` = b.`post_id`
where b.`category_id` in (6,7,8,9,19)
group by b.category_id
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | b | NULL | range | eb_post_category_postid,eb_post_category_catid,eb_post_category_post_cat,eb_post_category_cat_post | eb_post_category_cat_post | 4 | NULL | 413 | 100.00 | Using where; Using index |
1 | SIMPLE | a | NULL | eq_ref | PRIMARY,easyblog_post_created_by | PRIMARY | 8 | sakthi_new.b.post_id | 1 | 100.00 | Using index condition |
1 | SIMPLE | u | NULL | eq_ref | PRIMARY | PRIMARY | 8 | sakthi_new.a.created_by | 1 | 100.00 | Using index |
1 | SIMPLE | uu | NULL | eq_ref | PRIMARY,idx_block | PRIMARY | 4 | sakthi_new.a.created_by | 1 | 80.49 | Using where |
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/administrator/components/com_easyblog/includes/utils.php:330 |
15 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/categories.php:1321 |
14 | EasyBlogModelCategories->preloadActiveAuthorsCount() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:195 |
13 | EasyBlogCache->insertCategories() | JROOT/administrator/components/com_easyblog/includes/formatter/types/categories.php:40 |
12 | EasyBlogFormatterCategories->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:55 |
11 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3954 |
10 | EB::formatter() | JROOT/components/com_easyblog/views/categories/view.html.php:82 |
9 | EasyBlogViewCategories->display() | JROOT/components/com_easyblog/controllers/controller.php:105 |
8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:36 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.40 ms After last query: 0.23 ms Query memory: 0.025 MB Memory before query: 28.760 MB Rows returned: 1
SELECT COUNT(1)
FROM `sakthi_easyblog_category_acl` as a
LEFT JOIN `sakthi_easyblog_category` as b
ON a.`category_id` = b.`id`
WHERE b.`published` = '1'
AND a.`acl_id` = '2'
AND a.`type` = 'user'
AND a.`content_id` = ''
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ref | easyblog_category_acl,easyblog_category_acl_id,easyblog_content_type,easyblog_category_content_type | easyblog_category_acl_id | 8 | const | 1 | 100.00 | Using index condition; Using where |
1 | SIMPLE | b | NULL | eq_ref | PRIMARY,easyblog_cat_published,idx_category_access | PRIMARY | 8 | sakthi_new.a.category_id | 1 | 100.00 | Using where |
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:1740 |
18 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_easyblog/includes/utils.php:330 |
17 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/tables/categoryacl.php:79 |
16 | EasyBlogTableCategoryAcl->getUserAssignedCategoryACL() | JROOT/administrator/components/com_easyblog/includes/category/category.php:238 |
15 | EasyBlogCategory::genCatAccessSQL() | JROOT/administrator/components/com_easyblog/models/categories.php:1421 |
14 | EasyBlogModelCategories->preloadCategoryChilds() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:206 |
13 | EasyBlogCache->insertCategories() | JROOT/administrator/components/com_easyblog/includes/formatter/types/categories.php:40 |
12 | EasyBlogFormatterCategories->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:55 |
11 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3954 |
10 | EB::formatter() | JROOT/components/com_easyblog/views/categories/view.html.php:82 |
9 | EasyBlogViewCategories->display() | JROOT/components/com_easyblog/controllers/controller.php:105 |
8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:36 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.90 ms After last query: 0.05 ms Query memory: 0.034 MB Memory before query: 28.776 MB Rows returned: 48
select a.id as category_id, b.`id`, b.`title`, b.`alias`, b.`private`, b.`parent_id`
from `sakthi_easyblog_category` as a
inner join `sakthi_easyblog_category` as b
on a.`lft` < b.`lft`
and a.`rgt` > b.`lft`
where a.`id` in (6,7,8,9,19)
and a.`published` = '1'
AND( b.`language`='en-GB' OR b.`language`='' OR b.`language`='*')
AND (( (b.`private` = 0) OR (b.`private` = 1
AND '0' > 0) OR (b.`private` = 2
AND ( SELECT COUNT(1)
FROM `sakthi_easyblog_category_acl` as ca
WHERE ca.`category_id` = b.`id`
AND ca.`acl_id` = '1'
AND ( (ca.`content_id` IN ('1')
AND ca.`type` = '
group') OR (ca.`content_id` = '0'
AND ca.`type` = 'user') ) ) > 0 ) ))
ORDER BY b.`lft` ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | a | NULL | range | PRIMARY,easyblog_cat_published,easyblog_cat_lft,idx_category_access,idx_cat_lftrgt | PRIMARY | 8 | NULL | 5 | 100.00 | Using where; Using temporary; Using filesort |
1 | PRIMARY | b | NULL | ALL | easyblog_cat_lft,idx_cat_lftrgt | NO INDEX KEY COULD BE USED | NULL | NULL | 53 | 1.89 | Range checked for each record (index map: 0x48) |
2 | DEPENDENT SUBQUERY | ca | NULL | ref | easyblog_category_acl,easyblog_category_acl_id,easyblog_content_type,easyblog_category_content_type | easyblog_category_acl | 8 | sakthi_new.b.id | 1 | 100.00 | Using index condition; Using where |
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/administrator/components/com_easyblog/includes/utils.php:330 |
15 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/categories.php:1443 |
14 | EasyBlogModelCategories->preloadCategoryChilds() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:206 |
13 | EasyBlogCache->insertCategories() | JROOT/administrator/components/com_easyblog/includes/formatter/types/categories.php:40 |
12 | EasyBlogFormatterCategories->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:55 |
11 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3954 |
10 | EB::formatter() | JROOT/components/com_easyblog/views/categories/view.html.php:82 |
9 | EasyBlogViewCategories->display() | JROOT/components/com_easyblog/controllers/controller.php:105 |
8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:36 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 74.64 ms After last query: 1.02 ms Query memory: 0.481 MB Memory before query: 28.845 MB Rows returned: 23
select *
from ((select distinct p1.*, '6' as `parent_category_id`, IFNULL(f1.`id`, 0) as `featured`
from `sakthi_easyblog_post` as p1
inner join `sakthi_easyblog_post_category` as a1
on p1.`id` = a1.`post_id`
LEFT JOIN `sakthi_easyblog_featured` AS f1
ON p1.`id` = f1.`content_id`
AND f1.`type` = 'post'
inner join `sakthi_users` as uu1
on p1.`created_by` = uu1.`id`
and uu1.`block` = 0
where a1.`category_id` IN (6,67,68)
and p1.`published` = '1'
and p1.`state` = '0'
AND p1.`access` = '0'
AND ((p1.`source_type` = 'easyblog.sitewide') OR ( p1.`source_type` = 'easyblog.team'
and 1 <= (select count(1)
from `sakthi_easyblog_team` as srcteam
where srcteam.`id` = p1.`source_id`
and srcteam.`published` = 1
and ( (srcteam.`access` = 3) OR (srcteam.`access` = 2
and (select count(1)
from `sakthi_easyblog_team_groups` as srcteamgrp
where srcteamgrp.`team_id` = srcteam.`id`
and srcteamgrp.`group_id` IN (1) ) > 0)))))
AND (p1.`language`='en-GB' OR p1.`language`='*' OR p1.`language`='')
and not exists ( select acp1.post_id
from `sakthi_easyblog_post_category` as acp1
inner join `sakthi_easyblog_category` as cat1
on acp1.`category_id` = cat1.`id`
where acp1.`post_id` = a1.`post_id`
and ( (cat1.`private` = 1
and (0 = 0)) OR (cat1.`private` = 2
and (select count(1)
from `sakthi_easyblog_category_acl` as cacl2
where cacl2.`category_id` = cat1.`id`
and cacl2.`acl_id` = 1
and cacl2.`content_id` IN (1)) = 0) ))
ORDER BY p1.`created` desc
limit 5) UNION ALL (select distinct p2.*, '7' as `parent_category_id`, IFNULL(f2.`id`, 0) as `featured`
from `sakthi_easyblog_post` as p2
inner join `sakthi_easyblog_post_category` as a2
on p2.`id` = a2.`post_id`
LEFT JOIN `sakthi_easyblog_featured` AS f2
ON p2.`id` = f2.`content_id`
AND f2.`type` = 'post'
inner join `sakthi_users` as uu2
on p2.`created_by` = uu2.`id`
and uu2.`block` = 0
where a2.`category_id` IN (7,20)
and p2.`published` = '1'
and p2.`state` = '0'
AND p2.`access` = '0'
AND ((p2.`source_type` = 'easyblog.sitewide') OR ( p2.`source_type` = 'easyblog.team'
and 1 <= (select count(1)
from `sakthi_easyblog_team` as srcteam
where srcteam.`id` = p2.`source_id`
and srcteam.`published` = 1
and ( (srcteam.`access` = 3) OR (srcteam.`access` = 2
and (select count(1)
from `sakthi_easyblog_team_groups` as srcteamgrp
where srcteamgrp.`team_id` = srcteam.`id`
and srcteamgrp.`group_id` IN (1) ) > 0)))))
AND (p2.`language`='en-GB' OR p2.`language`='*' OR p2.`language`='')
and not exists ( select acp2.post_id
from `sakthi_easyblog_post_category` as acp2
inner join `sakthi_easyblog_category` as cat2
on acp2.`category_id` = cat2.`id`
where acp2.`post_id` = a2.`post_id`
and ( (cat2.`private` = 1
and (0 = 0)) OR (cat2.`private` = 2
and (select count(1)
from `sakthi_easyblog_category_acl` as cacl2
where cacl2.`category_id` = cat2.`id`
and cacl2.`acl_id` = 1
and cacl2.`content_id` IN (1)) = 0) ))
ORDER BY p2.`created` desc
limit 5) UNION ALL (select distinct p3.*, '8' as `parent_category_id`, IFNULL(f3.`id`, 0) as `featured`
from `sakthi_easyblog_post` as p3
inner join `sakthi_easyblog_post_category` as a3
on p3.`id` = a3.`post_id`
LEFT JOIN `sakthi_easyblog_featured` AS f3
ON p3.`id` = f3.`content_id`
AND f3.`type` = 'post'
inner join `sakthi_users` as uu3
on p3.`created_by` = uu3.`id`
and uu3.`block` = 0
where a3.`category_id` IN (8,22,23,64,66,26,27,55,56,57,58,59,60,33,37,44)
and p3.`published` = '1'
and p3.`state` = '0'
AND p3.`access` = '0'
AND ((p3.`source_type` = 'easyblog.sitewide') OR ( p3.`source_type` = 'easyblog.team'
and 1 <= (select count(1)
from `sakthi_easyblog_team` as srcteam
where srcteam.`id` = p3.`source_id`
and srcteam.`published` = 1
and ( (srcteam.`access` = 3) OR (srcteam.`access` = 2
and (select count(1)
from `sakthi_easyblog_team_groups` as srcteamgrp
where srcteamgrp.`team_id` = srcteam.`id`
and srcteamgrp.`group_id` IN (1) ) > 0)))))
AND (p3.`language`='en-GB' OR p3.`language`='*' OR p3.`language`='')
and not exists ( select acp3.post_id
from `sakthi_easyblog_post_category` as acp3
inner join `sakthi_easyblog_category` as cat3
on acp3.`category_id` = cat3.`id`
where acp3.`post_id` = a3.`post_id`
and ( (cat3.`private` = 1
and (0 = 0)) OR (cat3.`private` = 2
and (select count(1)
from `sakthi_easyblog_category_acl` as cacl2
where cacl2.`category_id` = cat3.`id`
and cacl2.`acl_id` = 1
and cacl2.`content_id` IN (1)) = 0) ))
ORDER BY p3.`created` desc
limit 5) UNION ALL (select distinct p4.*, '9' as `parent_category_id`, IFNULL(f4.`id`, 0) as `featured`
from `sakthi_easyblog_post` as p4
inner join `sakthi_easyblog_post_category` as a4
on p4.`id` = a4.`post_id`
LEFT JOIN `sakthi_easyblog_featured` AS f4
ON p4.`id` = f4.`content_id`
AND f4.`type` = 'post'
inner join `sakthi_users` as uu4
on p4.`created_by` = uu4.`id`
and uu4.`block` = 0
where a4.`category_id` IN (9,21,38,39,40,41,42,43,24,25,28,29,30,31,32,34,35,36,65,45,46,47,48,49,50,51,52,53)
and p4.`published` = '1'
and p4.`state` = '0'
AND p4.`access` = '0'
AND ((p4.`source_type` = 'easyblog.sitewide') OR ( p4.`source_type` = 'easyblog.team'
and 1 <= (select count(1)
from `sakthi_easyblog_team` as srcteam
where srcteam.`id` = p4.`source_id`
and srcteam.`published` = 1
and ( (srcteam.`access` = 3) OR (srcteam.`access` = 2
and (select count(1)
from `sakthi_easyblog_team_groups` as srcteamgrp
where srcteamgrp.`team_id` = srcteam.`id`
and srcteamgrp.`group_id` IN (1) ) > 0)))))
AND (p4.`language`='en-GB' OR p4.`language`='*' OR p4.`language`='')
and not exists ( select acp4.post_id
from `sakthi_easyblog_post_category` as acp4
inner join `sakthi_easyblog_category` as cat4
on acp4.`category_id` = cat4.`id`
where acp4.`post_id` = a4.`post_id`
and ( (cat4.`private` = 1
and (0 = 0)) OR (cat4.`private` = 2
and (select count(1)
from `sakthi_easyblog_category_acl` as cacl2
where cacl2.`category_id` = cat4.`id`
and cacl2.`acl_id` = 1
and cacl2.`content_id` IN (1)) = 0) ))
ORDER BY p4.`created` desc
limit 5) UNION ALL (select distinct p5.*, '19' as `parent_category_id`, IFNULL(f5.`id`, 0) as `featured`
from `sakthi_easyblog_post` as p5
inner join `sakthi_easyblog_post_category` as a5
on p5.`id` = a5.`post_id`
LEFT JOIN `sakthi_easyblog_featured` AS f5
ON p5.`id` = f5.`content_id`
AND f5.`type` = 'post'
inner join `sakthi_users` as uu5
on p5.`created_by` = uu5.`id`
and uu5.`block` = 0
where a5.`category_id` IN (19,61,62,63)
and p5.`published` = '1'
and p5.`state` = '0'
AND p5.`access` = '0'
AND ((p5.`source_type` = 'easyblog.sitewide') OR ( p5.`source_type` = 'easyblog.team'
and 1 <= (select count(1)
from `sakthi_easyblog_team` as srcteam
where srcteam.`id` = p5.`source_id`
and srcteam.`published` = 1
and ( (srcteam.`access` = 3) OR (srcteam.`access` = 2
and (select count(1)
from `sakthi_easyblog_team_groups` as srcteamgrp
where srcteamgrp.`team_id` = srcteam.`id`
and srcteamgrp.`group_id` IN (1) ) > 0)))))
AND (p5.`language`='en-GB' OR p5.`language`='*' OR p5.`language`='')
and not exists ( select acp5.post_id
from `sakthi_easyblog_post_category` as acp5
inner join `sakthi_easyblog_category` as cat5
on acp5.`category_id` = cat5.`id`
where acp5.`post_id` = a5.`post_id`
and ( (cat5.`private` = 1
and (0 = 0)) OR (cat5.`private` = 2
and (select count(1)
from `sakthi_easyblog_category_acl` as cacl2
where cacl2.`category_id` = cat5.`id`
and cacl2.`acl_id` = 1
and cacl2.`content_id` IN (1)) = 0) ))
ORDER BY p5.`created` desc
limit 5)) as xx
ORDER BY xx.`created` desc
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | <derived2> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 10 | 100.00 | Using filesort |
2 | DERIVED | a1 | NULL | range | eb_post_category_postid,eb_post_category_catid,eb_post_category_post_cat,eb_post_category_cat_post | eb_post_category_cat_post | 4 | NULL | 43 | 100.00 | Using where; Using index; Using temporary; Using filesort |
2 | DERIVED | p1 | NULL | eq_ref | PRIMARY,easyblog_post_published,easyblog_post_created_by,easyblog_post_blogger_list,easyblog_post_search,easyblog_frontpage1,easyblog_post_searchnew,idx_pre_soucetype_postcount,idx_post_sql1 | PRIMARY | 8 | sakthi_new.a1.post_id | 1 | 5.00 | Using index condition; Using where |
2 | DERIVED | f1 | NULL | ref | easyblog_featured_content_type,easyblog_content | easyblog_featured_content_type | 775 | sakthi_new.p1.id,const | 1 | 100.00 | Using index |
2 | DERIVED | uu1 | NULL | eq_ref | PRIMARY,idx_block | PRIMARY | 4 | sakthi_new.p1.created_by | 1 | 80.49 | Using where; Distinct |
5 | DEPENDENT SUBQUERY | acp1 | NULL | ref | eb_post_category_postid,eb_post_category_catid,eb_post_category_post_cat,eb_post_category_cat_post | eb_post_category_post_cat | 4 | sakthi_new.a1.post_id | 2 | 100.00 | Using index |
5 | DEPENDENT SUBQUERY | cat1 | NULL | eq_ref | PRIMARY | PRIMARY | 8 | sakthi_new.acp1.category_id | 1 | 19.00 | Using where |
6 | DEPENDENT SUBQUERY | cacl2 | NULL | ref | easyblog_category_acl,easyblog_category_acl_id,easyblog_content_type,easyblog_category_content_type | easyblog_category_acl | 8 | sakthi_new.cat1.id | 1 | 100.00 | Using index condition; Using where |
3 | DEPENDENT SUBQUERY | srcteam | NULL | eq_ref | PRIMARY,idx_viewable_team,idx_published,idx_access | PRIMARY | 4 | sakthi_new.p1.source_id | 1 | 100.00 | Using where |
4 | DEPENDENT SUBQUERY | srcteamgrp | NULL | ref | team_id,group_id,idx_team_group | team_id | 4 | sakthi_new.srcteam.id | 1 | 100.00 | Using where |
7 | UNION | a2 | NULL | range | eb_post_category_postid,eb_post_category_catid,eb_post_category_post_cat,eb_post_category_cat_post | eb_post_category_cat_post | 4 | NULL | 13 | 100.00 | Using where; Using index; Using temporary; Using filesort |
7 | UNION | p2 | NULL | eq_ref | PRIMARY,easyblog_post_published,easyblog_post_created_by,easyblog_post_blogger_list,easyblog_post_search,easyblog_frontpage1,easyblog_post_searchnew,idx_pre_soucetype_postcount,idx_post_sql1 | PRIMARY | 8 | sakthi_new.a2.post_id | 1 | 5.00 | Using index condition; Using where |
7 | UNION | f2 | NULL | ref | easyblog_featured_content_type,easyblog_content | easyblog_featured_content_type | 775 | sakthi_new.p2.id,const | 1 | 100.00 | Using index |
7 | UNION | uu2 | NULL | eq_ref | PRIMARY,idx_block | PRIMARY | 4 | sakthi_new.p2.created_by | 1 | 80.49 | Using where; Distinct |
10 | DEPENDENT SUBQUERY | acp2 | NULL | ref | eb_post_category_postid,eb_post_category_catid,eb_post_category_post_cat,eb_post_category_cat_post | eb_post_category_post_cat | 4 | sakthi_new.a2.post_id | 2 | 100.00 | Using index |
10 | DEPENDENT SUBQUERY | cat2 | NULL | eq_ref | PRIMARY | PRIMARY | 8 | sakthi_new.acp2.category_id | 1 | 19.00 | Using where |
11 | DEPENDENT SUBQUERY | cacl2 | NULL | ref | easyblog_category_acl,easyblog_category_acl_id,easyblog_content_type,easyblog_category_content_type | easyblog_category_acl | 8 | sakthi_new.cat2.id | 1 | 100.00 | Using index condition; Using where |
8 | DEPENDENT SUBQUERY | srcteam | NULL | eq_ref | PRIMARY,idx_viewable_team,idx_published,idx_access | PRIMARY | 4 | sakthi_new.p2.source_id | 1 | 100.00 | Using where |
9 | DEPENDENT SUBQUERY | srcteamgrp | NULL | ref | team_id,group_id,idx_team_group | team_id | 4 | sakthi_new.srcteam.id | 1 | 100.00 | Using where |
12 | UNION | p3 | NULL | ref | PRIMARY,easyblog_post_published,easyblog_post_created_by,easyblog_post_blogger_list,easyblog_post_search,easyblog_frontpage1,easyblog_post_searchnew,idx_pre_soucetype_postcount,idx_post_sql1 | easyblog_post_searchnew | 5 | const,const | 526 | 0.51 | Using where; Using temporary |
12 | UNION | f3 | NULL | ref | easyblog_featured_content_type,easyblog_content | easyblog_featured_content_type | 775 | sakthi_new.p3.id,const | 1 | 100.00 | Using index |
12 | UNION | uu3 | NULL | eq_ref | PRIMARY,idx_block | PRIMARY | 4 | sakthi_new.p3.created_by | 1 | 80.49 | Using where; Distinct |
12 | UNION | a3 | NULL | ref | eb_post_category_postid,eb_post_category_catid,eb_post_category_post_cat,eb_post_category_cat_post | eb_post_category_post_cat | 4 | sakthi_new.p3.id | 2 | 46.77 | Using where; Using index; Distinct |
15 | DEPENDENT SUBQUERY | acp3 | NULL | ref | eb_post_category_postid,eb_post_category_catid,eb_post_category_post_cat,eb_post_category_cat_post | eb_post_category_post_cat | 4 | sakthi_new.a3.post_id | 2 | 100.00 | Using index |
15 | DEPENDENT SUBQUERY | cat3 | NULL | eq_ref | PRIMARY | PRIMARY | 8 | sakthi_new.acp3.category_id | 1 | 19.00 | Using where |
16 | DEPENDENT SUBQUERY | cacl2 | NULL | ref | easyblog_category_acl,easyblog_category_acl_id,easyblog_content_type,easyblog_category_content_type | easyblog_category_acl | 8 | sakthi_new.cat3.id | 1 | 100.00 | Using index condition; Using where |
13 | DEPENDENT SUBQUERY | srcteam | NULL | eq_ref | PRIMARY,idx_viewable_team,idx_published,idx_access | PRIMARY | 4 | sakthi_new.p3.source_id | 1 | 100.00 | Using where |
14 | DEPENDENT SUBQUERY | srcteamgrp | NULL | ref | team_id,group_id,idx_team_group | team_id | 4 | sakthi_new.srcteam.id | 1 | 100.00 | Using where |
17 | UNION | p4 | NULL | ref | PRIMARY,easyblog_post_published,easyblog_post_created_by,easyblog_post_blogger_list,easyblog_post_search,easyblog_frontpage1,easyblog_post_searchnew,idx_pre_soucetype_postcount,idx_post_sql1 | easyblog_post_searchnew | 5 | const,const | 526 | 0.51 | Using where; Using temporary |
17 | UNION | f4 | NULL | ref | easyblog_featured_content_type,easyblog_content | easyblog_featured_content_type | 775 | sakthi_new.p4.id,const | 1 | 100.00 | Using index |
17 | UNION | uu4 | NULL | eq_ref | PRIMARY,idx_block | PRIMARY | 4 | sakthi_new.p4.created_by | 1 | 80.49 | Using where; Distinct |
17 | UNION | a4 | NULL | ref | eb_post_category_postid,eb_post_category_catid,eb_post_category_post_cat,eb_post_category_cat_post | eb_post_category_post_cat | 4 | sakthi_new.p4.id | 2 | 49.30 | Using where; Using index; Distinct |
20 | DEPENDENT SUBQUERY | acp4 | NULL | ref | eb_post_category_postid,eb_post_category_catid,eb_post_category_post_cat,eb_post_category_cat_post | eb_post_category_post_cat | 4 | sakthi_new.a4.post_id | 2 | 100.00 | Using index |
20 | DEPENDENT SUBQUERY | cat4 | NULL | eq_ref | PRIMARY | PRIMARY | 8 | sakthi_new.acp4.category_id | 1 | 19.00 | Using where |
21 | DEPENDENT SUBQUERY | cacl2 | NULL | ref | easyblog_category_acl,easyblog_category_acl_id,easyblog_content_type,easyblog_category_content_type | easyblog_category_acl | 8 | sakthi_new.cat4.id | 1 | 100.00 | Using index condition; Using where |
18 | DEPENDENT SUBQUERY | srcteam | NULL | eq_ref | PRIMARY,idx_viewable_team,idx_published,idx_access | PRIMARY | 4 | sakthi_new.p4.source_id | 1 | 100.00 | Using where |
19 | DEPENDENT SUBQUERY | srcteamgrp | NULL | ref | team_id,group_id,idx_team_group | team_id | 4 | sakthi_new.srcteam.id | 1 | 100.00 | Using where |
22 | UNION | a5 | NULL | range | eb_post_category_postid,eb_post_category_catid,eb_post_category_post_cat,eb_post_category_cat_post | eb_post_category_cat_post | 4 | NULL | 6 | 100.00 | Using where; Using index; Using temporary; Using filesort |
22 | UNION | p5 | NULL | eq_ref | PRIMARY,easyblog_post_published,easyblog_post_created_by,easyblog_post_blogger_list,easyblog_post_search,easyblog_frontpage1,easyblog_post_searchnew,idx_pre_soucetype_postcount,idx_post_sql1 | PRIMARY | 8 | sakthi_new.a5.post_id | 1 | 5.00 | Using index condition; Using where |
22 | UNION | f5 | NULL | ref | easyblog_featured_content_type,easyblog_content | easyblog_featured_content_type | 775 | sakthi_new.p5.id,const | 1 | 100.00 | Using index |
22 | UNION | uu5 | NULL | eq_ref | PRIMARY,idx_block | PRIMARY | 4 | sakthi_new.p5.created_by | 1 | 80.49 | Using where; Distinct |
25 | DEPENDENT SUBQUERY | acp5 | NULL | ref | eb_post_category_postid,eb_post_category_catid,eb_post_category_post_cat,eb_post_category_cat_post | eb_post_category_post_cat | 4 | sakthi_new.a5.post_id | 2 | 100.00 | Using index |
25 | DEPENDENT SUBQUERY | cat5 | NULL | eq_ref | PRIMARY | PRIMARY | 8 | sakthi_new.acp5.category_id | 1 | 19.00 | Using where |
26 | DEPENDENT SUBQUERY | cacl2 | NULL | ref | easyblog_category_acl,easyblog_category_acl_id,easyblog_content_type,easyblog_category_content_type | easyblog_category_acl | 8 | sakthi_new.cat5.id | 1 | 100.00 | Using index condition; Using where |
23 | DEPENDENT SUBQUERY | srcteam | NULL | eq_ref | PRIMARY,idx_viewable_team,idx_published,idx_access | PRIMARY | 4 | sakthi_new.p5.source_id | 1 | 100.00 | Using where |
24 | DEPENDENT SUBQUERY | srcteamgrp | NULL | ref | team_id,group_id,idx_team_group | team_id | 4 | sakthi_new.srcteam.id | 1 | 100.00 | Using where |
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/administrator/components/com_easyblog/includes/utils.php:330 |
15 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/categories.php:1278 |
14 | EasyBlogModelCategories->preloadPosts() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:225 |
13 | EasyBlogCache->insertCategories() | JROOT/administrator/components/com_easyblog/includes/formatter/types/categories.php:40 |
12 | EasyBlogFormatterCategories->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:55 |
11 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3954 |
10 | EB::formatter() | JROOT/components/com_easyblog/views/categories/view.html.php:82 |
9 | EasyBlogViewCategories->display() | JROOT/components/com_easyblog/controllers/controller.php:105 |
8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:36 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.95 ms Query memory: 0.026 MB Memory before query: 29.290 MB Rows returned: 1
SELECT *
FROM sakthi_easyblog_category
WHERE `id` = '67'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sakthi_easyblog_category | NULL | const | PRIMARY | PRIMARY | 8 | const | 1 | 100.00 | NULL |
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:1465 |
20 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
19 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:885 |
18 | EasyBlogCache->fallback() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:860 |
17 | EasyBlogCache->get() | JROOT/administrator/components/com_easyblog/includes/router.php:551 |
16 | EBR::_() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3967 |
15 | EB::_() | JROOT/administrator/components/com_easyblog/tables/category.php:1375 |
14 | EasyBlogTableCategory->getPermalink() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:2550 |
13 | EB::accessNestedCategories() | JROOT/administrator/components/com_easyblog/includes/formatter/types/categories.php:89 |
12 | EasyBlogFormatterCategories->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:55 |
11 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3954 |
10 | EB::formatter() | JROOT/components/com_easyblog/views/categories/view.html.php:82 |
9 | EasyBlogViewCategories->display() | JROOT/components/com_easyblog/controllers/controller.php:105 |
8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:36 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.78 ms After last query: 2.74 ms Query memory: 0.027 MB Memory before query: 29.330 MB Rows returned: 5
select a.*, b.`post_id`, b.`primary`
from `sakthi_easyblog_category` as a
inner join `sakthi_easyblog_post_category` as b
on a.`id` = b.`category_id`
where b.`post_id` IN (901,900,899,898,897)
order by a.`lft` asc
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | b | NULL | range | eb_post_category_postid,eb_post_category_catid,eb_post_category_post_cat,eb_post_category_cat_post | eb_post_category_postid | 4 | NULL | 5 | 100.00 | Using index condition; Using temporary; Using filesort |
1 | SIMPLE | a | NULL | eq_ref | PRIMARY | PRIMARY | 8 | sakthi_new.b.category_id | 1 | 100.00 | 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/administrator/components/com_easyblog/includes/utils.php:330 |
19 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/category.php:1753 |
18 | EasyBlogModelCategory->preloadByPosts() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:721 |
17 | EasyBlogCache->cacheCategories() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:372 |
16 | EasyBlogCache->insert() | JROOT/administrator/components/com_easyblog/includes/formatter/types/list.php:29 |
15 | EasyBlogFormatterList->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:55 |
14 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3954 |
13 | EB::formatter() | JROOT/administrator/components/com_easyblog/includes/formatter/types/categories.php:133 |
12 | EasyBlogFormatterCategories->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:55 |
11 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3954 |
10 | EB::formatter() | JROOT/components/com_easyblog/views/categories/view.html.php:82 |
9 | EasyBlogViewCategories->display() | JROOT/components/com_easyblog/controllers/controller.php:105 |
8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:36 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 0.55 ms Query memory: 0.042 MB Memory before query: 30.039 MB Rows returned: 5
select a.*
from `sakthi_easyblog_revisions` as a
where a.`id` IN ( 1237,1236,1235,1234,1233)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | range | PRIMARY | PRIMARY | 8 | NULL | 5 | 100.00 | 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/administrator/components/com_easyblog/includes/utils.php:330 |
19 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/revisions.php:625 |
18 | EasyBlogModelRevisions->preload() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:697 |
17 | EasyBlogCache->cacheRevisions() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:382 |
16 | EasyBlogCache->insert() | JROOT/administrator/components/com_easyblog/includes/formatter/types/list.php:29 |
15 | EasyBlogFormatterList->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:55 |
14 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3954 |
13 | EB::formatter() | JROOT/administrator/components/com_easyblog/includes/formatter/types/categories.php:133 |
12 | EasyBlogFormatterCategories->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:55 |
11 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3954 |
10 | EB::formatter() | JROOT/components/com_easyblog/views/categories/view.html.php:82 |
9 | EasyBlogViewCategories->display() | JROOT/components/com_easyblog/controllers/controller.php:105 |
8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:36 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.64 ms After last query: 2.22 ms Query memory: 0.026 MB Memory before query: 30.099 MB Rows returned: 0
select `a`.`id` as `cat_fg_id`, `a`.`category_id` as `cat_fg_category_id`, `a`.`group_id` as `cat_fg_group_id`, `fg`.`id` as `fg_id`, `fg`.`title` as `fg_title`, `fg`.`description` as `fg_description`, `fg`.`created` as `fg_created`, `fg`.`state` as `fg_state`, `fg`.`read` as `fg_read`, `fg`.`write` as `fg_write`, `fg`.`params` as `fg_params`, `f`.`id` as `f_id`, `f`.`group_id` as `f_group_id`, `f`.`title` as `f_title`, `f`.`help` as `f_help`, `f`.`state` as `f_state`, `f`.`required` as `f_required`, `f`.`type` as `f_type`, `f`.`params` as `f_params`, `f`.`created` as `f_created`, `f`.`options` as `f_options`, `f`.`ordering` as `f_ordering`,`fv`.`id` as `fv_id`, `fv`.`field_id` as `fv_field_id`, `fv`.`post_id` as `fv_post_id`, `fv`.`value` as `fv_value`
from `sakthi_easyblog_category_fields_groups` as a
inner join `sakthi_easyblog_post_category` as p
on `a`.`category_id` = `p`.`category_id`
inner join `sakthi_easyblog_fields_groups` as fg
on `a`.`group_id` = `fg`.`id`
inner join `sakthi_easyblog_fields` as f
on `fg`.`id` = `f`.`group_id`
left join `sakthi_easyblog_fields_values` as fv
on `fv`.`field_id` = `f`.`id`
and `fv`.`post_id` = `p`.`post_id`
LEFT JOIN `sakthi_easyblog_fields_groups_acl` AS acl
ON fg.`id` = acl.`group_id`
where p.post_id IN (901,900,899,898,897)
AND ( acl.`acl_id` IN(1)
AND acl.`acl_type` = 'read' OR acl.`id` IS NULL )
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | index | category_id,cat_id | category_id | 8 | NULL | 1 | 100.00 | Using index |
1 | SIMPLE | p | NULL | range | eb_post_category_postid,eb_post_category_catid,eb_post_category_post_cat,eb_post_category_cat_post | eb_post_category_post_cat | 4 | NULL | 5 | 2.78 | Using where; Using index; Using join buffer (Block Nested Loop) |
1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | sakthi_new.a.group_id | 1 | 100.00 | NULL |
1 | SIMPLE | f | NULL | ref | group_id,idx_group_ordering | group_id | 4 | sakthi_new.a.group_id | 1 | 100.00 | NULL |
1 | SIMPLE | fv | NULL | ref | field_id,post_id | field_id | 4 | sakthi_new.f.id | 1 | 100.00 | Using where |
1 | SIMPLE | acl | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
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/administrator/components/com_easyblog/includes/utils.php:330 |
19 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/fields.php:309 |
18 | EasyBlogModelFields->preloadFields() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:484 |
17 | EasyBlogCache->cacheFields() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:392 |
16 | EasyBlogCache->insert() | JROOT/administrator/components/com_easyblog/includes/formatter/types/list.php:29 |
15 | EasyBlogFormatterList->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:55 |
14 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3954 |
13 | EB::formatter() | JROOT/administrator/components/com_easyblog/includes/formatter/types/categories.php:133 |
12 | EasyBlogFormatterCategories->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:55 |
11 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3954 |
10 | EB::formatter() | JROOT/components/com_easyblog/views/categories/view.html.php:82 |
9 | EasyBlogViewCategories->display() | JROOT/components/com_easyblog/controllers/controller.php:105 |
8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:36 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.28 ms Query memory: 0.026 MB Memory before query: 30.122 MB Rows returned: 5
select *
from `sakthi_easyblog_meta`
where `content_id` in (901,900,899,898,897)
and `type` = 'post'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sakthi_easyblog_meta | NULL | range | idx_meta_content_type | idx_meta_content_type | 66 | NULL | 5 | 100.00 | Using index condition |
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/administrator/components/com_easyblog/includes/utils.php:330 |
19 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/metas.php:393 |
18 | EasyBlogModelMetas->preloadPostMetas() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:413 |
17 | EasyBlogCache->cacheMetas() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:397 |
16 | EasyBlogCache->insert() | JROOT/administrator/components/com_easyblog/includes/formatter/types/list.php:29 |
15 | EasyBlogFormatterList->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:55 |
14 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3954 |
13 | EB::formatter() | JROOT/administrator/components/com_easyblog/includes/formatter/types/categories.php:133 |
12 | EasyBlogFormatterCategories->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:55 |
11 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3954 |
10 | EB::formatter() | JROOT/components/com_easyblog/views/categories/view.html.php:82 |
9 | EasyBlogViewCategories->display() | JROOT/components/com_easyblog/controllers/controller.php:105 |
8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:36 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 7.13 ms Query memory: 0.026 MB Memory before query: 30.279 MB Rows returned: 1
SELECT *
FROM sakthi_easyblog_category
WHERE `id` = '20'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sakthi_easyblog_category | NULL | const | PRIMARY | PRIMARY | 8 | const | 1 | 100.00 | NULL |
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:1465 |
20 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
19 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:885 |
18 | EasyBlogCache->fallback() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:860 |
17 | EasyBlogCache->get() | JROOT/administrator/components/com_easyblog/includes/router.php:551 |
16 | EBR::_() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3967 |
15 | EB::_() | JROOT/administrator/components/com_easyblog/tables/category.php:1375 |
14 | EasyBlogTableCategory->getPermalink() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:2550 |
13 | EB::accessNestedCategories() | JROOT/administrator/components/com_easyblog/includes/formatter/types/categories.php:89 |
12 | EasyBlogFormatterCategories->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:55 |
11 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3954 |
10 | EB::formatter() | JROOT/components/com_easyblog/views/categories/view.html.php:82 |
9 | EasyBlogViewCategories->display() | JROOT/components/com_easyblog/controllers/controller.php:105 |
8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:36 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.72 ms After last query: 0.55 ms Query memory: 0.033 MB Memory before query: 30.307 MB Rows returned: 11
select a.*, b.`post_id`, b.`primary`
from `sakthi_easyblog_category` as a
inner join `sakthi_easyblog_post_category` as b
on a.`id` = b.`category_id`
where b.`post_id` IN (675,333,324,321,320)
order by a.`lft` asc
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | b | NULL | range | eb_post_category_postid,eb_post_category_catid,eb_post_category_post_cat,eb_post_category_cat_post | eb_post_category_postid | 4 | NULL | 11 | 100.00 | Using index condition; Using temporary; Using filesort |
1 | SIMPLE | a | NULL | eq_ref | PRIMARY | PRIMARY | 8 | sakthi_new.b.category_id | 1 | 100.00 | 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/administrator/components/com_easyblog/includes/utils.php:330 |
19 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/category.php:1753 |
18 | EasyBlogModelCategory->preloadByPosts() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:721 |
17 | EasyBlogCache->cacheCategories() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:372 |
16 | EasyBlogCache->insert() | JROOT/administrator/components/com_easyblog/includes/formatter/types/list.php:29 |
15 | EasyBlogFormatterList->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:55 |
14 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3954 |
13 | EB::formatter() | JROOT/administrator/components/com_easyblog/includes/formatter/types/categories.php:133 |
12 | EasyBlogFormatterCategories->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:55 |
11 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3954 |
10 | EB::formatter() | JROOT/components/com_easyblog/views/categories/view.html.php:82 |
9 | EasyBlogViewCategories->display() | JROOT/components/com_easyblog/controllers/controller.php:105 |
8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:36 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.51 ms After last query: 0.33 ms Query memory: 0.327 MB Memory before query: 30.356 MB Rows returned: 5
select a.*
from `sakthi_easyblog_revisions` as a
where a.`id` IN ( 922,95,85,75,74)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | range | PRIMARY | PRIMARY | 8 | NULL | 5 | 100.00 | 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/administrator/components/com_easyblog/includes/utils.php:330 |
19 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/revisions.php:625 |
18 | EasyBlogModelRevisions->preload() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:697 |
17 | EasyBlogCache->cacheRevisions() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:382 |
16 | EasyBlogCache->insert() | JROOT/administrator/components/com_easyblog/includes/formatter/types/list.php:29 |
15 | EasyBlogFormatterList->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:55 |
14 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3954 |
13 | EB::formatter() | JROOT/administrator/components/com_easyblog/includes/formatter/types/categories.php:133 |
12 | EasyBlogFormatterCategories->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:55 |
11 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3954 |
10 | EB::formatter() | JROOT/components/com_easyblog/views/categories/view.html.php:82 |
9 | EasyBlogViewCategories->display() | JROOT/components/com_easyblog/controllers/controller.php:105 |
8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:36 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.45 ms After last query: 0.41 ms Query memory: 0.025 MB Memory before query: 30.597 MB Rows returned: 0
select `a`.`id` as `cat_fg_id`, `a`.`category_id` as `cat_fg_category_id`, `a`.`group_id` as `cat_fg_group_id`, `fg`.`id` as `fg_id`, `fg`.`title` as `fg_title`, `fg`.`description` as `fg_description`, `fg`.`created` as `fg_created`, `fg`.`state` as `fg_state`, `fg`.`read` as `fg_read`, `fg`.`write` as `fg_write`, `fg`.`params` as `fg_params`, `f`.`id` as `f_id`, `f`.`group_id` as `f_group_id`, `f`.`title` as `f_title`, `f`.`help` as `f_help`, `f`.`state` as `f_state`, `f`.`required` as `f_required`, `f`.`type` as `f_type`, `f`.`params` as `f_params`, `f`.`created` as `f_created`, `f`.`options` as `f_options`, `f`.`ordering` as `f_ordering`,`fv`.`id` as `fv_id`, `fv`.`field_id` as `fv_field_id`, `fv`.`post_id` as `fv_post_id`, `fv`.`value` as `fv_value`
from `sakthi_easyblog_category_fields_groups` as a
inner join `sakthi_easyblog_post_category` as p
on `a`.`category_id` = `p`.`category_id`
inner join `sakthi_easyblog_fields_groups` as fg
on `a`.`group_id` = `fg`.`id`
inner join `sakthi_easyblog_fields` as f
on `fg`.`id` = `f`.`group_id`
left join `sakthi_easyblog_fields_values` as fv
on `fv`.`field_id` = `f`.`id`
and `fv`.`post_id` = `p`.`post_id`
LEFT JOIN `sakthi_easyblog_fields_groups_acl` AS acl
ON fg.`id` = acl.`group_id`
where p.post_id IN (675,333,324,321,320)
AND ( acl.`acl_id` IN(1)
AND acl.`acl_type` = 'read' OR acl.`id` IS NULL )
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | index | category_id,cat_id | category_id | 8 | NULL | 1 | 100.00 | Using index |
1 | SIMPLE | p | NULL | range | eb_post_category_postid,eb_post_category_catid,eb_post_category_post_cat,eb_post_category_cat_post | eb_post_category_post_cat | 4 | NULL | 11 | 2.78 | Using where; Using index; Using join buffer (Block Nested Loop) |
1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | sakthi_new.a.group_id | 1 | 100.00 | NULL |
1 | SIMPLE | f | NULL | ref | group_id,idx_group_ordering | group_id | 4 | sakthi_new.a.group_id | 1 | 100.00 | NULL |
1 | SIMPLE | fv | NULL | ref | field_id,post_id | field_id | 4 | sakthi_new.f.id | 1 | 100.00 | Using where |
1 | SIMPLE | acl | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
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/administrator/components/com_easyblog/includes/utils.php:330 |
19 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/fields.php:309 |
18 | EasyBlogModelFields->preloadFields() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:484 |
17 | EasyBlogCache->cacheFields() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:392 |
16 | EasyBlogCache->insert() | JROOT/administrator/components/com_easyblog/includes/formatter/types/list.php:29 |
15 | EasyBlogFormatterList->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:55 |
14 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3954 |
13 | EB::formatter() | JROOT/administrator/components/com_easyblog/includes/formatter/types/categories.php:133 |
12 | EasyBlogFormatterCategories->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:55 |
11 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3954 |
10 | EB::formatter() | JROOT/components/com_easyblog/views/categories/view.html.php:82 |
9 | EasyBlogViewCategories->display() | JROOT/components/com_easyblog/controllers/controller.php:105 |
8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:36 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.06 ms Query memory: 0.026 MB Memory before query: 30.605 MB Rows returned: 5
select *
from `sakthi_easyblog_meta`
where `content_id` in (675,333,324,321,320)
and `type` = 'post'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sakthi_easyblog_meta | NULL | range | idx_meta_content_type | idx_meta_content_type | 66 | NULL | 5 | 100.00 | Using index condition |
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/administrator/components/com_easyblog/includes/utils.php:330 |
19 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/metas.php:393 |
18 | EasyBlogModelMetas->preloadPostMetas() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:413 |
17 | EasyBlogCache->cacheMetas() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:397 |
16 | EasyBlogCache->insert() | JROOT/administrator/components/com_easyblog/includes/formatter/types/list.php:29 |
15 | EasyBlogFormatterList->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:55 |
14 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3954 |
13 | EB::formatter() | JROOT/administrator/components/com_easyblog/includes/formatter/types/categories.php:133 |
12 | EasyBlogFormatterCategories->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:55 |
11 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3954 |
10 | EB::formatter() | JROOT/components/com_easyblog/views/categories/view.html.php:82 |
9 | EasyBlogViewCategories->display() | JROOT/components/com_easyblog/controllers/controller.php:105 |
8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:36 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 2.23 ms Query memory: 0.026 MB Memory before query: 30.929 MB Rows returned: 1
SELECT *
FROM sakthi_easyblog_category
WHERE `id` = '22'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sakthi_easyblog_category | NULL | const | PRIMARY | PRIMARY | 8 | const | 1 | 100.00 | NULL |
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:1465 |
20 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
19 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:885 |
18 | EasyBlogCache->fallback() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:860 |
17 | EasyBlogCache->get() | JROOT/administrator/components/com_easyblog/includes/router.php:551 |
16 | EBR::_() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3967 |
15 | EB::_() | JROOT/administrator/components/com_easyblog/tables/category.php:1375 |
14 | EasyBlogTableCategory->getPermalink() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:2550 |
13 | EB::accessNestedCategories() | JROOT/administrator/components/com_easyblog/includes/formatter/types/categories.php:89 |
12 | EasyBlogFormatterCategories->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:55 |
11 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3954 |
10 | EB::formatter() | JROOT/components/com_easyblog/views/categories/view.html.php:82 |
9 | EasyBlogViewCategories->display() | JROOT/components/com_easyblog/controllers/controller.php:105 |
8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:36 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.40 ms Query memory: 0.026 MB Memory before query: 30.945 MB Rows returned: 1
SELECT *
FROM sakthi_easyblog_category
WHERE `id` = '26'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sakthi_easyblog_category | NULL | const | PRIMARY | PRIMARY | 8 | const | 1 | 100.00 | NULL |
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:1465 |
20 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
19 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:885 |
18 | EasyBlogCache->fallback() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:860 |
17 | EasyBlogCache->get() | JROOT/administrator/components/com_easyblog/includes/router.php:551 |
16 | EBR::_() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3967 |
15 | EB::_() | JROOT/administrator/components/com_easyblog/tables/category.php:1375 |
14 | EasyBlogTableCategory->getPermalink() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:2550 |
13 | EB::accessNestedCategories() | JROOT/administrator/components/com_easyblog/includes/formatter/types/categories.php:89 |
12 | EasyBlogFormatterCategories->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:55 |
11 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3954 |
10 | EB::formatter() | JROOT/components/com_easyblog/views/categories/view.html.php:82 |
9 | EasyBlogViewCategories->display() | JROOT/components/com_easyblog/controllers/controller.php:105 |
8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:36 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.30 ms Query memory: 0.026 MB Memory before query: 30.961 MB Rows returned: 1
SELECT *
FROM sakthi_easyblog_category
WHERE `id` = '27'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sakthi_easyblog_category | NULL | const | PRIMARY | PRIMARY | 8 | const | 1 | 100.00 | NULL |
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:1465 |
20 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
19 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:885 |
18 | EasyBlogCache->fallback() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:860 |
17 | EasyBlogCache->get() | JROOT/administrator/components/com_easyblog/includes/router.php:551 |
16 | EBR::_() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3967 |
15 | EB::_() | JROOT/administrator/components/com_easyblog/tables/category.php:1375 |
14 | EasyBlogTableCategory->getPermalink() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:2550 |
13 | EB::accessNestedCategories() | JROOT/administrator/components/com_easyblog/includes/formatter/types/categories.php:89 |
12 | EasyBlogFormatterCategories->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:55 |
11 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3954 |
10 | EB::formatter() | JROOT/components/com_easyblog/views/categories/view.html.php:82 |
9 | EasyBlogViewCategories->display() | JROOT/components/com_easyblog/controllers/controller.php:105 |
8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:36 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.28 ms Query memory: 0.026 MB Memory before query: 30.976 MB Rows returned: 1
SELECT *
FROM sakthi_easyblog_category
WHERE `id` = '33'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sakthi_easyblog_category | NULL | const | PRIMARY | PRIMARY | 8 | const | 1 | 100.00 | NULL |
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:1465 |
20 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
19 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:885 |
18 | EasyBlogCache->fallback() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:860 |
17 | EasyBlogCache->get() | JROOT/administrator/components/com_easyblog/includes/router.php:551 |
16 | EBR::_() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3967 |
15 | EB::_() | JROOT/administrator/components/com_easyblog/tables/category.php:1375 |
14 | EasyBlogTableCategory->getPermalink() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:2550 |
13 | EB::accessNestedCategories() | JROOT/administrator/components/com_easyblog/includes/formatter/types/categories.php:89 |
12 | EasyBlogFormatterCategories->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:55 |
11 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3954 |
10 | EB::formatter() | JROOT/components/com_easyblog/views/categories/view.html.php:82 |
9 | EasyBlogViewCategories->display() | JROOT/components/com_easyblog/controllers/controller.php:105 |
8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:36 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.15 ms After last query: 0.29 ms Query memory: 0.026 MB Memory before query: 30.992 MB Rows returned: 1
SELECT *
FROM sakthi_easyblog_category
WHERE `id` = '44'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sakthi_easyblog_category | NULL | const | PRIMARY | PRIMARY | 8 | const | 1 | 100.00 | NULL |
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:1465 |
20 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
19 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:885 |
18 | EasyBlogCache->fallback() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:860 |
17 | EasyBlogCache->get() | JROOT/administrator/components/com_easyblog/includes/router.php:551 |
16 | EBR::_() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3967 |
15 | EB::_() | JROOT/administrator/components/com_easyblog/tables/category.php:1375 |
14 | EasyBlogTableCategory->getPermalink() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:2550 |
13 | EB::accessNestedCategories() | JROOT/administrator/components/com_easyblog/includes/formatter/types/categories.php:89 |
12 | EasyBlogFormatterCategories->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:55 |
11 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3954 |
10 | EB::formatter() | JROOT/components/com_easyblog/views/categories/view.html.php:82 |
9 | EasyBlogViewCategories->display() | JROOT/components/com_easyblog/controllers/controller.php:105 |
8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:36 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.65 ms After last query: 0.46 ms Query memory: 0.033 MB Memory before query: 31.021 MB Rows returned: 11
select a.*, b.`post_id`, b.`primary`
from `sakthi_easyblog_category` as a
inner join `sakthi_easyblog_post_category` as b
on a.`id` = b.`category_id`
where b.`post_id` IN (872,850,849,847,846)
order by a.`lft` asc
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | b | NULL | range | eb_post_category_postid,eb_post_category_catid,eb_post_category_post_cat,eb_post_category_cat_post | eb_post_category_postid | 4 | NULL | 11 | 100.00 | Using index condition; Using temporary; Using filesort |
1 | SIMPLE | a | NULL | eq_ref | PRIMARY | PRIMARY | 8 | sakthi_new.b.category_id | 1 | 100.00 | 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/administrator/components/com_easyblog/includes/utils.php:330 |
19 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/category.php:1753 |
18 | EasyBlogModelCategory->preloadByPosts() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:721 |
17 | EasyBlogCache->cacheCategories() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:372 |
16 | EasyBlogCache->insert() | JROOT/administrator/components/com_easyblog/includes/formatter/types/list.php:29 |
15 | EasyBlogFormatterList->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:55 |
14 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3954 |
13 | EB::formatter() | JROOT/administrator/components/com_easyblog/includes/formatter/types/categories.php:133 |
12 | EasyBlogFormatterCategories->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:55 |
11 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3954 |
10 | EB::formatter() | JROOT/components/com_easyblog/views/categories/view.html.php:82 |
9 | EasyBlogViewCategories->display() | JROOT/components/com_easyblog/controllers/controller.php:105 |
8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:36 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 0.33 ms Query memory: 0.151 MB Memory before query: 31.069 MB Rows returned: 5
select a.*
from `sakthi_easyblog_revisions` as a
where a.`id` IN ( 1206,1171,1170,1168,1167)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | range | PRIMARY | PRIMARY | 8 | NULL | 5 | 100.00 | 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/administrator/components/com_easyblog/includes/utils.php:330 |
19 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/revisions.php:625 |
18 | EasyBlogModelRevisions->preload() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:697 |
17 | EasyBlogCache->cacheRevisions() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:382 |
16 | EasyBlogCache->insert() | JROOT/administrator/components/com_easyblog/includes/formatter/types/list.php:29 |
15 | EasyBlogFormatterList->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:55 |
14 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3954 |
13 | EB::formatter() | JROOT/administrator/components/com_easyblog/includes/formatter/types/categories.php:133 |
12 | EasyBlogFormatterCategories->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:55 |
11 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3954 |
10 | EB::formatter() | JROOT/components/com_easyblog/views/categories/view.html.php:82 |
9 | EasyBlogViewCategories->display() | JROOT/components/com_easyblog/controllers/controller.php:105 |
8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:36 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.67 ms After last query: 0.25 ms Query memory: 0.025 MB Memory before query: 31.181 MB Rows returned: 0
select `a`.`id` as `cat_fg_id`, `a`.`category_id` as `cat_fg_category_id`, `a`.`group_id` as `cat_fg_group_id`, `fg`.`id` as `fg_id`, `fg`.`title` as `fg_title`, `fg`.`description` as `fg_description`, `fg`.`created` as `fg_created`, `fg`.`state` as `fg_state`, `fg`.`read` as `fg_read`, `fg`.`write` as `fg_write`, `fg`.`params` as `fg_params`, `f`.`id` as `f_id`, `f`.`group_id` as `f_group_id`, `f`.`title` as `f_title`, `f`.`help` as `f_help`, `f`.`state` as `f_state`, `f`.`required` as `f_required`, `f`.`type` as `f_type`, `f`.`params` as `f_params`, `f`.`created` as `f_created`, `f`.`options` as `f_options`, `f`.`ordering` as `f_ordering`,`fv`.`id` as `fv_id`, `fv`.`field_id` as `fv_field_id`, `fv`.`post_id` as `fv_post_id`, `fv`.`value` as `fv_value`
from `sakthi_easyblog_category_fields_groups` as a
inner join `sakthi_easyblog_post_category` as p
on `a`.`category_id` = `p`.`category_id`
inner join `sakthi_easyblog_fields_groups` as fg
on `a`.`group_id` = `fg`.`id`
inner join `sakthi_easyblog_fields` as f
on `fg`.`id` = `f`.`group_id`
left join `sakthi_easyblog_fields_values` as fv
on `fv`.`field_id` = `f`.`id`
and `fv`.`post_id` = `p`.`post_id`
LEFT JOIN `sakthi_easyblog_fields_groups_acl` AS acl
ON fg.`id` = acl.`group_id`
where p.post_id IN (872,850,849,847,846)
AND ( acl.`acl_id` IN(1)
AND acl.`acl_type` = 'read' OR acl.`id` IS NULL )
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | index | category_id,cat_id | category_id | 8 | NULL | 1 | 100.00 | Using index |
1 | SIMPLE | p | NULL | range | eb_post_category_postid,eb_post_category_catid,eb_post_category_post_cat,eb_post_category_cat_post | eb_post_category_post_cat | 4 | NULL | 11 | 2.78 | Using where; Using index; Using join buffer (Block Nested Loop) |
1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | sakthi_new.a.group_id | 1 | 100.00 | NULL |
1 | SIMPLE | f | NULL | ref | group_id,idx_group_ordering | group_id | 4 | sakthi_new.a.group_id | 1 | 100.00 | NULL |
1 | SIMPLE | fv | NULL | ref | field_id,post_id | field_id | 4 | sakthi_new.f.id | 1 | 100.00 | Using where |
1 | SIMPLE | acl | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
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/administrator/components/com_easyblog/includes/utils.php:330 |
19 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/fields.php:309 |
18 | EasyBlogModelFields->preloadFields() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:484 |
17 | EasyBlogCache->cacheFields() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:392 |
16 | EasyBlogCache->insert() | JROOT/administrator/components/com_easyblog/includes/formatter/types/list.php:29 |
15 | EasyBlogFormatterList->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:55 |
14 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3954 |
13 | EB::formatter() | JROOT/administrator/components/com_easyblog/includes/formatter/types/categories.php:133 |
12 | EasyBlogFormatterCategories->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:55 |
11 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3954 |
10 | EB::formatter() | JROOT/components/com_easyblog/views/categories/view.html.php:82 |
9 | EasyBlogViewCategories->display() | JROOT/components/com_easyblog/controllers/controller.php:105 |
8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:36 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.06 ms Query memory: 0.026 MB Memory before query: 31.189 MB Rows returned: 5
select *
from `sakthi_easyblog_meta`
where `content_id` in (872,850,849,847,846)
and `type` = 'post'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sakthi_easyblog_meta | NULL | range | idx_meta_content_type | idx_meta_content_type | 66 | NULL | 5 | 100.00 | Using index condition |
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/administrator/components/com_easyblog/includes/utils.php:330 |
19 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/metas.php:393 |
18 | EasyBlogModelMetas->preloadPostMetas() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:413 |
17 | EasyBlogCache->cacheMetas() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:397 |
16 | EasyBlogCache->insert() | JROOT/administrator/components/com_easyblog/includes/formatter/types/list.php:29 |
15 | EasyBlogFormatterList->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:55 |
14 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3954 |
13 | EB::formatter() | JROOT/administrator/components/com_easyblog/includes/formatter/types/categories.php:133 |
12 | EasyBlogFormatterCategories->execute() | JROOT/administrator/components/com_easyblog/includes/formatter/formatter.php:55 |
11 | EasyBlogFormatter->execute() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3954 |
10 | EB::formatter() | JROOT/components/com_easyblog/views/categories/view.html.php:82 |
9 | EasyBlogViewCategories->display() | JROOT/components/com_easyblog/controllers/controller.php:105 |
8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:36 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 1.33 ms Query memory: 0.026 MB Memory before query: 31.361 MB Rows returned: 1
SELECT *
FROM sakthi_easyblog_category