Query Time: 0.19 ms Query memory: 0.023 MB Memory before query: 4.533 MB Rows returned: 0
SELECT `data`
FROM `sakthi_session`
WHERE `session_id` = X'3937353464623331626334653638313935373533383864336266626431363731'
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.10 ms After last query: 0.43 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'3937353464623331626334653638313935373533383864336266626431363731'
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.22 ms After last query: 0.06 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'3937353464623331626334653638313935373533383864336266626431363731', 1, 1702146102, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `sakthi_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'3937353464623331626334653638313935373533383864336266626431363731', 1, 1702146102, 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.44 ms After last query: 0.64 ms Query memory: 0.042 MB Memory before query: 4.890 MB Rows returned: 60
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `sakthi_extensions`
WHERE `type` = 'component'
AND `state` = 0
AND `enabled` = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sakthi_extensions | NULL | ref | extension | extension | 82 | const | 71 | 1.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Component/ComponentHelper.php:445 |
10 | Joomla\CMS\Component\ComponentHelper::Joomla\CMS\Component\{closure}() | Same as call in the line below. |
9 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
8 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Component/ComponentHelper.php:453 |
7 | Joomla\CMS\Component\ComponentHelper::load() | JROOT/libraries/src/Component/ComponentHelper.php:519 |
6 | Joomla\CMS\Component\ComponentHelper::getComponents() | JROOT/libraries/src/Component/ComponentHelper.php:44 |
5 | Joomla\CMS\Component\ComponentHelper::getComponent() | JROOT/libraries/src/Component/ComponentHelper.php:103 |
4 | Joomla\CMS\Component\ComponentHelper::getParams() | JROOT/libraries/src/Application/SiteApplication.php:594 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.99 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.79 ms After last query: 0.20 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.16 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.36 ms After last query: 7.54 ms Query memory: 0.021 MB Memory before query: 8.712 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: 9.32 ms After last query: 9.86 ms Query memory: 2.331 MB Memory before query: 11.271 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: 0.84 ms After last query: 26.52 ms Query memory: 0.028 MB Memory before query: 21.234 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:192 |
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.24 ms After last query: 1.96 ms Query memory: 0.024 MB Memory before query: 21.734 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.25 ms After last query: 0.09 ms Query memory: 0.006 MB Memory before query: 21.726 MB
UPDATE `sakthi_extensions`
SET `params` = '{\"mediaversion\":\"28ef6942156776a69bfe6bfd0a120e5b\"}'
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.39 ms After last query: 1.90 ms Query memory: 0.026 MB Memory before query: 22.267 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.31 ms After last query: 5.33 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.25 ms After last query: 2.38 ms Query memory: 0.006 MB Memory before query: 24.369 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.14 ms After last query: 0.03 ms Query memory: 0.023 MB Memory before query: 24.377 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.39 ms After last query: 4.25 ms Query memory: 0.023 MB Memory before query: 25.870 MB Rows returned: 0
SELECT *
FROM `sakthi_easyblog_post`
WHERE `publish_up`<='2023-12-09 18:21:42'
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.22 ms After last query: 0.07 ms Query memory: 0.022 MB Memory before query: 25.885 MB Rows returned: 0
SELECT id, created_by
FROM`sakthi_easyblog_post`
WHERE `publish_down` > `publish_up`
AND `publish_down` <= '2023-12-09 18:21:42'
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.16 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 25.890 MB Rows returned: 0
SELECT *
FROM `sakthi_easyblog_uploader_tmp`
WHERE `created` <= DATE_SUB('2023-12-09 18:21:42' , 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.21 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 25.896 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-12-09 18:21:42', 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.18 ms After last query: 0.02 ms Query memory: 0.006 MB Memory before query: 25.903 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-12-09 18:21:42', 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: 3.56 ms After last query: 0.48 ms Query memory: 0.043 MB Memory before query: 25.952 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.28 ms After last query: 0.58 ms Query memory: 0.031 MB Memory before query: 25.981 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.22 ms After last query: 0.09 ms Query memory: 0.027 MB Memory before query: 26.016 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.36 ms After last query: 15.76 ms Query memory: 0.023 MB Memory before query: 26.892 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: 15.05 ms After last query: 0.07 ms Query memory: 0.024 MB Memory before query: 26.905 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.10 ms After last query: 0.18 ms Query memory: 0.022 MB Memory before query: 26.920 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.21 ms After last query: 0.55 ms Query memory: 0.022 MB Memory before query: 26.934 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.21 ms After last query: 3.52 ms Query memory: 0.024 MB Memory before query: 28.736 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: 2.60 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 28.745 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.22 ms After last query: 0.10 ms Query memory: 0.025 MB Memory before query: 28.758 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.58 ms After last query: 0.04 ms Query memory: 0.034 MB Memory before query: 28.774 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: 68.51 ms After last query: 0.92 ms Query memory: 0.481 MB Memory before query: 28.843 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.26 ms After last query: 0.72 ms Query memory: 0.026 MB Memory before query: 29.288 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.24 ms After last query: 0.45 ms Query memory: 0.026 MB Memory before query: 29.310 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.20 ms After last query: 0.38 ms Query memory: 0.026 MB Memory before query: 29.331 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.20 ms After last query: 0.27 ms Query memory: 0.026 MB Memory before query: 29.347 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.20 ms After last query: 0.21 ms Query memory: 0.026 MB Memory before query: 29.363 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.20 ms After last query: 0.42 ms Query memory: 0.026 MB Memory before query: 29.378 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.17 ms After last query: 0.19 ms Query memory: 0.026 MB Memory before query: 29.394 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.19 ms After last query: 0.40 ms Query memory: 0.026 MB Memory before query: 29.416 MB Rows returned: 1
SELECT *
FROM sakthi_easyblog_category
WHERE `id` = '21'
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.18 ms After last query: 0.21 ms Query memory: 0.026 MB Memory before query: 29.432 MB Rows returned: 1
SELECT *
FROM sakthi_easyblog_category
WHERE `id` = '24'
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.22 ms Query memory: 0.026 MB Memory before query: 29.448 MB Rows returned: 1
SELECT *
FROM sakthi_easyblog_category
WHERE `id` = '25'
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.18 ms After last query: 0.20 ms Query memory: 0.026 MB Memory before query: 29.464 MB Rows returned: 1
SELECT *
FROM sakthi_easyblog_category
WHERE `id` = '31'
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.18 ms Query memory: 0.026 MB Memory before query: 29.480 MB Rows returned: 1
SELECT *
FROM sakthi_easyblog_category
WHERE `id` = '32'
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.18 ms After last query: 0.21 ms Query memory: 0.026 MB Memory before query: 29.496 MB Rows returned: 1
SELECT *
FROM sakthi_easyblog_category
WHERE `id` = '34'
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.21 ms Query memory: 0.026 MB Memory before query: 29.511 MB Rows returned: 1
SELECT *
FROM sakthi_easyblog_category
WHERE `id` = '45'
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.18 ms After last query: 0.33 ms Query memory: 0.026 MB Memory before query: 29.532 MB Rows returned: 1
SELECT *
FROM sakthi_easyblog_category
WHERE `id` = '61'
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.41 ms After last query: 13.74 ms Query memory: 0.025 MB Memory before query: 30.962 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:607 |
14 | EasyBlogModelCategories->getParentCategories() | JROOT/administrator/components/com_easyblog/models/category.php:176 |
13 | EasyBlogModelCategory->getParentCategories() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:2414 |
12 | EB::populateCategories() | JROOT/administrator/components/com_easyblog/includes/toolbar/toolbar.php:217 |
11 | EasyBlogToolbar->html() | JROOT/components/com_easyblog/views/views.php:216 |
10 | EasyBlogView->display() | JROOT/components/com_easyblog/views/categories/view.html.php:112 |
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.08 ms Query memory: 0.025 MB Memory before query: 30.971 MB Rows returned: 5
SELECT a.`id`, a.`title`, a.`alias`, a.`private`, a.`default`, a.`lft`, a.`rgt`, a.`params`
FROM `sakthi_easyblog_category` AS a
WHERE a.`parent_id` = '0'
AND a.`published` ='1'
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` = '2'
AND ( (ca.`content_id` IN ('1')
AND ca.`type` = '
group') OR (ca.`content_id` = '0'
AND ca.`type` = 'user') ) ) > 0 ) ))
ORDER BY a.`lft` ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | a | NULL | ref | easyblog_cat_published,easyblog_cat_parentid,idx_category_access | easyblog_cat_parentid | 5 | const | 5 | 19.00 | Using index condition; Using where; Using filesort |
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.a.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:664 |
14 | EasyBlogModelCategories->getParentCategories() | JROOT/administrator/components/com_easyblog/models/category.php:176 |
13 | EasyBlogModelCategory->getParentCategories() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:2414 |
12 | EB::populateCategories() | JROOT/administrator/components/com_easyblog/includes/toolbar/toolbar.php:217 |
11 | EasyBlogToolbar->html() | JROOT/components/com_easyblog/views/views.php:216 |
10 | EasyBlogView->display() | JROOT/components/com_easyblog/views/categories/view.html.php:112 |
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: 5.03 ms After last query: 1.82 ms Query memory: 0.561 MB Memory before query: 31.017 MB Rows returned: 308
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params,am.mirror_id, am.params AS advancedparams, 0 AS menuid, m.publish_up, m.publish_down
FROM sakthi_modules AS m
LEFT JOIN sakthi_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
LEFT JOIN sakthi_advancedmodules as am
ON am.moduleid = m.id
WHERE m.published = 1
AND e.enabled = 1
AND m.access IN (1,1)
AND m.client_id = 0
AND m.language IN ('en-GB','*')
ORDER BY m.position, m.ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | e | NULL | ALL | element_clientid,element_folder_clientid | NO INDEX KEY COULD BE USED | NULL | NULL | 438 | 1.00 | Using where; Using temporary; Using filesort |
1 | SIMPLE | m | NULL | ref | published,newsfeeds,idx_language | newsfeeds | 204 | sakthi_new.e.element,const | 3 | 2.00 | Using index condition; Using where |
1 | SIMPLE | am | NULL | eq_ref | PRIMARY | PRIMARY | 4 | sakthi_new.m.id | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
21 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:278 |
20 | PlgSystemAdvancedModuleHelper->getModuleList() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:60 |
19 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
18 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
17 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
16 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
15 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:1796 |
14 | EB::renderModule() | JROOT/components/com_easyblog/themes/wireframe/toolbar/default.php:14 |
13 | include JROOT/components/com_easyblog/themes/wireframe/toolbar/default.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:608 |
12 | EasyBlogThemes->output() | JROOT/administrator/components/com_easyblog/includes/toolbar/toolbar.php:296 |
11 | EasyBlogToolbar->html() | JROOT/components/com_easyblog/views/views.php:216 |
10 | EasyBlogView->display() | JROOT/components/com_easyblog/views/categories/view.html.php:112 |
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.30 ms After last query: 8.91 ms Query memory: 0.028 MB Memory before query: 33.070 MB Rows returned: 1
SELECT t.parent_id
FROM sakthi_menu as t
WHERE t.id = 789
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | t | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
25 | JDatabaseDriver->loadResult() | JROOT/libraries/regularlabs/src/Condition.php:151 |
24 | RegularLabs\Library\Condition->getParentIds() | JROOT/libraries/regularlabs/src/Condition/Menu.php:72 |
23 | RegularLabs\Library\Condition\Menu->getMenuParentIds() | JROOT/libraries/regularlabs/src/Condition/Menu.php:54 |
22 | RegularLabs\Library\Condition\Menu->pass() | JROOT/libraries/regularlabs/src/Conditions.php:781 |
21 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:201 |
20 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:111 |
19 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
18 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
17 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
16 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
15 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:1796 |
14 | EB::renderModule() | JROOT/components/com_easyblog/themes/wireframe/toolbar/default.php:14 |
13 | include JROOT/components/com_easyblog/themes/wireframe/toolbar/default.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:608 |
12 | EasyBlogThemes->output() | JROOT/administrator/components/com_easyblog/includes/toolbar/toolbar.php:296 |
11 | EasyBlogToolbar->html() | JROOT/components/com_easyblog/views/views.php:216 |
10 | EasyBlogView->display() | JROOT/components/com_easyblog/views/categories/view.html.php:112 |
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.07 ms Query memory: 0.028 MB Memory before query: 33.082 MB Rows returned: 1
SELECT t.parent_id
FROM sakthi_menu as t
WHERE t.id = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | t | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
25 | JDatabaseDriver->loadResult() | JROOT/libraries/regularlabs/src/Condition.php:151 |
24 | RegularLabs\Library\Condition->getParentIds() | JROOT/libraries/regularlabs/src/Condition/Menu.php:72 |
23 | RegularLabs\Library\Condition\Menu->getMenuParentIds() | JROOT/libraries/regularlabs/src/Condition/Menu.php:54 |
22 | RegularLabs\Library\Condition\Menu->pass() | JROOT/libraries/regularlabs/src/Conditions.php:781 |
21 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:201 |
20 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:111 |
19 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
18 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
17 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
16 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
15 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:1796 |
14 | EB::renderModule() | JROOT/components/com_easyblog/themes/wireframe/toolbar/default.php:14 |
13 | include JROOT/components/com_easyblog/themes/wireframe/toolbar/default.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:608 |
12 | EasyBlogThemes->output() | JROOT/administrator/components/com_easyblog/includes/toolbar/toolbar.php:296 |
11 | EasyBlogToolbar->html() | JROOT/components/com_easyblog/views/views.php:216 |
10 | EasyBlogView->display() | JROOT/components/com_easyblog/views/categories/view.html.php:112 |
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.31 ms After last query: 109.28 ms Query memory: 0.022 MB Memory before query: 35.964 MB Rows returned: 0
SELECT *
FROM sakthi_banners
WHERE '2023-12-09 18:21:42' >= 'reset'
AND `reset` != '0000-00-00 00:00:00'
AND `reset`!= NULL
AND (`checked_out` = 0 OR `checked_out` = 0)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Impossible WHERE |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_banners/helpers/banners.php:79 |
11 | BannersHelper::updateReset() | JROOT/modules/mod_banners/mod_banners.php:19 |
10 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.44 ms After last query: 0.52 ms Query memory: 0.023 MB Memory before query: 35.985 MB Rows returned: 1
SELECT a.id as id,a.type as type,a.name as name,a.clickurl as clickurl,a.cid as cid,a.description as description,a.params as params,a.custombannercode as custombannercode,a.track_impressions as track_impressions,cl.track_impressions as client_track_impressions
FROM sakthi_banners as a
LEFT JOIN sakthi_banner_clients AS cl
ON cl.id = a.cid
WHERE a.state=1
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2023-12-09 18:21:42')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2023-12-09 18:21:42')
AND (a.imptotal = 0 OR a.impmade < a.imptotal)
AND a.cid = 2
AND cl.state = 1
AND a.catid IN (15)
AND a.language in ('en-GB','*')
ORDER BY a.sticky DESC,a.ordering
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cl | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
1 | SIMPLE | a | NULL | ALL | idx_state,idx_banner_catid,idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
14 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
13 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_banners/models/banners.php:222 |
12 | BannersModelBanners->getItems() | JROOT/modules/mod_banners/helper.php:48 |
11 | ModBannersHelper::getList() | JROOT/modules/mod_banners/mod_banners.php:20 |
10 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 0.14 ms Query memory: 0.006 MB Memory before query: 35.997 MB
UPDATE sakthi_banners
SET impmade = (impmade + 1)
WHERE id IN (3)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | UPDATE | sakthi_banners | NULL | range | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/components/com_banners/models/banners.php:268 |
12 | BannersModelBanners->impress() | JROOT/modules/mod_banners/helper.php:54 |
11 | ModBannersHelper::getList() | JROOT/modules/mod_banners/mod_banners.php:20 |
10 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.59 ms Query memory: 0.022 MB Memory before query: 35.999 MB Rows returned: 0
SELECT *
FROM sakthi_banners
WHERE '2023-12-09 18:21:42' >= 'reset'
AND `reset` != '0000-00-00 00:00:00'
AND `reset`!= NULL
AND (`checked_out` = 0 OR `checked_out` = 0)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Impossible WHERE |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_banners/helpers/banners.php:79 |
11 | BannersHelper::updateReset() | JROOT/modules/mod_banners/mod_banners.php:19 |
10 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.33 ms After last query: 0.13 ms Query memory: 0.023 MB Memory before query: 36.010 MB Rows returned: 1
SELECT a.id as id,a.type as type,a.name as name,a.clickurl as clickurl,a.cid as cid,a.description as description,a.params as params,a.custombannercode as custombannercode,a.track_impressions as track_impressions,cl.track_impressions as client_track_impressions
FROM sakthi_banners as a
LEFT JOIN sakthi_banner_clients AS cl
ON cl.id = a.cid
WHERE a.state=1
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2023-12-09 18:21:42')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2023-12-09 18:21:42')
AND (a.imptotal = 0 OR a.impmade < a.imptotal)
AND a.cid = 3
AND cl.state = 1
AND a.language in ('en-GB','*')
ORDER BY a.sticky DESC,a.ordering
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cl | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
1 | SIMPLE | a | NULL | ALL | idx_state,idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
14 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
13 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_banners/models/banners.php:222 |
12 | BannersModelBanners->getItems() | JROOT/modules/mod_banners/helper.php:48 |
11 | ModBannersHelper::getList() | JROOT/modules/mod_banners/mod_banners.php:20 |
10 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.08 ms Query memory: 0.006 MB Memory before query: 36.022 MB
UPDATE sakthi_banners
SET impmade = (impmade + 1)
WHERE id IN (2)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | UPDATE | sakthi_banners | NULL | range | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/components/com_banners/models/banners.php:268 |
12 | BannersModelBanners->impress() | JROOT/modules/mod_banners/helper.php:54 |
11 | ModBannersHelper::getList() | JROOT/modules/mod_banners/mod_banners.php:20 |
10 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.38 ms Query memory: 0.022 MB Memory before query: 36.025 MB Rows returned: 0
SELECT *
FROM sakthi_banners
WHERE '2023-12-09 18:21:42' >= 'reset'
AND `reset` != '0000-00-00 00:00:00'
AND `reset`!= NULL
AND (`checked_out` = 0 OR `checked_out` = 0)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Impossible WHERE |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_banners/helpers/banners.php:79 |
11 | BannersHelper::updateReset() | JROOT/modules/mod_banners/mod_banners.php:19 |
10 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.11 ms Query memory: 0.023 MB Memory before query: 36.035 MB Rows returned: 1
SELECT a.id as id,a.type as type,a.name as name,a.clickurl as clickurl,a.cid as cid,a.description as description,a.params as params,a.custombannercode as custombannercode,a.track_impressions as track_impressions,cl.track_impressions as client_track_impressions
FROM sakthi_banners as a
LEFT JOIN sakthi_banner_clients AS cl
ON cl.id = a.cid
WHERE a.state=1
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2023-12-09 18:21:42')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2023-12-09 18:21:42')
AND (a.imptotal = 0 OR a.impmade < a.imptotal)
AND a.cid = 1
AND cl.state = 1
AND a.catid IN (15)
AND a.language in ('en-GB','*')
ORDER BY a.sticky DESC,a.ordering
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cl | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
1 | SIMPLE | a | NULL | ALL | idx_state,idx_banner_catid,idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 33.33 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
14 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
13 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_banners/models/banners.php:222 |
12 | BannersModelBanners->getItems() | JROOT/modules/mod_banners/helper.php:48 |
11 | ModBannersHelper::getList() | JROOT/modules/mod_banners/mod_banners.php:20 |
10 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.07 ms Query memory: 0.006 MB Memory before query: 36.047 MB
UPDATE sakthi_banners
SET impmade = (impmade + 1)
WHERE id IN (4)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | UPDATE | sakthi_banners | NULL | range | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/components/com_banners/models/banners.php:268 |
12 | BannersModelBanners->impress() | JROOT/modules/mod_banners/helper.php:54 |
11 | ModBannersHelper::getList() | JROOT/modules/mod_banners/mod_banners.php:20 |
10 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Do |