Query Time: 0.54 ms Query memory: 0.018 MB Memory before query: 0.945 MB Rows returned: 0
SELECT `data`
FROM `jos_session`
WHERE `session_id` = 's1vmocbt762krj5vsr8vsm2j20'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_session | const | PRIMARY | PRIMARY | 766 | const | 1 | 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:1731 |
13 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:44 |
12 | JSessionStorageDatabase->read() | Same as call in the line below. |
11 | session_start() | JROOT/libraries/joomla/session/handler/native.php:258 |
10 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:49 |
9 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:81 |
8 | JSessionHandlerJoomla->start() | JROOT/libraries/joomla/session/session.php:636 |
7 | JSession->_start() | JROOT/libraries/joomla/session/session.php:596 |
6 | JSession->start() | JROOT/libraries/cms/application/cms.php:748 |
5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 |
4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:404 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:47 |
Query Time: 0.47 ms After last query: 6.84 ms Query memory: 0.008 MB Memory before query: 1.010 MB
DELETE
FROM `jos_session`
WHERE `time` < '1576157797'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_session | range | time | time | 59 | const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 6 | JDatabaseDriverMysqli->execute() | JROOT/libraries/cms/application/cms.php:765 |
5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 |
4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:404 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:47 |
Query Time: 0.37 ms After last query: 0.25 ms Query memory: 0.012 MB Memory before query: 1.022 MB Rows returned: 0
SELECT `session_id`
FROM `jos_session`
WHERE `session_id` = 's1vmocbt762krj5vsr8vsm2j20'
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_session | const | PRIMARY | PRIMARY | 766 | const | 1 | 100.00 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
7 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/application/cms.php:176 |
6 | JApplicationCms->checkSession() | JROOT/libraries/cms/application/cms.php:774 |
5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 |
4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:404 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:47 |
Query Time: 24.33 ms After last query: 0.22 ms Query memory: 0.009 MB Memory before query: 1.034 MB
INSERT INTO `jos_session`
(`session_id`, `client_id`, `time`)
VALUES
('s1vmocbt762krj5vsr8vsm2j20', 0, '1576158697')
EXPLAIN not possible on query: INSERT INTO `jos_session`
(`session_id`, `client_id`, `time`) VALUES
('s1vmocbt762krj5vsr8vsm2j20', 0, '1576158697')
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/cms/application/cms.php:208 |
6 | JApplicationCms->checkSession() | JROOT/libraries/cms/application/cms.php:774 |
5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 |
4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:404 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:47 |
Query Time: 0.92 ms After last query: 11.73 ms Query memory: 0.030 MB Memory before query: 1.115 MB Rows returned: 41
SELECT extension_id AS id, element AS "option", params, enabled
FROM jos_extensions
WHERE `type` = 'component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_extensions | ref | extension | extension | 82 | const | 41 | 100.00 | Using index condition |
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:1692 |
9 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:157 |
7 | JCacheControllerCallback->get() | JROOT/libraries/cms/component/helper.php:448 |
6 | JComponentHelper::load() | JROOT/libraries/cms/component/helper.php:43 |
5 | JComponentHelper::getComponent() | JROOT/libraries/cms/component/helper.php:120 |
4 | JComponentHelper::getParams() | JROOT/libraries/cms/application/site.php:584 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.49 ms After last query: 4.25 ms Query memory: 0.014 MB Memory before query: 1.208 MB Rows returned: 2
SELECT b.id
FROM jos_usergroups AS a
LEFT JOIN jos_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
1 | SIMPLE | b | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.03 ms |
preparing | 0.04 ms |
executing | 0.01 ms |
Sending data | 0.06 ms |
end | 0.02 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1541 |
9 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:354 |
8 | JAccess::getGroupsByUser() | JROOT/libraries/joomla/access/access.php:423 |
7 | JAccess::getAuthorisedViewLevels() | JROOT/libraries/joomla/user/user.php:453 |
6 | JUser->getAuthorisedViewLevels() | JROOT/libraries/cms/plugin/helper.php:296 |
5 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:163 |
4 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/site.php:589 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.32 ms After last query: 1.58 ms Query memory: 0.013 MB Memory before query: 1.228 MB Rows returned: 5
SELECT id, rules
FROM `jos_viewlevels`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_viewlevels | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.05 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1497 |
8 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/access/access.php:440 |
7 | JAccess::getAuthorisedViewLevels() | JROOT/libraries/joomla/user/user.php:453 |
6 | JUser->getAuthorisedViewLevels() | JROOT/libraries/cms/plugin/helper.php:296 |
5 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:163 |
4 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/site.php:589 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.97 ms After last query: 0.32 ms Query memory: 0.013 MB Memory before query: 1.247 MB Rows returned: 57
SELECT folder AS type, element AS name, params
FROM jos_extensions
WHERE enabled = 1
AND type ='plugin'
AND state IN (0,1)
AND access IN (1,1,5)
ORDER BY ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_extensions | ref | extension | extension | 82 | const | 81 | 100.00 | Using index condition; Using where; Using filesort |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.06 ms |
preparing | 0.03 ms |
Sorting result | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.01 ms |
Creating sort index | 0.45 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/plugin/helper.php:310 |
5 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:163 |
4 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/site.php:589 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.43 ms After last query: 14.94 ms Query memory: 0.017 MB Memory before query: 1.449 MB Rows returned: 0
SELECT `path`
FROM jos_rsfirewall_ignored
WHERE `type`='ignore_folder' OR `type`='ignore_file'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
starting | 0.08 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.02 ms |
executing | 0.01 ms |
end | 0.01 ms |
query end | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1541 |
11 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:52 |
10 | RSFirewallConfig->load() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:18 |
9 | RSFirewallConfig->__construct() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:160 |
8 | RSFirewallConfig::getInstance() | JROOT/plugins/system/rsfirewall/rsfirewall.php:25 |
7 | plgSystemRSFirewall->__construct() | JROOT/libraries/cms/plugin/helper.php:255 |
6 | JPluginHelper::import() | JROOT/libraries/cms/plugin/helper.php:170 |
5 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/cms.php:662 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:663 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.39 ms After last query: 0.25 ms Query memory: 0.017 MB Memory before query: 1.465 MB Rows returned: 0
SELECT `file`
FROM jos_rsfirewall_hashes
WHERE `type`='protect'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_rsfirewall_hashes | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 229 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Sending data | 0.11 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1541 |
11 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:59 |
10 | RSFirewallConfig->load() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:18 |
9 | RSFirewallConfig->__construct() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:160 |
8 | RSFirewallConfig::getInstance() | JROOT/plugins/system/rsfirewall/rsfirewall.php:25 |
7 | plgSystemRSFirewall->__construct() | JROOT/libraries/cms/plugin/helper.php:255 |
6 | JPluginHelper::import() | JROOT/libraries/cms/plugin/helper.php:170 |
5 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/cms.php:662 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:663 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.34 ms After last query: 0.20 ms Query memory: 0.019 MB Memory before query: 1.480 MB Rows returned: 51
SELECT *
FROM jos_rsfirewall_configuration
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_rsfirewall_configuration | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 51 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.06 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
11 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:67 |
10 | RSFirewallConfig->load() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:18 |
9 | RSFirewallConfig->__construct() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:160 |
8 | RSFirewallConfig::getInstance() | JROOT/plugins/system/rsfirewall/rsfirewall.php:25 |
7 | plgSystemRSFirewall->__construct() | JROOT/libraries/cms/plugin/helper.php:255 |
6 | JPluginHelper::import() | JROOT/libraries/cms/plugin/helper.php:170 |
5 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/cms.php:662 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:663 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.99 ms After last query: 14.52 ms Query memory: 0.024 MB Memory before query: 1.782 MB Rows returned: 10
SHOW FULL COLUMNS
FROM `jos_rsfirewall_logs`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `jos_rsfirewall_logs`
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.23 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.06 ms |
executing | 0.01 ms |
Opening tables | 0.02 ms |
checking permissions | 0.04 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
Sending data | 0.06 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
removing tmp table | 0.06 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
14 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
13 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
12 | JTable->__construct() | JROOT/administrator/components/com_rsfirewall/tables/logs.php:35 |
11 | RSFirewallTableLogs->__construct() | JROOT/libraries/joomla/table/table.php:305 |
10 | JTable::getInstance() | JROOT/administrator/components/com_rsfirewall/helpers/log.php:22 |
9 | RSFirewallLogger->__construct() | JROOT/administrator/components/com_rsfirewall/helpers/log.php:56 |
8 | RSFirewallLogger::getInstance() | JROOT/plugins/system/rsfirewall/rsfirewall.php:47 |
7 | plgSystemRSFirewall->__construct() | JROOT/libraries/cms/plugin/helper.php:255 |
6 | JPluginHelper::import() | JROOT/libraries/cms/plugin/helper.php:170 |
5 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/cms.php:662 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:663 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 1.42 ms After last query: 64.08 ms Query memory: 0.033 MB Memory before query: 2.480 MB Rows returned: 55
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 jos_menu AS m
LEFT JOIN jos_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 78 | 100.00 | Using index condition; Using where; Using filesort |
1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | newlife_v1.m.component_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.15 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.05 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.09 ms |
preparing | 0.04 ms |
Sorting result | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.02 ms |
Creating sort index | 0.75 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/menu/site.php:86 |
14 | JMenuSite->load() | JROOT/libraries/cms/menu/menu.php:74 |
13 | JMenu->__construct() | JROOT/libraries/cms/menu/site.php:57 |
12 | JMenuSite->__construct() | JROOT/libraries/cms/menu/menu.php:133 |
11 | JMenu::getInstance() | JROOT/libraries/cms/application/cms.php:435 |
10 | JApplicationCms->getMenu() | JROOT/libraries/cms/application/site.php:272 |
9 | JApplicationSite->getMenu() | JROOT/libraries/cms/router/site.php:57 |
8 | JRouterSite->__construct() | JROOT/libraries/cms/router/router.php:196 |
7 | JRouter::getInstance() | JROOT/libraries/cms/application/cms.php:531 |
6 | JApplicationCms::getRouter() | JROOT/libraries/cms/application/site.php:407 |
5 | JApplicationSite::getRouter() | JROOT/libraries/cms/application/cms.php:1097 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:763 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.59 ms After last query: 11.91 ms Query memory: 0.016 MB Memory before query: 3.126 MB Rows returned: 0
SELECT *
FROM jos_rsfirewall_hashes
WHERE (`type`='3.5.1' OR `type`='protect')
AND `flag`!='C'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_rsfirewall_hashes | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 229 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.09 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.03 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Sending data | 0.15 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
10 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rsfirewall/rsfirewall.php:947 |
9 | plgSystemRSFirewall->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1107 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:763 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.19 ms After last query: 1.28 ms Query memory: 0.017 MB Memory before query: 3.145 MB Rows returned: 0
SELECT *
FROM jos_rsfirewall_snapshots
WHERE `type`='protect'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
executing | 0.01 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
11 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rsfirewall/helpers/snapshot.php:46 |
10 | RSFirewallSnapshot::get() | JROOT/plugins/system/rsfirewall/rsfirewall.php:970 |
9 | plgSystemRSFirewall->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1107 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:763 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.40 ms After last query: 0.31 ms Query memory: 0.017 MB Memory before query: 3.162 MB Rows returned: 0
SELECT `ip`,`reason`
FROM jos_rsfirewall_lists
WHERE (`ip`='3.215.182.36' OR `ip` LIKE '%*%' OR `ip` LIKE '%/%' OR `ip` LIKE '%-%')
AND `type`='1'
AND `published`='1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_rsfirewall_lists | ref | published,type | type | 1 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.09 ms |
preparing | 0.03 ms |
executing | 0.01 ms |
Sending data | 0.02 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
12 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rsfirewall/rsfirewall.php:165 |
11 | plgSystemRSFirewall->isListed() | JROOT/plugins/system/rsfirewall/rsfirewall.php:144 |
10 | plgSystemRSFirewall->isWhitelisted() | JROOT/plugins/system/rsfirewall/rsfirewall.php:998 |
9 | plgSystemRSFirewall->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1107 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:763 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.75 ms After last query: 0.28 ms Query memory: 0.017 MB Memory before query: 3.178 MB Rows returned: 0
SELECT `ip`,`reason`
FROM jos_rsfirewall_lists
WHERE (`ip`='3.215.182.36' OR `ip` LIKE '%*%' OR `ip` LIKE '%/%' OR `ip` LIKE '%-%')
AND `type`='0'
AND `published`='1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_rsfirewall_lists | ALL | published,type | NO INDEX KEY COULD BE USED | NULL | NULL | 464 | 99.35 | Using where |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Sending data | 0.51 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
12 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rsfirewall/rsfirewall.php:165 |
11 | plgSystemRSFirewall->isListed() | JROOT/plugins/system/rsfirewall/rsfirewall.php:134 |
10 | plgSystemRSFirewall->isBlacklisted() | JROOT/plugins/system/rsfirewall/rsfirewall.php:1002 |
9 | plgSystemRSFirewall->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1107 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:763 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.31 ms After last query: 2.68 ms Query memory: 0.018 MB Memory before query: 3.207 MB Rows returned: 1
SELECT *
FROM jos_rsfirewall_exceptions
WHERE `published`='1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_rsfirewall_exceptions | system | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.02 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
11 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rsfirewall/rsfirewall.php:640 |
10 | plgSystemRSFirewall->isException() | JROOT/plugins/system/rsfirewall/rsfirewall.php:1050 |
9 | plgSystemRSFirewall->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1107 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:763 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.37 ms After last query: 1.76 ms Query memory: 0.025 MB Memory before query: 3.242 MB Rows returned: 1
SELECT extension_id AS id, element AS "option", params, enabled
FROM jos_extensions
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using index condition |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.09 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Sending data | 0.06 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1653 |
19 | JDatabaseDriver->loadObject() | Same as call in the line below. |
18 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:157 |
17 | JCacheControllerCallback->get() | JROOT/libraries/cms/library/helper.php:156 |
16 | JLibraryHelper::_load() | JROOT/libraries/cms/library/helper.php:47 |
15 | JLibraryHelper::getLibrary() | JROOT/libraries/cms/library/helper.php:90 |
14 | JLibraryHelper::getParams() | JROOT/libraries/cms/version/version.php:274 |
13 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:737 |
12 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
11 | JFactory::getDocument() | JROOT/plugins/system/cachecleaner/cachecleaner.php:60 |
10 | plgSystemCacheCleaner->getHelper() | JROOT/plugins/system/cachecleaner/cachecleaner.php:30 |
9 | plgSystemCacheCleaner->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1107 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:763 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 16.38 ms After last query: 0.46 ms Query memory: 0.019 MB Memory before query: 3.251 MB
UPDATE `jos_extensions`
SET `params` = '{\"mediaversion\":\"92156002c02cea8347164bab7d715c58\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_extensions | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.06 ms |
updating | 0.08 ms |
end | 0.01 ms |
query end | 15.95 ms |
closing tables | 0.03 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/cms/library/helper.php:119 |
15 | JLibraryHelper::saveParams() | JROOT/libraries/cms/version/version.php:325 |
14 | JVersion->setMediaVersion() | JROOT/libraries/cms/version/version.php:284 |
13 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:737 |
12 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
11 | JFactory::getDocument() | JROOT/plugins/system/cachecleaner/cachecleaner.php:60 |
10 | plgSystemCacheCleaner->getHelper() | JROOT/plugins/system/cachecleaner/cachecleaner.php:30 |
9 | plgSystemCacheCleaner->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1107 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:763 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.63 ms After last query: 11.28 ms Query memory: 0.014 MB Memory before query: 3.366 MB Rows returned: 1
SELECT *
FROM jos_languages
WHERE published=1
ORDER BY ordering ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_languages | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.08 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.03 ms |
preparing | 0.02 ms |
Sorting result | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.02 ms |
Creating sort index | 0.08 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/language/helper.php:164 |
5 | JLanguageHelper::getLanguages() | JROOT/libraries/cms/application/site.php:329 |
4 | JApplicationSite->getParams() | JROOT/libraries/cms/application/site.php:135 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.57 ms After last query: 0.85 ms Query memory: 0.010 MB Memory before query: 3.387 MB Rows returned: 5
SELECT id, home, template, s.params
FROM jos_template_styles as s
LEFT JOIN jos_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | s | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | Using where |
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | newlife_v1.s.template,const | 1 | 100.00 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.08 ms |
preparing | 0.03 ms |
executing | 0.01 ms |
Sending data | 0.13 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 6 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
5 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/application/site.php:484 |
4 | JApplicationSite->getTemplate() | JROOT/libraries/cms/application/site.php:165 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.97 ms After last query: 83.36 ms Query memory: 0.025 MB Memory before query: 4.366 MB Rows returned: 2
SHOW FULL COLUMNS
FROM `jos_easyblog_configs`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `jos_easyblog_configs`
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.23 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Opening tables | 0.02 ms |
checking permissions | 0.04 ms |
checking permissions | 0.03 ms |
Sending data | 0.12 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
removing tmp table | 0.07 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
15 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
14 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
13 | JTable->__construct() | JROOT/administrator/components/com_easyblog/tables/table.php:18 |
12 | EasyBlogTable->__construct() | JROOT/administrator/components/com_easyblog/tables/configs.php:39 |
11 | EasyBlogTableConfigs->__construct() | JROOT/libraries/joomla/table/table.php:305 |
10 | JTable::getInstance() | JROOT/administrator/components/com_easyblog/tables/table.php:54 |
9 | EasyBlogTable::getInstance() | JROOT/components/com_easyblog/helpers/helper.php:539 |
8 | EasyBlogHelper::getTable() | JROOT/components/com_easyblog/helpers/helper.php:591 |
7 | EasyBlogHelper::getConfig() | JROOT/components/com_easyblog/easyblog.php:31 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.46 ms After last query: 0.44 ms Query memory: 0.032 MB Memory before query: 4.397 MB Rows returned: 1
SELECT *
FROM jos_easyblog_configs
WHERE `name` = 'config'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_easyblog_configs | system | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.04 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Sending data | 0.06 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1456 |
9 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:728 |
8 | JTable->load() | JROOT/components/com_easyblog/helpers/helper.php:592 |
7 | EasyBlogHelper::getConfig() | JROOT/components/com_easyblog/easyblog.php:31 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.47 ms After last query: 18.00 ms Query memory: 0.017 MB Memory before query: 4.597 MB
DELETE
FROM `jos_easyblog_mailq`
WHERE `status`='1'
AND DATEDIFF(NOW(), `created`) >= 7
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_easyblog_mailq | range | easyblog_mailq_status | easyblog_mailq_status | 1 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.13 ms |
checking permissions | 0.02 ms |
Opening tables | 0.02 ms |
init | 0.04 ms |
System lock | 0.06 ms |
updating | 0.01 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
14 | JDatabase->query() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/components/com_easyblog/helpers/db.php:109 |
12 | EasyBlogDbJoomla30->__call() | Same as call in the line below. |
11 | EasyBlogDbJoomla30->Query() | Same as call in the line below. |
10 | call_user_func_array() | JROOT/components/com_easyblog/helpers/db.php:43 |
9 | EasyBlogDBHelper->__call() | JROOT/components/com_easyblog/classes/mailqueue.php:36 |
8 | EasyBlogDBHelper->Query() | JROOT/components/com_easyblog/classes/mailqueue.php:36 |
7 | EMailQueue->sendOnPageLoad() | JROOT/components/com_easyblog/easyblog.php:81 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.41 ms After last query: 0.19 ms Query memory: 0.018 MB Memory before query: 4.615 MB Rows returned: 0
SELECT `id`
FROM `jos_easyblog_mailq`
WHERE `status` = 0
ORDER BY `created` ASC
LIMIT 5
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
executing | 0.01 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
14 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/components/com_easyblog/helpers/db.php:109 |
12 | EasyBlogDbJoomla30->__call() | Same as call in the line below. |
11 | EasyBlogDbJoomla30->loadObjectList() | Same as call in the line below. |
10 | call_user_func_array() | JROOT/components/com_easyblog/helpers/db.php:43 |
9 | EasyBlogDBHelper->__call() | JROOT/components/com_easyblog/classes/mailqueue.php:44 |
8 | EasyBlogDBHelper->loadObjectList() | JROOT/components/com_easyblog/classes/mailqueue.php:44 |
7 | EMailQueue->sendOnPageLoad() | JROOT/components/com_easyblog/easyblog.php:81 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.43 ms After last query: 0.32 ms Query memory: 0.026 MB Memory before query: 4.634 MB Rows returned: 0
SELECT *
FROM `jos_easyblog_post`
WHERE `publish_up` <= '2019-12-12 13:51:37'
AND `published` = '2'
AND `ispending` = '0'
ORDER BY `id`
LIMIT 5
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_easyblog_post | ref | easyblog_post_published,easyblog_post_blogger_list | easyblog_post_blogger_list | 1 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.05 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.03 ms |
Sorting result | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.04 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
14 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/components/com_easyblog/helpers/db.php:109 |
12 | EasyBlogDbJoomla30->__call() | Same as call in the line below. |
11 | EasyBlogDbJoomla30->loadObjectList() | Same as call in the line below. |
10 | call_user_func_array() | JROOT/components/com_easyblog/helpers/db.php:43 |
9 | EasyBlogDBHelper->__call() | JROOT/components/com_easyblog/helpers/helper.php:2525 |
8 | EasyBlogDBHelper->loadObjectList() | JROOT/components/com_easyblog/helpers/helper.php:2525 |
7 | EasyBlogHelper::processScheduledPost() | JROOT/components/com_easyblog/easyblog.php:85 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 2.30 ms After last query: 0.34 ms Query memory: 0.017 MB Memory before query: 4.651 MB
UPDATE `jos_easyblog_post`
SET `published` = '0'
WHERE `publish_down` > `publish_up`
AND `publish_down` <= '2019-12-12 13:51:37'
AND `publish_down` != '0000-00-00 00:00:00'
AND `published` != '0'
AND `published` != '3'
AND `ispending` = '0'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_easyblog_post | range | easyblog_post_published,easyblog_post_blogger_list | easyblog_post_published | 1 | const | 270 | 100.00 | Using where; Using temporary |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.03 ms |
System lock | 0.07 ms |
Searching rows for update | 1.99 ms |
updating | 0.01 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
14 | JDatabase->query() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/components/com_easyblog/helpers/db.php:109 |
12 | EasyBlogDbJoomla30->__call() | Same as call in the line below. |
11 | EasyBlogDbJoomla30->query() | Same as call in the line below. |
10 | call_user_func_array() | JROOT/components/com_easyblog/helpers/db.php:43 |
9 | EasyBlogDBHelper->__call() | JROOT/components/com_easyblog/helpers/helper.php:2501 |
8 | EasyBlogDBHelper->query() | JROOT/components/com_easyblog/helpers/helper.php:2501 |
7 | EasyBlogHelper::unPublishPost() | JROOT/components/com_easyblog/easyblog.php:88 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.58 ms After last query: 35.66 ms Query memory: 0.024 MB Memory before query: 5.199 MB Rows returned: 1
SELECT a.rules
FROM jos_assets AS a
WHERE (a.id = 1)
GROUP BY a.id, a.rules, a.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.10 ms |
checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.08 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Sending data | 0.02 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1541 |
17 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:246 |
16 | JAccess::getAssetRules() | JROOT/libraries/joomla/user/user.php:384 |
15 | JUser->authorise() | JROOT/components/com_easyblog/helpers/helper.php:625 |
14 | EasyBlogHelper::isSiteAdmin() | JROOT/components/com_easyblog/classes/themes.php:71 |
13 | CodeThemes->__construct() | JROOT/components/com_easyblog/classes/compiler.php:259 |
12 | EasyBlogCompiler->getResourcesSettings() | JROOT/components/com_easyblog/classes/compiler.php:145 |
11 | EasyBlogCompiler->getResources() | JROOT/components/com_easyblog/classes/configuration.php:99 |
10 | EasyBlogConfiguration->attach() | JROOT/components/com_easyblog/helpers/helper.php:3526 |
9 | EasyBlogHelper::loadHeaders() | JROOT/components/com_easyblog/controller.php:50 |
8 | EasyBlogController->__construct() | JROOT/components/com_easyblog/controller.php:611 |
7 | EasyBlogController::getInstance() | JROOT/components/com_easyblog/easyblog.php:139 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.89 ms After last query: 8.11 ms Query memory: 0.033 MB Memory before query: 5.293 MB Rows returned: 8
SHOW FULL COLUMNS
FROM `jos_assets`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `jos_assets`
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.23 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Opening tables | 0.03 ms |
checking permissions | 0.04 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
Sending data | 0.05 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
removing tmp table | 0.06 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
21 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
20 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
19 | JTable->__construct() | JROOT/libraries/joomla/table/asset.php:61 |
18 | JTableAsset->__construct() | JROOT/libraries/joomla/table/table.php:305 |
17 | JTable::getInstance() | JROOT/libraries/joomla/access/access.php:100 |
16 | JAccess::check() | JROOT/libraries/joomla/user/user.php:393 |
15 | JUser->authorise() | JROOT/components/com_easyblog/helpers/helper.php:625 |
14 | EasyBlogHelper::isSiteAdmin() | JROOT/components/com_easyblog/classes/themes.php:71 |
13 | CodeThemes->__construct() | JROOT/components/com_easyblog/classes/compiler.php:259 |
12 | EasyBlogCompiler->getResourcesSettings() | JROOT/components/com_easyblog/classes/compiler.php:145 |
11 | EasyBlogCompiler->getResources() | JROOT/components/com_easyblog/classes/configuration.php:99 |
10 | EasyBlogConfiguration->attach() | JROOT/components/com_easyblog/helpers/helper.php:3526 |
9 | EasyBlogHelper::loadHeaders() | JROOT/components/com_easyblog/controller.php:50 |
8 | EasyBlogController->__construct() | JROOT/components/com_easyblog/controller.php:611 |
7 | EasyBlogController::getInstance() | JROOT/components/com_easyblog/easyblog.php:139 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.43 ms After last query: 0.32 ms Query memory: 0.025 MB Memory before query: 5.340 MB Rows returned: 1
SELECT id
FROM jos_assets
WHERE parent_id = 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_assets | ref | idx_parent_id | idx_parent_id | 4 | const | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.07 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Sending data | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1541 |
18 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/table/nested.php:1216 |
17 | JTableNested->getRootId() | JROOT/libraries/joomla/access/access.php:101 |
16 | JAccess::check() | JROOT/libraries/joomla/user/user.php:393 |
15 | JUser->authorise() | JROOT/components/com_easyblog/helpers/helper.php:625 |
14 | EasyBlogHelper::isSiteAdmin() | JROOT/components/com_easyblog/classes/themes.php:71 |
13 | CodeThemes->__construct() | JROOT/components/com_easyblog/classes/compiler.php:259 |
12 | EasyBlogCompiler->getResourcesSettings() | JROOT/components/com_easyblog/classes/compiler.php:145 |
11 | EasyBlogCompiler->getResources() | JROOT/components/com_easyblog/classes/configuration.php:99 |
10 | EasyBlogConfiguration->attach() | JROOT/components/com_easyblog/helpers/helper.php:3526 |
9 | EasyBlogHelper::loadHeaders() | JROOT/components/com_easyblog/controller.php:50 |
8 | EasyBlogController->__construct() | JROOT/components/com_easyblog/controller.php:611 |
7 | EasyBlogController::getInstance() | JROOT/components/com_easyblog/easyblog.php:139 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.78 ms After last query: 0.27 ms Query memory: 0.025 MB Memory before query: 5.366 MB Rows returned: 1
SELECT b.rules
FROM jos_assets AS a
LEFT JOIN jos_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE (a.id = 1)
GROUP BY b.id, b.rules, b.lft
ORDER BY b.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using temporary; Using filesort |
1 | SIMPLE | b | range | idx_lft_rgt | idx_lft_rgt | 4 | NULL | 2 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.07 ms |
preparing | 0.02 ms |
Creating tmp table | 0.04 ms |
Sorting result | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.20 ms |
Creating sort index | 0.04 ms |
end | 0.01 ms |
removing tmp table | 0.05 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1541 |
18 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:246 |
17 | JAccess::getAssetRules() | JROOT/libraries/joomla/access/access.php:107 |
16 | JAccess::check() | JROOT/libraries/joomla/user/user.php:393 |
15 | JUser->authorise() | JROOT/components/com_easyblog/helpers/helper.php:625 |
14 | EasyBlogHelper::isSiteAdmin() | JROOT/components/com_easyblog/classes/themes.php:71 |
13 | CodeThemes->__construct() | JROOT/components/com_easyblog/classes/compiler.php:259 |
12 | EasyBlogCompiler->getResourcesSettings() | JROOT/components/com_easyblog/classes/compiler.php:145 |
11 | EasyBlogCompiler->getResources() | JROOT/components/com_easyblog/classes/configuration.php:99 |
10 | EasyBlogConfiguration->attach() | JROOT/components/com_easyblog/helpers/helper.php:3526 |
9 | EasyBlogHelper::loadHeaders() | JROOT/components/com_easyblog/controller.php:50 |
8 | EasyBlogController->__construct() | JROOT/components/com_easyblog/controller.php:611 |
7 | EasyBlogController::getInstance() | JROOT/components/com_easyblog/easyblog.php:139 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 1.06 ms After last query: 4.96 ms Query memory: 0.033 MB Memory before query: 5.434 MB Rows returned: 10
SHOW FULL COLUMNS
FROM `jos_easyblog_users`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `jos_easyblog_users`
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.31 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.02 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Opening tables | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
checking permissions | 0.03 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
Sending data | 0.07 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
removing tmp table | 0.06 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
21 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
20 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
19 | JTable->__construct() | JROOT/administrator/components/com_easyblog/tables/table.php:18 |
18 | EasyBlogTable->__construct() | JROOT/administrator/components/com_easyblog/tables/profile.php:39 |
17 | EasyBlogTableProfile->__construct() | JROOT/libraries/joomla/table/table.php:305 |
16 | JTable::getInstance() | JROOT/administrator/components/com_easyblog/tables/table.php:54 |
15 | EasyBlogTable::getInstance() | JROOT/components/com_easyblog/helpers/helper.php:539 |
14 | EasyBlogHelper::getTable() | JROOT/components/com_easyblog/classes/themes.php:73 |
13 | CodeThemes->__construct() | JROOT/components/com_easyblog/classes/compiler.php:259 |
12 | EasyBlogCompiler->getResourcesSettings() | JROOT/components/com_easyblog/classes/compiler.php:145 |
11 | EasyBlogCompiler->getResources() | JROOT/components/com_easyblog/classes/configuration.php:99 |
10 | EasyBlogConfiguration->attach() | JROOT/components/com_easyblog/helpers/helper.php:3526 |
9 | EasyBlogHelper::loadHeaders() | JROOT/components/com_easyblog/controller.php:50 |
8 | EasyBlogController->__construct() | JROOT/components/com_easyblog/controller.php:611 |
7 | EasyBlogController::getInstance() | JROOT/components/com_easyblog/easyblog.php:139 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.38 ms After last query: 3.80 ms Query memory: 0.027 MB Memory before query: 5.528 MB Rows returned: 1
SELECT COUNT(*)
FROM `jos_easyblog_configs`
WHERE `name` = 'default'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.05 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
21 | JDatabaseDriver->loadResult() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/components/com_easyblog/helpers/db.php:109 |
19 | EasyBlogDbJoomla30->__call() | Same as call in the line below. |
18 | EasyBlogDbJoomla30->loadResult() | Same as call in the line below. |
17 | call_user_func_array() | JROOT/components/com_easyblog/helpers/db.php:43 |
16 | EasyBlogDBHelper->__call() | JROOT/components/com_easyblog/classes/themes.php:156 |
15 | EasyBlogDBHelper->loadResult() | JROOT/components/com_easyblog/classes/themes.php:156 |
14 | CodeThemes->_getThemeConfig() | JROOT/components/com_easyblog/classes/themes.php:106 |
13 | CodeThemes->__construct() | JROOT/components/com_easyblog/classes/compiler.php:259 |
12 | EasyBlogCompiler->getResourcesSettings() | JROOT/components/com_easyblog/classes/compiler.php:145 |
11 | EasyBlogCompiler->getResources() | JROOT/components/com_easyblog/classes/configuration.php:99 |
10 | EasyBlogConfiguration->attach() | JROOT/components/com_easyblog/helpers/helper.php:3526 |
9 | EasyBlogHelper::loadHeaders() | JROOT/components/com_easyblog/controller.php:50 |
8 | EasyBlogController->__construct() | JROOT/components/com_easyblog/controller.php:611 |
7 | EasyBlogController::getInstance() | JROOT/components/com_easyblog/easyblog.php:139 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.66 ms After last query: 0.80 ms Query memory: 0.031 MB Memory before query: 5.562 MB Rows returned: 32
SELECT *
FROM `jos_easyblog_acl`
WHERE `published`=1
ORDER BY `id` ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_easyblog_acl | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 36 | 100.00 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.02 ms |
Sorting result | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.01 ms |
Creating sort index | 0.30 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
22 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
21 | call_user_func_array() | JROOT/components/com_easyblog/helpers/db.php:109 |
20 | EasyBlogDbJoomla30->__call() | Same as call in the line below. |
19 | EasyBlogDbJoomla30->loadObjectList() | Same as call in the line below. |
18 | call_user_func_array() | JROOT/components/com_easyblog/helpers/db.php:43 |
17 | EasyBlogDBHelper->__call() | JROOT/components/com_easyblog/helpers/acl.php:317 |
16 | EasyBlogDBHelper->loadObjectList() | JROOT/components/com_easyblog/helpers/acl.php:317 |
15 | EasyBlogACLHelper::getRules() | JROOT/components/com_easyblog/helpers/acl.php:33 |
14 | EasyBlogACLHelper::getRuleSet() | JROOT/components/com_easyblog/classes/themes.php:121 |
13 | CodeThemes->__construct() | JROOT/components/com_easyblog/classes/compiler.php:259 |
12 | EasyBlogCompiler->getResourcesSettings() | JROOT/components/com_easyblog/classes/compiler.php:145 |
11 | EasyBlogCompiler->getResources() | JROOT/components/com_easyblog/classes/configuration.php:99 |
10 | EasyBlogConfiguration->attach() | JROOT/components/com_easyblog/helpers/helper.php:3526 |
9 | EasyBlogHelper::loadHeaders() | JROOT/components/com_easyblog/controller.php:50 |
8 | EasyBlogController->__construct() | JROOT/components/com_easyblog/controller.php:611 |
7 | EasyBlogController::getInstance() | JROOT/components/com_easyblog/easyblog.php:139 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.65 ms After last query: 0.46 ms Query memory: 0.029 MB Memory before query: 5.633 MB Rows returned: 36
SELECT *
FROM `jos_easyblog_acl_group`
WHERE `content_id`='1'
AND `type`='
group'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_easyblog_acl_group | ref | easyblog_post_acl_content_type | easyblog_post_acl_content_type | 775 | const,const | 36 | 100.00 | Using index condition |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.12 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Sending data | 0.24 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
21 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/components/com_easyblog/helpers/db.php:109 |
19 | EasyBlogDbJoomla30->__call() | Same as call in the line below. |
18 | EasyBlogDbJoomla30->loadObjectList() | Same as call in the line below. |
17 | call_user_func_array() | JROOT/components/com_easyblog/helpers/db.php:43 |
16 | EasyBlogDBHelper->__call() | JROOT/components/com_easyblog/helpers/acl.php:136 |
15 | EasyBlogDBHelper->loadObjectList() | JROOT/components/com_easyblog/helpers/acl.php:136 |
14 | EasyBlogACLHelper::getRuleSet() | JROOT/components/com_easyblog/classes/themes.php:121 |
13 | CodeThemes->__construct() | JROOT/components/com_easyblog/classes/compiler.php:259 |
12 | EasyBlogCompiler->getResourcesSettings() | JROOT/components/com_easyblog/classes/compiler.php:145 |
11 | EasyBlogCompiler->getResources() | JROOT/components/com_easyblog/classes/configuration.php:99 |
10 | EasyBlogConfiguration->attach() | JROOT/components/com_easyblog/helpers/helper.php:3526 |
9 | EasyBlogHelper::loadHeaders() | JROOT/components/com_easyblog/controller.php:50 |
8 | EasyBlogController->__construct() | JROOT/components/com_easyblog/controller.php:611 |
7 | EasyBlogController::getInstance() | JROOT/components/com_easyblog/easyblog.php:139 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.69 ms After last query: 52.79 ms Query memory: 0.023 MB Memory before query: 5.770 MB Rows returned: 1
SELECT id, keywords, description, indexing
FROM `jos_easyblog_meta`
WHERE content_id = '246'
and type = 'post'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_easyblog_meta | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 283 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.10 ms |
checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
init | 0.05 ms |
System lock | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.03 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Sending data | 0.17 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1653 |
17 | JDatabaseDriver->loadObject() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/components/com_easyblog/helpers/db.php:109 |
15 | EasyBlogDbJoomla30->__call() | Same as call in the line below. |
14 | EasyBlogDbJoomla30->loadObject() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/components/com_easyblog/helpers/db.php:43 |
12 | EasyBlogDBHelper->__call() | JROOT/components/com_easyblog/helpers/helper.php:3050 |
11 | EasyBlogDBHelper->loadObject() | JROOT/components/com_easyblog/helpers/helper.php:3050 |
10 | EasyBlogHelper::setMeta() | JROOT/components/com_easyblog/views/entry/view.html.php:66 |
9 | EasyBlogViewEntry->display() | JROOT/components/com_easyblog/controller.php:250 |
8 | EasyBlogController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_easyblog/easyblog.php:142 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 1.36 ms After last query: 7.47 ms Query memory: 0.031 MB Memory before query: 5.837 MB Rows returned: 34
SHOW FULL COLUMNS
FROM `jos_easyblog_post`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `jos_easyblog_post`
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.23 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Opening tables | 0.02 ms |
checking permissions | 0.04 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
Sending data | 0.09 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
removing tmp table | 0.06 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
18 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
17 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
16 | JTable->__construct() | JROOT/administrator/components/com_easyblog/tables/table.php:18 |
15 | EasyBlogTable->__construct() | JROOT/administrator/components/com_easyblog/tables/blog.php:64 |
14 | EasyBlogTableBlog->__construct() | JROOT/libraries/joomla/table/table.php:305 |
13 | JTable::getInstance() | JROOT/administrator/components/com_easyblog/tables/table.php:54 |
12 | EasyBlogTable::getInstance() | JROOT/components/com_easyblog/helpers/helper.php:539 |
11 | EasyBlogHelper::getTable() | JROOT/components/com_easyblog/helpers/helper.php:3072 |
10 | EasyBlogHelper::setMeta() | JROOT/components/com_easyblog/views/entry/view.html.php:66 |
9 | EasyBlogViewEntry->display() | JROOT/components/com_easyblog/controller.php:250 |
8 | EasyBlogController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_easyblog/easyblog.php:142 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.48 ms After last query: 0.65 ms Query memory: 0.027 MB Memory before query: 5.940 MB Rows returned: 1
SELECT *
FROM jos_easyblog_post
WHERE `id` = '246'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_easyblog_post | const | PRIMARY | PRIMARY | 8 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.07 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1456 |
13 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:728 |
12 | JTable->load() | JROOT/administrator/components/com_easyblog/tables/blog.php:71 |
11 | EasyBlogTableBlog->load() | JROOT/components/com_easyblog/helpers/helper.php:3073 |
10 | EasyBlogHelper::setMeta() | JROOT/components/com_easyblog/views/entry/view.html.php:66 |
9 | EasyBlogViewEntry->display() | JROOT/components/com_easyblog/controller.php:250 |
8 | EasyBlogController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_easyblog/easyblog.php:142 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 1.05 ms After last query: 7.62 ms Query memory: 0.029 MB Memory before query: 6.004 MB Rows returned: 16
SHOW FULL COLUMNS
FROM `jos_easyblog_category`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `jos_easyblog_category`
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.20 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.09 ms |
executing | 0.01 ms |
Opening tables | 0.02 ms |
checking permissions | 0.03 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
Sending data | 0.06 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
removing tmp table | 0.06 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
18 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
17 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
16 | JTable->__construct() | JROOT/administrator/components/com_easyblog/tables/table.php:18 |
15 | EasyBlogTable->__construct() | JROOT/administrator/components/com_easyblog/tables/category.php:52 |
14 | EasyBlogTableCategory->__construct() | JROOT/libraries/joomla/table/table.php:305 |
13 | JTable::getInstance() | JROOT/administrator/components/com_easyblog/tables/table.php:54 |
12 | EasyBlogTable::getInstance() | JROOT/components/com_easyblog/helpers/helper.php:539 |
11 | EasyBlogHelper::getTable() | JROOT/components/com_easyblog/helpers/helper.php:3078 |
10 | EasyBlogHelper::setMeta() | JROOT/components/com_easyblog/views/entry/view.html.php:66 |
9 | EasyBlogViewEntry->display() | JROOT/components/com_easyblog/controller.php:250 |
8 | EasyBlogController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_easyblog/easyblog.php:142 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.40 ms After last query: 0.50 ms Query memory: 0.023 MB Memory before query: 6.067 MB Rows returned: 1
SELECT *
FROM jos_easyblog_category
WHERE `id` = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_easyblog_category | const | PRIMARY | PRIMARY | 8 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.05 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number | 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1456 |
13 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:728 |
12 | JTable->load() | JROOT/administrator/components/com_easyblog/tables/category.php:59 |
11 | EasyBlogTableCategory->load() | JROOT/components/com_easyblog/helpers/helper.php:3079 |
10 | EasyBlogHelper::setMeta() | JROOT/components/com_easyblog/views/entry/view.html.php:66 |
9 | EasyBlogViewEntry->display() | JROOT/components/com_easyblog/controller.php:250 |
8 | EasyBlogController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_easyblog/easyblog.php:142 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.36 ms After last query: 0.94 ms Query memory: 0.021 MB Memory before query: 6.091 MB Rows returned: 1
SELECT COUNT(1)
FROM `jos_easyblog_category`
WHERE `alias`='general'
AND `id`!='1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | jos_easyblog_category | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.02 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Sending data | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
15 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_easyblog/tables/category.php:190 |
14 | EasyBlogTableCategory->aliasExists() | JROOT/administrator/components/com_easyblog/tables/category.php:210 |
13 | EasyBlogTableCategory->bind() | JROOT/libraries/joomla/table/table.php:738 |
12 | JTable->load() | JROOT/administrator/components/com_easyblog/tables/category.php:59 |
11 | EasyBlogTableCategory->load() | JROOT/components/com_easyblog/helpers/helper.php:3079 |
10 | EasyBlogHelper::setMeta() | JROOT/components/com_easyblog/views/entry/view.html.php:66 |
9 | EasyBlogViewEntry->display() | JROOT/components/com_easyblog/controller.php:250 |
8 | EasyBlogController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_easyblog/easyblog.php:142 |
6 | require_once JROOT/components/com_easyblog/easyblog.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:50 |
Query Time: 0.56 ms After last query: 2.34 ms Query memory: 0.024 MB Memory before query: 6.136 MB Rows returned: 0