Query Time: 0.38 ms Query memory: 0.023 MB Memory before query: 2.471 MB Rows returned: 0
SELECT `data`
FROM `js_session`
WHERE `session_id` = '5d481678b612241ebf58a74865208c84'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | js_session | const | PRIMARY | PRIMARY | 575 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
Waiting for query cache lock | 0.01 ms |
Init | 0.00 ms |
Checking query cache for query | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Waiting for query cache lock | 0.02 ms |
Init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.05 ms |
Preparing | 0.01 ms |
Executing | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.02 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.00 ms |
Storing result in query cache | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
15 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
14 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
13 | JDatabaseDriver->loadResult() | JROOT/libraries/jdiction/database/jddatabase.php:138 |
12 | JdDatabase->loadResult() | JROOT/libraries/joomla/session/storage/database.php:44 |
11 | JSessionStorageDatabase->read() | Same as call in the line below. |
10 | session_start() | JROOT/libraries/joomla/session/handler/native.php:79 |
9 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:81 |
8 | JSessionHandlerJoomla->start() | JROOT/libraries/joomla/session/session.php:628 |
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:46 |
Query Time: 0.34 ms After last query: 2.67 ms Query memory: 0.021 MB Memory before query: 2.604 MB Rows returned: 0
SELECT `session_id`
FROM `js_session`
WHERE `session_id` = '5d481678b612241ebf58a74865208c84'
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | js_session | const | PRIMARY | PRIMARY | 575 | const | 1 | Using index |
Status | Duration |
---|
Starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Init | 0.00 ms |
Checking query cache for query | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Waiting for query cache lock | 0.02 ms |
Init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.04 ms |
Preparing | 0.01 ms |
Executing | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.02 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.00 ms |
Storing result in query cache | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number | 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
10 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
9 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
8 | JDatabaseDriver->loadResult() | JROOT/libraries/jdiction/database/jddatabase.php:138 |
7 | JdDatabase->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:46 |
Query Time: 0.61 ms After last query: 0.09 ms Query memory: 0.004 MB Memory before query: 2.609 MB
INSERT INTO `js_session`
(`session_id`, `client_id`, `time`)
VALUES
('5d481678b612241ebf58a74865208c84', 0, '1653698088')
EXPLAIN not possible on query: INSERT INTO `js_session`
(`session_id`, `client_id`, `time`) VALUES
('5d481678b612241ebf58a74865208c84', 0, '1653698088')
Status | Duration |
---|
Starting | 0.05 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init for update | 0.02 ms |
Update | 0.20 ms |
Waiting for query cache lock | 0.01 ms |
Update | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.13 ms |
Writing to binlog | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number | 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
8 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
7 | JdDatabase->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:46 |
Query Time: 0.98 ms After last query: 3.72 ms Query memory: 0.024 MB Memory before query: 2.935 MB Rows returned: 36
SELECT extension_id AS id, element AS "option", params, enabled
FROM js_extensions
WHERE `type` = 'component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | js_extensions | ref | extension | extension | 62 | const | 36 | Using index condition |
Status | Duration |
---|
Starting | 0.03 ms |
Waiting for query cache lock | 0.01 ms |
Init | 0.00 ms |
Checking query cache for query | 0.04 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Waiting for query cache lock | 0.02 ms |
Init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.07 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.52 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.02 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.00 ms |
Storing result in query cache | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
11 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
10 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/jdiction/database/jddatabase.php:254 |
8 | JdDatabase->loadObjectList() | 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:49 |
Query Time: 0.11 ms After last query: 1.29 ms Query memory: 0.022 MB Memory before query: 3.031 MB Rows returned: 1
SELECT b.id
FROM js_usergroups AS a
LEFT JOIN js_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | b | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 1 | Using where; Using index |
Status | Duration |
---|
Starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Init | 0.00 ms |
Checking query cache for query | 0.01 ms |
Checking privileges on cached | 0.01 ms |
Checking permissions | 0.01 ms |
Sending cached result to clien | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
12 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
11 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1541 |
10 | JDatabaseDriver->loadColumn() | JROOT/libraries/jdiction/database/jddatabase.php:164 |
9 | JdDatabase->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:49 |
Query Time: 0.09 ms After last query: 0.47 ms Query memory: 0.021 MB Memory before query: 3.065 MB Rows returned: 5
SELECT id, rules
FROM `js_viewlevels`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | js_viewlevels | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | |
Status | Duration |
---|
Starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Init | 0.00 ms |
Checking query cache for query | 0.01 ms |
Checking privileges on cached | 0.00 ms |
Checking permissions | 0.01 ms |
Sending cached result to clien | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
11 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
10 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1497 |
9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/jdiction/database/jddatabase.php:204 |
8 | JdDatabase->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:49 |
Query Time: 1.38 ms After last query: 0.10 ms Query memory: 0.024 MB Memory before query: 3.076 MB Rows returned: 50
SELECT folder AS type, element AS name, params
FROM js_extensions
WHERE enabled = 1
AND type ='plugin'
AND state IN (0,1)
AND access IN (1,1)
ORDER BY ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | js_extensions | ref | extension | extension | 62 | const | 63 | Using index condition; Using where; Using filesort |
Status | Duration |
---|
Starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Init | 0.00 ms |
Checking query cache for query | 0.06 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Waiting for query cache lock | 0.02 ms |
Init | 0.04 ms |
Optimizing | 0.03 ms |
Statistics | 0.06 ms |
Preparing | 0.04 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.90 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.02 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.00 ms |
Storing result in query cache | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number | 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
9 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
8 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
7 | JDatabaseDriver->loadObjectList() | JROOT/libraries/jdiction/database/jddatabase.php:254 |
6 | JdDatabase->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:49 |
Query Time: 0.11 ms After last query: 1.95 ms Query memory: 0.023 MB Memory before query: 3.227 MB Rows returned: 8
SELECT *
FROM js_languages
WHERE published=1
ORDER BY ordering ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | js_languages | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 8 | Using where; Using filesort |
Status | Duration |
---|
Starting | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Init | 0.00 ms |
Checking query cache for query | 0.01 ms |
Checking privileges on cached | 0.01 ms |
Checking permissions | 0.01 ms |
Sending cached result to clien | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
11 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
10 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/jdiction/database/jddatabase.php:254 |
8 | JdDatabase->loadObjectList() | JROOT/libraries/joomla/language/helper.php:164 |
7 | JLanguageHelper::getLanguages() | JROOT/plugins/system/languagefilter/languagefilter.php:61 |
6 | PlgSystemLanguageFilter->__construct() | JROOT/libraries/cms/plugin/helper.php:255 |
5 | JPluginHelper::import() | JROOT/libraries/cms/plugin/helper.php:170 |
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:49 |
Query Time: 0.54 ms After last query: 0.39 ms Query memory: 0.022 MB Memory before query: 3.255 MB Rows returned: 9
SELECT element
FROM js_extensions
WHERE type = 'language'
AND client_id = 0
AND enabled = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | js_extensions | ref | extension | extension | 62 | const | 18 | Using index condition; Using where |
Status | Duration |
---|
Starting | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Init | 0.00 ms |
Checking query cache for query | 0.04 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Waiting for query cache lock | 0.02 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.07 ms |
Preparing | 0.04 ms |
Executing | 0.01 ms |
Sending data | 0.13 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.02 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.00 ms |
Storing result in query cache | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
11 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
10 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/jdiction/database/jddatabase.php:254 |
8 | JdDatabase->loadObjectList() | JROOT/libraries/cms/language/multilang.php:90 |
7 | JLanguageMultilang::getSiteLangs() | JROOT/plugins/system/languagefilter/languagefilter.php:72 |
6 | PlgSystemLanguageFilter->__construct() | JROOT/libraries/cms/plugin/helper.php:255 |
5 | JPluginHelper::import() | JROOT/libraries/cms/plugin/helper.php:170 |
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:49 |
Query Time: 0.80 ms After last query: 49.33 ms Query memory: 0.031 MB Memory before query: 4.087 MB Rows returned: 81
SHOW TABLES
EXPLAIN not possible on query: SHOW TABLES
Status | Duration |
---|
Starting | 0.04 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Filling schema table | 0.01 ms |
Checking permissions | 0.37 ms |
Executing | 0.01 ms |
Sending data | 0.07 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.00 ms |
Closing tables | 0.00 ms |
Removing tmp table | 0.04 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number | 30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
29 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
28 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1541 |
27 | JDatabaseDriver->loadColumn() | JROOT/libraries/jdiction/database/jddatabase.php:164 |
26 | JdDatabase->loadColumn() | JROOT/libraries/jdiction/database/driver/mysqli.php:201 |
25 | JdDatabaseAdapter->getTableList() | JROOT/libraries/jdiction/database/jddatabase.php:676 |
24 | JdDatabase->getTableList() | JROOT/libraries/jdiction/database/jddatabase.php:494 |
23 | JdDatabase->addJoinKeys() | JROOT/libraries/jdiction/database/jddatabase.php:460 |
22 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1802 |
21 | JDatabaseDriver->loadRowList() | JROOT/libraries/jdiction/database/jddatabase.php:369 |
20 | JdDatabase->loadTranslation() | JROOT/libraries/jdiction/database/jddatabase.php:258 |
19 | JdDatabase->loadObjectList() | JROOT/libraries/cms/menu/site.php:86 |
18 | JMenuSite->load() | JROOT/libraries/cms/menu/menu.php:74 |
17 | JMenu->__construct() | JROOT/libraries/cms/menu/site.php:57 |
16 | JMenuSite->__construct() | JROOT/libraries/cms/menu/menu.php:133 |
15 | JMenu::getInstance() | JROOT/libraries/cms/application/cms.php:435 |
14 | JApplicationCms->getMenu() | JROOT/libraries/cms/application/site.php:272 |
13 | JApplicationSite->getMenu() | JROOT/libraries/cms/router/site.php:57 |
12 | JRouterSite->__construct() | JROOT/libraries/cms/router/router.php:196 |
11 | JRouter::getInstance() | JROOT/libraries/cms/application/cms.php:531 |
10 | JApplicationCms::getRouter() | JROOT/libraries/cms/application/site.php:407 |
9 | JApplicationSite::getRouter() | JROOT/plugins/system/languagefilter/languagefilter.php:99 |
8 | PlgSystemLanguageFilter->onAfterInitialise() | 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:663 |
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:49 |
Query Time: 1.13 ms After last query: 0.14 ms Query memory: 0.031 MB Memory before query: 4.114 MB Rows returned: 17
SHOW FULL COLUMNS
FROM `js_extensions`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `js_extensions`
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Closing tables | 0.01 ms |
Opening tables | 0.46 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Filling schema table | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
Checking permissions | 0.18 ms |
Closing tables | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.10 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Closing tables | 0.00 ms |
Removing tmp table | 0.11 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number | 31 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
30 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
29 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
28 | JDatabaseDriver->loadObjectList() | JROOT/libraries/jdiction/database/jddatabase.php:254 |
27 | JdDatabase->loadObjectList() | JROOT/libraries/jdiction/database/driver/mysqli.php:163 |
26 | JdDatabaseAdapter->getTableColumns() | JROOT/libraries/jdiction/database/jddatabase.php:709 |
25 | JdDatabase->getTableColumns() | JROOT/libraries/jdiction/database/jddatabase.php:645 |
24 | JdDatabase->getPrimaryKey() | JROOT/libraries/jdiction/database/jddatabase.php:542 |
23 | JdDatabase->addJoinKeys() | JROOT/libraries/jdiction/database/jddatabase.php:460 |
22 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1802 |
21 | JDatabaseDriver->loadRowList() | JROOT/libraries/jdiction/database/jddatabase.php:369 |
20 | JdDatabase->loadTranslation() | JROOT/libraries/jdiction/database/jddatabase.php:258 |
19 | JdDatabase->loadObjectList() | JROOT/libraries/cms/menu/site.php:86 |
18 | JMenuSite->load() | JROOT/libraries/cms/menu/menu.php:74 |
17 | JMenu->__construct() | JROOT/libraries/cms/menu/site.php:57 |
16 | JMenuSite->__construct() | JROOT/libraries/cms/menu/menu.php:133 |
15 | JMenu::getInstance() | JROOT/libraries/cms/application/cms.php:435 |
14 | JApplicationCms->getMenu() | JROOT/libraries/cms/application/site.php:272 |
13 | JApplicationSite->getMenu() | JROOT/libraries/cms/router/site.php:57 |
12 | JRouterSite->__construct() | JROOT/libraries/cms/router/router.php:196 |
11 | JRouter::getInstance() | JROOT/libraries/cms/application/cms.php:531 |
10 | JApplicationCms::getRouter() | JROOT/libraries/cms/application/site.php:407 |
9 | JApplicationSite::getRouter() | JROOT/plugins/system/languagefilter/languagefilter.php:99 |
8 | PlgSystemLanguageFilter->onAfterInitialise() | 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:663 |
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:49 |
Query Time: 1.18 ms After last query: 0.08 ms Query memory: 0.033 MB Memory before query: 4.144 MB Rows returned: 24
SHOW FULL COLUMNS
FROM `js_menu`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `js_menu`
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Closing tables | 0.01 ms |
Opening tables | 0.43 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Filling schema table | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
Checking permissions | 0.23 ms |
Closing tables | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.12 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Closing tables | 0.00 ms |
Removing tmp table | 0.11 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number | 31 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
30 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
29 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
28 | JDatabaseDriver->loadObjectList() | JROOT/libraries/jdiction/database/jddatabase.php:254 |
27 | JdDatabase->loadObjectList() | JROOT/libraries/jdiction/database/driver/mysqli.php:163 |
26 | JdDatabaseAdapter->getTableColumns() | JROOT/libraries/jdiction/database/jddatabase.php:709 |
25 | JdDatabase->getTableColumns() | JROOT/libraries/jdiction/database/jddatabase.php:645 |
24 | JdDatabase->getPrimaryKey() | JROOT/libraries/jdiction/database/jddatabase.php:542 |
23 | JdDatabase->addJoinKeys() | JROOT/libraries/jdiction/database/jddatabase.php:460 |
22 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1802 |
21 | JDatabaseDriver->loadRowList() | JROOT/libraries/jdiction/database/jddatabase.php:369 |
20 | JdDatabase->loadTranslation() | JROOT/libraries/jdiction/database/jddatabase.php:258 |
19 | JdDatabase->loadObjectList() | JROOT/libraries/cms/menu/site.php:86 |
18 | JMenuSite->load() | JROOT/libraries/cms/menu/menu.php:74 |
17 | JMenu->__construct() | JROOT/libraries/cms/menu/site.php:57 |
16 | JMenuSite->__construct() | JROOT/libraries/cms/menu/menu.php:133 |
15 | JMenu::getInstance() | JROOT/libraries/cms/application/cms.php:435 |
14 | JApplicationCms->getMenu() | JROOT/libraries/cms/application/site.php:272 |
13 | JApplicationSite->getMenu() | JROOT/libraries/cms/router/site.php:57 |
12 | JRouterSite->__construct() | JROOT/libraries/cms/router/router.php:196 |
11 | JRouter::getInstance() | JROOT/libraries/cms/application/cms.php:531 |
10 | JApplicationCms::getRouter() | JROOT/libraries/cms/application/site.php:407 |
9 | JApplicationSite::getRouter() | JROOT/plugins/system/languagefilter/languagefilter.php:99 |
8 | PlgSystemLanguageFilter->onAfterInitialise() | 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:663 |
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:49 |
Query Time: 1.62 ms After last query: 0.09 ms Query memory: 0.070 MB Memory before query: 4.181 MB Rows returned: 28
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,`e`.`extension_id` AS `JD_MAGIC_KEY_1`,`m`.`id` AS `JD_MAGIC_KEY_2`
FROM js_menu AS m
LEFT JOIN js_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 49 | Using index condition; Using where; Using filesort |
1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | eumen.m.component_id | 1 | Using where |
Status | Duration |
---|
Starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Init | 0.00 ms |
Checking query cache for query | 0.11 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Waiting for query cache lock | 0.03 ms |
Init | 0.04 ms |
Optimizing | 0.03 ms |
Statistics | 0.08 ms |
Preparing | 0.05 ms |
Sorting result | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
Creating sort index | 0.72 ms |
Waiting for query cache lock | 0.01 ms |
Creating sort index | 0.27 ms |
Waiting for query cache lock | 0.01 ms |
Creating sort index | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.00 ms |
Storing result in query cache | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number | 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
23 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:465 |
22 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1802 |
21 | JDatabaseDriver->loadRowList() | JROOT/libraries/jdiction/database/jddatabase.php:369 |
20 | JdDatabase->loadTranslation() | JROOT/libraries/jdiction/database/jddatabase.php:258 |
19 | JdDatabase->loadObjectList() | JROOT/libraries/cms/menu/site.php:86 |
18 | JMenuSite->load() | JROOT/libraries/cms/menu/menu.php:74 |
17 | JMenu->__construct() | JROOT/libraries/cms/menu/site.php:57 |
16 | JMenuSite->__construct() | JROOT/libraries/cms/menu/menu.php:133 |
15 | JMenu::getInstance() | JROOT/libraries/cms/application/cms.php:435 |
14 | JApplicationCms->getMenu() | JROOT/libraries/cms/application/site.php:272 |
13 | JApplicationSite->getMenu() | JROOT/libraries/cms/router/site.php:57 |
12 | JRouterSite->__construct() | JROOT/libraries/cms/router/router.php:196 |
11 | JRouter::getInstance() | JROOT/libraries/cms/application/cms.php:531 |
10 | JApplicationCms::getRouter() | JROOT/libraries/cms/application/site.php:407 |
9 | JApplicationSite::getRouter() | JROOT/plugins/system/languagefilter/languagefilter.php:99 |
8 | PlgSystemLanguageFilter->onAfterInitialise() | 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:663 |
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:49 |
Query Time: 0.10 ms After last query: 0.25 ms Query memory: 0.027 MB Memory before query: 4.305 MB Rows returned: 8
SELECT lang_id, lang_code
FROM js_languages
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | js_languages | index | NULL | idx_langcode | 21 | NULL | 8 | Using index |
Status | Duration |
---|
Starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Init | 0.00 ms |
Checking query cache for query | 0.01 ms |
Checking privileges on cached | 0.01 ms |
Checking permissions | 0.01 ms |
Sending cached result to clien | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number | 27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
26 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
25 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1497 |
24 | JDatabaseDriver->loadAssocList() | JROOT/libraries/jdiction/database/jddatabase.php:204 |
23 | JdDatabase->loadAssocList() | JROOT/libraries/jdiction/database/jddatabase.php:740 |
22 | JdDatabase->setLanguage() | JROOT/libraries/jdiction/database/jddatabase.php:760 |
21 | JdDatabase->getLanguage() | JROOT/libraries/jdiction/database/jddatabase.php:378 |
20 | JdDatabase->loadTranslation() | JROOT/libraries/jdiction/database/jddatabase.php:258 |
19 | JdDatabase->loadObjectList() | JROOT/libraries/cms/menu/site.php:86 |
18 | JMenuSite->load() | JROOT/libraries/cms/menu/menu.php:74 |
17 | JMenu->__construct() | JROOT/libraries/cms/menu/site.php:57 |
16 | JMenuSite->__construct() | JROOT/libraries/cms/menu/menu.php:133 |
15 | JMenu::getInstance() | JROOT/libraries/cms/application/cms.php:435 |
14 | JApplicationCms->getMenu() | JROOT/libraries/cms/application/site.php:272 |
13 | JApplicationSite->getMenu() | JROOT/libraries/cms/router/site.php:57 |
12 | JRouterSite->__construct() | JROOT/libraries/cms/router/router.php:196 |
11 | JRouter::getInstance() | JROOT/libraries/cms/application/cms.php:531 |
10 | JApplicationCms::getRouter() | JROOT/libraries/cms/application/site.php:407 |
9 | JApplicationSite::getRouter() | JROOT/plugins/system/languagefilter/languagefilter.php:99 |
8 | PlgSystemLanguageFilter->onAfterInitialise() | 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:663 |
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:49 |
Query Time: 0.09 ms After last query: 0.11 ms Query memory: 0.027 MB Memory before query: 4.320 MB Rows returned: 0
SELECT *
FROM js_jd_store
WHERE idLang='1'
AND referenceTable='#__menu'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | js_jd_store | ref | idLang | idLang | 204 | const,const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Init | 0.00 ms |
Checking query cache for query | 0.01 ms |
Checking privileges on cached | 0.00 ms |
Checking permissions | 0.01 ms |
Sending cached result to clien | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number | 27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
26 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
25 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
24 | JDatabaseDriver->loadObjectList() | JROOT/libraries/jdiction/database/jddatabase.php:254 |
23 | JdDatabase->loadObjectList() | JROOT/libraries/jdiction/jdiction.php:725 |
22 | jDiction->getTranslation() | JROOT/libraries/jdiction/jdiction.php:572 |
21 | jDiction->translate() | JROOT/libraries/jdiction/database/jddatabase.php:378 |
20 | JdDatabase->loadTranslation() | JROOT/libraries/jdiction/database/jddatabase.php:258 |
19 | JdDatabase->loadObjectList() | JROOT/libraries/cms/menu/site.php:86 |
18 | JMenuSite->load() | JROOT/libraries/cms/menu/menu.php:74 |
17 | JMenu->__construct() | JROOT/libraries/cms/menu/site.php:57 |
16 | JMenuSite->__construct() | JROOT/libraries/cms/menu/menu.php:133 |
15 | JMenu::getInstance() | JROOT/libraries/cms/application/cms.php:435 |
14 | JApplicationCms->getMenu() | JROOT/libraries/cms/application/site.php:272 |
13 | JApplicationSite->getMenu() | JROOT/libraries/cms/router/site.php:57 |
12 | JRouterSite->__construct() | JROOT/libraries/cms/router/router.php:196 |
11 | JRouter::getInstance() | JROOT/libraries/cms/application/cms.php:531 |
10 | JApplicationCms::getRouter() | JROOT/libraries/cms/application/site.php:407 |
9 | JApplicationSite::getRouter() | JROOT/plugins/system/languagefilter/languagefilter.php:99 |
8 | PlgSystemLanguageFilter->onAfterInitialise() | 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:663 |
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:49 |
Query Time: 1.50 ms After last query: 4.00 ms Query memory: 0.068 MB Memory before query: 4.801 MB Rows returned: 28
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 js_menu AS m
LEFT JOIN js_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 49 | Using index condition; Using where; Using filesort |
1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | eumen.m.component_id | 1 | Using where |
Status | Duration |
---|
Starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Init | 0.01 ms |
Checking query cache for query | 0.10 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Waiting for query cache lock | 0.02 ms |
Init | 0.03 ms |
Optimizing | 0.03 ms |
Statistics | 0.06 ms |
Preparing | 0.04 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
Creating sort index | 0.69 ms |
Waiting for query cache lock | 0.01 ms |
Creating sort index | 0.25 ms |
Waiting for query cache lock | 0.01 ms |
Creating sort index | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.00 ms |
Storing result in query cache | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
17 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
16 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/jdiction/database/jddatabase.php:254 |
14 | JdDatabase->loadObjectList() | JROOT/libraries/cms/menu/site.php:86 |
13 | JMenuSite->load() | JROOT/libraries/cms/menu/menu.php:74 |
12 | JMenu->__construct() | JROOT/libraries/cms/menu/site.php:57 |
11 | JMenuSite->__construct() | JROOT/plugins/system/jdiction/jdiction.php:122 |
10 | plgSystemjDiction->parseRule() | JROOT/libraries/cms/router/router.php:593 |
9 | JRouter->processParseRules() | JROOT/libraries/cms/router/site.php:548 |
8 | JRouterSite->processParseRules() | JROOT/libraries/cms/router/router.php:567 |
7 | JRouter->_processParseRules() | JROOT/libraries/cms/router/router.php:223 |
6 | JRouter->parse() | JROOT/libraries/cms/router/site.php:118 |
5 | JRouterSite->parse() | JROOT/libraries/cms/application/cms.php:1098 |
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:49 |
Query Time: 0.52 ms After last query: 8.96 ms Query memory: 0.023 MB Memory before query: 5.390 MB Rows returned: 1
SELECT extension_id AS id, element AS "option", params, enabled
FROM js_extensions
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | js_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 364 | const,const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Init | 0.00 ms |
Checking query cache for query | 0.05 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Waiting for query cache lock | 0.02 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.10 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.07 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.02 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.00 ms |
Storing result in query cache | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
15 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
14 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1653 |
13 | JDatabaseDriver->loadObject() | JROOT/libraries/jdiction/database/jddatabase.php:230 |
12 | JdDatabase->loadObject() | JROOT/libraries/joomla/cache/controller/callback.php:157 |
11 | JCacheControllerCallback->get() | JROOT/libraries/cms/library/helper.php:156 |
10 | JLibraryHelper::_load() | JROOT/libraries/cms/library/helper.php:47 |
9 | JLibraryHelper::getLibrary() | JROOT/libraries/cms/library/helper.php:90 |
8 | JLibraryHelper::getParams() | JROOT/libraries/cms/version/version.php:274 |
7 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:737 |
6 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
5 | JFactory::getDocument() | JROOT/libraries/joomla/application/web.php:991 |
4 | JApplicationWeb->loadDocument() | JROOT/libraries/cms/application/site.php:130 |
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:49 |
Query Time: 0.61 ms After last query: 0.14 ms Query memory: 0.005 MB Memory before query: 5.382 MB
UPDATE `js_extensions`
SET `params` = '{\"mediaversion\":\"61be10d8d2d08c0c853208bdee91f1cc\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `js_extensions`
SET `params` = '{\"mediaversion\":\"61be10d8d2d08c0c853208bdee91f1cc\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
Status | Duration |
---|
Starting | 0.04 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init for update | 0.11 ms |
Updating | 0.14 ms |
End of update loop | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
End of update loop | 0.04 ms |
Query end | 0.01 ms |
Commit | 0.10 ms |
Writing to binlog | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
11 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
10 | JdDatabase->execute() | JROOT/libraries/cms/library/helper.php:119 |
9 | JLibraryHelper::saveParams() | JROOT/libraries/cms/version/version.php:325 |
8 | JVersion->setMediaVersion() | JROOT/libraries/cms/version/version.php:284 |
7 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:737 |
6 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
5 | JFactory::getDocument() | JROOT/libraries/joomla/application/web.php:991 |
4 | JApplicationWeb->loadDocument() | JROOT/libraries/cms/application/site.php:130 |
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:49 |
Query Time: 0.90 ms After last query: 1.73 ms Query memory: 0.020 MB Memory before query: 5.587 MB Rows returned: 3
SELECT id, home, template, s.params
FROM js_template_styles as s
LEFT JOIN js_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid,extension | extension | 62 | const | 5 | Using index condition; Using where |
1 | SIMPLE | s | ALL | idx_template | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | Using where; Using join buffer (flat, BNL join) |
Status | Duration |
---|
Starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Init | 0.01 ms |
Checking query cache for query | 0.07 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Waiting for query cache lock | 0.02 ms |
Init | 0.03 ms |
Optimizing | 0.03 ms |
Statistics | 0.08 ms |
Preparing | 0.06 ms |
Executing | 0.01 ms |
Sending data | 0.38 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.02 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.00 ms |
Storing result in query cache | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number | 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
8 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
7 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/jdiction/database/jddatabase.php:254 |
5 | JdDatabase->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:49 |
Query Time: 0.11 ms After last query: 10.25 ms Query memory: 0.026 MB Memory before query: 6.414 MB Rows returned: 1
SELECT a.rules
FROM js_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 | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Init | 0.00 ms |
Checking query cache for query | 0.01 ms |
Checking privileges on cached | 0.01 ms |
Checking permissions | 0.01 ms |
Sending cached result to clien | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number | 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
21 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
20 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1541 |
19 | JDatabaseDriver->loadColumn() | JROOT/libraries/jdiction/database/jddatabase.php:164 |
18 | JdDatabase->loadColumn() | JROOT/libraries/joomla/access/access.php:246 |
17 | JAccess::getAssetRules() | JROOT/libraries/joomla/user/user.php:384 |
16 | JUser->authorise() | JROOT/components/com_fjrelated/models/fjrelated.php:358 |
15 | FJRelatedModelFJRelated->_buildContentWhere() | JROOT/components/com_fjrelated/models/fjrelated.php:252 |
14 | FJRelatedModelFJRelated->_loadArticle() | JROOT/components/com_fjrelated/models/fjrelated.php:98 |
13 | FJRelatedModelFJRelated->__construct() | JROOT/libraries/legacy/model/legacy.php:207 |
12 | JModelLegacy::getInstance() | JROOT/libraries/legacy/controller/legacy.php:568 |
11 | JControllerLegacy->createModel() | JROOT/libraries/legacy/controller/legacy.php:754 |
10 | JControllerLegacy->getModel() | JROOT/libraries/legacy/controller/legacy.php:648 |
9 | JControllerLegacy->display() | JROOT/components/com_fjrelated/controller.php:32 |
8 | FJRelatedController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_fjrelated/fjrelated.php:19 |
6 | require_once JROOT/components/com_fjrelated/fjrelated.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:49 |
Query Time: 0.40 ms After last query: 0.72 ms Query memory: 0.026 MB Memory before query: 6.443 MB Rows returned: 0
SELECT b.rules
FROM js_assets AS a
LEFT JOIN js_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE (a.name = 'edit')
GROUP BY b.id, b.rules, b.lft
ORDER BY b.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Init | 0.00 ms |
Checking query cache for query | 0.06 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Waiting for query cache lock | 0.02 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.06 ms |
Preparing | 0.01 ms |
Executing | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.02 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.00 ms |
Storing result in query cache | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number | 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
22 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
21 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1541 |
20 | JDatabaseDriver->loadColumn() | JROOT/libraries/jdiction/database/jddatabase.php:164 |
19 | JdDatabase->loadColumn() | JROOT/libraries/joomla/access/access.php:246 |
18 | JAccess::getAssetRules() | JROOT/libraries/joomla/access/access.php:107 |
17 | JAccess::check() | JROOT/libraries/joomla/user/user.php:393 |
16 | JUser->authorise() | JROOT/components/com_fjrelated/models/fjrelated.php:358 |
15 | FJRelatedModelFJRelated->_buildContentWhere() | JROOT/components/com_fjrelated/models/fjrelated.php:252 |
14 | FJRelatedModelFJRelated->_loadArticle() | JROOT/components/com_fjrelated/models/fjrelated.php:98 |
13 | FJRelatedModelFJRelated->__construct() | JROOT/libraries/legacy/model/legacy.php:207 |
12 | JModelLegacy::getInstance() | JROOT/libraries/legacy/controller/legacy.php:568 |
11 | JControllerLegacy->createModel() | JROOT/libraries/legacy/controller/legacy.php:754 |
10 | JControllerLegacy->getModel() | JROOT/libraries/legacy/controller/legacy.php:648 |
9 | JControllerLegacy->display() | JROOT/components/com_fjrelated/controller.php:32 |
8 | FJRelatedController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_fjrelated/fjrelated.php:19 |
6 | require_once JROOT/components/com_fjrelated/fjrelated.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:49 |
Query Time: 1.02 ms After last query: 1.68 ms Query memory: 0.030 MB Memory before query: 6.663 MB Rows returned: 8
SHOW FULL COLUMNS
FROM `js_assets`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `js_assets`
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Closing tables | 0.01 ms |
Opening tables | 0.44 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Filling schema table | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
Checking permissions | 0.12 ms |
Closing tables | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.07 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Removing tmp table | 0.11 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number | 29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
28 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
27 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
26 | JDatabaseDriver->loadObjectList() | JROOT/libraries/jdiction/database/jddatabase.php:254 |
25 | JdDatabase->loadObjectList() | JROOT/libraries/jdiction/database/driver/mysqli.php:163 |
24 | JdDatabaseAdapter->getTableColumns() | JROOT/libraries/jdiction/database/jddatabase.php:709 |
23 | JdDatabase->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
22 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
21 | JTable->__construct() | JROOT/libraries/joomla/table/asset.php:61 |
20 | JTableAsset->__construct() | JROOT/libraries/joomla/table/table.php:305 |
19 | JTable::getInstance() | JROOT/libraries/joomla/access/access.php:252 |
18 | JAccess::getAssetRules() | JROOT/libraries/joomla/access/access.php:107 |
17 | JAccess::check() | JROOT/libraries/joomla/user/user.php:393 |
16 | JUser->authorise() | JROOT/components/com_fjrelated/models/fjrelated.php:358 |
15 | FJRelatedModelFJRelated->_buildContentWhere() | JROOT/components/com_fjrelated/models/fjrelated.php:252 |
14 | FJRelatedModelFJRelated->_loadArticle() | JROOT/components/com_fjrelated/models/fjrelated.php:98 |
13 | FJRelatedModelFJRelated->__construct() | JROOT/libraries/legacy/model/legacy.php:207 |
12 | JModelLegacy::getInstance() | JROOT/libraries/legacy/controller/legacy.php:568 |
11 | JControllerLegacy->createModel() | JROOT/libraries/legacy/controller/legacy.php:754 |
10 | JControllerLegacy->getModel() | JROOT/libraries/legacy/controller/legacy.php:648 |
9 | JControllerLegacy->display() | JROOT/components/com_fjrelated/controller.php:32 |
8 | FJRelatedController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_fjrelated/fjrelated.php:19 |
6 | require_once JROOT/components/com_fjrelated/fjrelated.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:49 |
Query Time: 0.39 ms After last query: 0.86 ms Query memory: 0.026 MB Memory before query: 6.698 MB Rows returned: 1
SELECT id
FROM js_assets
WHERE parent_id = 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | js_assets | ref | idx_parent_id | idx_parent_id | 4 | const | 1 | Using index |
Status | Duration |
---|
Starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Init | 0.00 ms |
Checking query cache for query | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Waiting for query cache lock | 0.02 ms |
Init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.05 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.04 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.02 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.00 ms |
Storing result in query cache | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number | 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
23 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
22 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1541 |
21 | JDatabaseDriver->loadColumn() | JROOT/libraries/jdiction/database/jddatabase.php:164 |
20 | JdDatabase->loadColumn() | JROOT/libraries/joomla/table/nested.php:1216 |
19 | JTableNested->getRootId() | JROOT/libraries/joomla/access/access.php:253 |
18 | JAccess::getAssetRules() | JROOT/libraries/joomla/access/access.php:107 |
17 | JAccess::check() | JROOT/libraries/joomla/user/user.php:393 |
16 | JUser->authorise() | JROOT/components/com_fjrelated/models/fjrelated.php:358 |
15 | FJRelatedModelFJRelated->_buildContentWhere() | JROOT/components/com_fjrelated/models/fjrelated.php:252 |
14 | FJRelatedModelFJRelated->_loadArticle() | JROOT/components/com_fjrelated/models/fjrelated.php:98 |
13 | FJRelatedModelFJRelated->__construct() | JROOT/libraries/legacy/model/legacy.php:207 |
12 | JModelLegacy::getInstance() | JROOT/libraries/legacy/controller/legacy.php:568 |
11 | JControllerLegacy->createModel() | JROOT/libraries/legacy/controller/legacy.php:754 |
10 | JControllerLegacy->getModel() | JROOT/libraries/legacy/controller/legacy.php:648 |
9 | JControllerLegacy->display() | JROOT/components/com_fjrelated/controller.php:32 |
8 | FJRelatedController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_fjrelated/fjrelated.php:19 |
6 | require_once JROOT/components/com_fjrelated/fjrelated.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:49 |
Query Time: 0.34 ms After last query: 0.06 ms Query memory: 0.026 MB Memory before query: 6.705 MB Rows returned: 1
SELECT rules
FROM js_assets
WHERE id = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | js_assets | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Init | 0.00 ms |
Checking query cache for query | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.04 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.00 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.02 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.00 ms |
Storing result in query cache | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number | 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
22 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
21 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
20 | JDatabaseDriver->loadResult() | JROOT/libraries/jdiction/database/jddatabase.php:138 |
19 | JdDatabase->loadResult() | JROOT/libraries/joomla/access/access.php:259 |
18 | JAccess::getAssetRules() | JROOT/libraries/joomla/access/access.php:107 |
17 | JAccess::check() | JROOT/libraries/joomla/user/user.php:393 |
16 | JUser->authorise() | JROOT/components/com_fjrelated/models/fjrelated.php:358 |
15 | FJRelatedModelFJRelated->_buildContentWhere() | JROOT/components/com_fjrelated/models/fjrelated.php:252 |
14 | FJRelatedModelFJRelated->_loadArticle() | JROOT/components/com_fjrelated/models/fjrelated.php:98 |
13 | FJRelatedModelFJRelated->__construct() | JROOT/libraries/legacy/model/legacy.php:207 |
12 | JModelLegacy::getInstance() | JROOT/libraries/legacy/controller/legacy.php:568 |
11 | JControllerLegacy->createModel() | JROOT/libraries/legacy/controller/legacy.php:754 |
10 | JControllerLegacy->getModel() | JROOT/libraries/legacy/controller/legacy.php:648 |
9 | JControllerLegacy->display() | JROOT/components/com_fjrelated/controller.php:32 |
8 | FJRelatedController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_fjrelated/fjrelated.php:19 |
6 | require_once JROOT/components/com_fjrelated/fjrelated.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:49 |
Query Time: 0.72 ms After last query: 0.08 ms Query memory: 0.025 MB Memory before query: 6.719 MB Rows returned: 0
SELECT a.*, u.name AS author, cc.title AS category,
CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(":", a.id, a.alias) ELSE a.id END as slug,
CASE WHEN CHAR_LENGTH(cc.alias) THEN CONCAT_WS(":", cc.id, cc.alias) ELSE cc.id END as catslug, cc.published AS cat_pub, cc.access AS cat_access
FROM js_content AS a
LEFT JOIN js_categories AS cc
ON cc.id = a.catid
LEFT JOIN js_users AS u
ON u.id = a.created_by
WHERE a.id = 0
AND ( ( a.created_by = 0 ) OR ( a.state = 1
AND ( a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2022-05-28 00:34:48' )
AND ( a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2022-05-28 00:34:48' ) ) OR ( a.state = -1 ) )
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Init | 0.00 ms |
Checking query cache for query | 0.17 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Waiting for query cache lock | 0.03 ms |
Init | 0.09 ms |
Optimizing | 0.06 ms |
Statistics | 0.09 ms |
Preparing | 0.01 ms |
Executing | 0.05 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.02 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.02 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.00 ms |
Storing result in query cache | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
18 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
17 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1653 |
16 | JDatabaseDriver->loadObject() | JROOT/libraries/jdiction/database/jddatabase.php:230 |
15 | JdDatabase->loadObject() | JROOT/components/com_fjrelated/models/fjrelated.php:265 |
14 | FJRelatedModelFJRelated->_loadArticle() | JROOT/components/com_fjrelated/models/fjrelated.php:98 |
13 | FJRelatedModelFJRelated->__construct() | JROOT/libraries/legacy/model/legacy.php:207 |
12 | JModelLegacy::getInstance() | JROOT/libraries/legacy/controller/legacy.php:568 |
11 | JControllerLegacy->createModel() | JROOT/libraries/legacy/controller/legacy.php:754 |
10 | JControllerLegacy->getModel() | JROOT/libraries/legacy/controller/legacy.php:648 |
9 | JControllerLegacy->display() | JROOT/components/com_fjrelated/controller.php:32 |
8 | FJRelatedController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_fjrelated/fjrelated.php:19 |
6 | require_once JROOT/components/com_fjrelated/fjrelated.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:49 |
Query Time: 0.12 ms After last query: 0.96 ms Query memory: 0.025 MB Memory before query: 6.757 MB Rows returned: 0
SELECT a.*, u.name AS author, cc.title AS category,
CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(":", a.id, a.alias) ELSE a.id END as slug,
CASE WHEN CHAR_LENGTH(cc.alias) THEN CONCAT_WS(":", cc.id, cc.alias) ELSE cc.id END as catslug, cc.published AS cat_pub, cc.access AS cat_access
FROM js_content AS a
LEFT JOIN js_categories AS cc
ON cc.id = a.catid
LEFT JOIN js_users AS u
ON u.id = a.created_by
WHERE a.id = 0
AND ( ( a.created_by = 0 ) OR ( a.state = 1
AND ( a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2022-05-28 00:34:48' )
AND ( a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2022-05-28 00:34:48' ) ) OR ( a.state = -1 ) )
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Init | 0.00 ms |
Checking query cache for query | 0.01 ms |
Checking privileges on cached | 0.00 ms |
Checking permissions | 0.01 ms |
Sending cached result to clien | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
17 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
16 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1653 |
15 | JDatabaseDriver->loadObject() | JROOT/libraries/jdiction/database/jddatabase.php:230 |
14 | JdDatabase->loadObject() | JROOT/components/com_fjrelated/models/fjrelated.php:265 |
13 | FJRelatedModelFJRelated->_loadArticle() | JROOT/components/com_fjrelated/models/fjrelated.php:133 |
12 | FJRelatedModelFJRelated->getArticle() | JROOT/libraries/legacy/view/legacy.php:401 |
11 | JViewLegacy->get() | JROOT/components/com_fjrelated/views/fjrelated/view.html.php:61 |
10 | FJRelatedViewFJRelated->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
9 | JControllerLegacy->display() | JROOT/components/com_fjrelated/controller.php:32 |
8 | FJRelatedController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_fjrelated/fjrelated.php:19 |
6 | require_once JROOT/components/com_fjrelated/fjrelated.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:49 |
Query Time: 1.26 ms After last query: 0.59 ms Query memory: 0.034 MB Memory before query: 6.800 MB Rows returned: 30
SHOW FULL COLUMNS
FROM `js_content`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `js_content`
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Closing tables | 0.01 ms |
Opening tables | 0.44 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Filling schema table | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
Checking permissions | 0.27 ms |
Closing tables | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.15 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.00 ms |
Closing tables | 0.00 ms |
Removing tmp table | 0.11 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number | 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
22 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
21 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/jdiction/database/jddatabase.php:254 |
19 | JdDatabase->loadObjectList() | JROOT/libraries/jdiction/database/driver/mysqli.php:163 |
18 | JdDatabaseAdapter->getTableColumns() | JROOT/libraries/jdiction/database/jddatabase.php:709 |
17 | JdDatabase->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
16 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
15 | JTable->__construct() | JROOT/libraries/legacy/table/content.php:31 |
14 | JTableContent->__construct() | JROOT/libraries/joomla/table/table.php:305 |
13 | JTable::getInstance() | JROOT/components/com_fjrelated/models/fjrelated.php:167 |
12 | FJRelatedModelFJRelated->getArticle() | JROOT/libraries/legacy/view/legacy.php:401 |
11 | JViewLegacy->get() | JROOT/components/com_fjrelated/views/fjrelated/view.html.php:61 |
10 | FJRelatedViewFJRelated->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
9 | JControllerLegacy->display() | JROOT/components/com_fjrelated/controller.php:32 |
8 | FJRelatedController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_fjrelated/fjrelated.php:19 |
6 | require_once JROOT/components/com_fjrelated/fjrelated.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:49 |
Query Time: 0.43 ms After last query: 2.77 ms Query memory: 0.024 MB Memory before query: 7.018 MB Rows returned: 1
SELECT id, title
FROM js_tags
WHERE id IN (4)
ORDER BY title ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | js_tags | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Init | 0.00 ms |
Checking query cache for query | 0.04 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Waiting for query cache lock | 0.02 ms |
Init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.05 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.02 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.00 ms |
Storing result in query cache | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
16 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
15 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/jdiction/database/jddatabase.php:254 |
13 | JdDatabase->loadObjectList() | JROOT/components/com_fjrelated/models/fjrelated.php:186 |
12 | FJRelatedModelFJRelated->getArticle() | JROOT/libraries/legacy/view/legacy.php:401 |
11 | JViewLegacy->get() | JROOT/components/com_fjrelated/views/fjrelated/view.html.php:61 |
10 | FJRelatedViewFJRelated->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
9 | JControllerLegacy->display() | JROOT/components/com_fjrelated/controller.php:32 |
8 | FJRelatedController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_fjrelated/fjrelated.php:19 |
6 | require_once JROOT/components/com_fjrelated/fjrelated.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:49 |
Query Time: 0.11 ms After last query: 0.11 ms Query memory: 0.025 MB Memory before query: 7.028 MB Rows returned: 2
SELECT b.rules
FROM js_assets AS a
LEFT JOIN js_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE (a.name = 'com_content')
GROUP BY b.id, b.rules, b.lft
ORDER BY b.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | idx_asset_name | idx_asset_name | 152 | const | 1 | Using temporary; Using filesort |
1 | SIMPLE | b | range | idx_lft_rgt | idx_lft_rgt | 4 | NULL | 10 | Using where |
Status | Duration |
---|
Starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Init | 0.00 ms |
Checking query cache for query | 0.01 ms |
Checking privileges on cached | 0.01 ms |
Checking permissions | 0.01 ms |
Sending cached result to clien | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
20 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
19 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1541 |
18 | JDatabaseDriver->loadColumn() | JROOT/libraries/jdiction/database/jddatabase.php:164 |
17 | JdDatabase->loadColumn() | JROOT/libraries/joomla/access/access.php:246 |
16 | JAccess::getAssetRules() | JROOT/libraries/joomla/access/access.php:107 |
15 | JAccess::check() | JROOT/libraries/joomla/user/user.php:393 |
14 | JUser->authorise() | JROOT/components/com_fjrelated/models/fjrelated.php:917 |
13 | FJRelatedModelFJRelated->populateState() | JROOT/libraries/legacy/model/legacy.php:439 |
12 | JModelLegacy->getState() | JROOT/libraries/legacy/view/legacy.php:401 |
11 | JViewLegacy->get() | JROOT/components/com_fjrelated/views/fjrelated/view.html.php:62 |
10 | FJRelatedViewFJRelated->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
9 | JControllerLegacy->display() | JROOT/components/com_fjrelated/controller.php:32 |
8 | FJRelatedController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_fjrelated/fjrelated.php:19 |
6 | require_once JROOT/components/com_fjrelated/fjrelated.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:49 |
Query Time: 6.76 ms After last query: 0.33 ms Query memory: 0.065 MB Memory before query: 7.060 MB Rows returned: 8
SELECT m.total_tag_count, m.matching_tag_count AS match_count, m.matching_tags as match_list,(
CASE WHEN m.matching_tag_count IS NULL THEN 0 ELSE m.matching_tag_count END) + (
CASE WHEN a.catid IN (8,13,15,16,17,18,19,20) THEN 1 ELSE 0 END) AS total_matches,a.*, DATE_FORMAT(a.created, "%Y-%m-%d") AS created,cc.access AS cat_access, cc.published AS cat_state,
CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(":", a.id, a.alias) ELSE a.id END as slug,
CASE WHEN CHAR_LENGTH(cc.alias) THEN CONCAT_WS(":", cc.id, cc.alias) ELSE cc.id END as catslug,CHAR_LENGTH( a.`fulltext` ) AS readmore, u.name AS author,cc.title as category, "article" as link_type, cc.alias as category_alias, parent.id as parent_id, parent.alias as parent_alias
FROM js_content AS a
LEFT JOIN (SELECT content_item_id,COUNT(*) AS total_tag_count,SUM(
CASE WHEN tag_id IN (4) THEN 1 ELSE 0 END) AS matching_tag_count,GROUP_CONCAT(
CASE WHEN tag_id IN (4) THEN tag_id ELSE null END) AS matching_tags
FROM js_contentitem_tag_map
WHERE type_alias = 'com_content.article'
GROUP BY content_item_id) AS m
ON m.content_item_id = a.id
LEFT JOIN js_content_frontpage AS f
ON f.content_id = a.id
LEFT JOIN js_categories AS cc
ON cc.id = a.catid
LEFT JOIN js_users AS u
ON u.id = a.created_by
LEFT JOIN js_categories AS parent
on parent.id = cc.parent_id
WHERE (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2022-05-28 00:34:48')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2022-05-28 00:34:48')
AND (m.matching_tag_count > 0)
AND a.state = 1
AND a.catid IN (8,13,15,16,17,18,19,20)
AND a.access IN (1,1)
AND cc.access IN (1,1)
AND cc.published = 1
AND a.id != 0
ORDER BY a.title
LIMIT 0, 8
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | a | range | PRIMARY,idx_access,idx_state,idx_catid | PRIMARY | 4 | NULL | 38 | Using where; Using filesort |
1 | PRIMARY | cc | eq_ref | PRIMARY,idx_access | PRIMARY | 4 | eumen.a.catid | 1 | Using where |
1 | PRIMARY | u | eq_ref | PRIMARY | PRIMARY | 4 | eumen.a.created_by | 1 | Using where |
1 | PRIMARY | parent | eq_ref | PRIMARY | PRIMARY | 4 | eumen.cc.parent_id | 1 | Using where |
1 | PRIMARY | <derived2> | ref | key0 | key0 | 5 | eumen.a.id | 10 | Using index condition; Using where |
2 | DERIVED | js_contentitem_tag_map | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 144 | Using where; Using filesort |
Status | Duration |
---|
Starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Init | 0.00 ms |
Checking query cache for query | 0.38 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Waiting for query cache lock | 0.05 ms |
Init | 0.19 ms |
Optimizing | 0.09 ms |
Optimizing | 0.02 ms |
Statistics | 0.03 ms |
Preparing | 0.04 ms |
Sorting result | 0.01 ms |
Statistics | 0.44 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.33 ms |
Sorting result | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.05 ms |
Creating sort index | 1.28 ms |
Executing | 0.01 ms |
Sending data | 0.00 ms |
Creating sort index | 0.83 ms |
Removing tmp table | 0.01 ms |
Creating sort index | 1.30 ms |
Waiting for query cache lock | 0.01 ms |
Creating sort index | 1.24 ms |
Waiting for query cache lock | 0.01 ms |
Creating sort index | 0.04 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Removing tmp table | 0.12 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.03 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.02 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.00 ms |
Storing result in query cache | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
18 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
17 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/jdiction/database/jddatabase.php:254 |
15 | JdDatabase->loadObjectList() | JROOT/components/com_fjrelated/models/fjrelated.php:673 |
14 | FJRelatedModelFJRelated->_getFJRelatedList() | JROOT/components/com_fjrelated/models/fjrelated.php:633 |
13 | FJRelatedModelFJRelated->_loadData() | JROOT/components/com_fjrelated/models/fjrelated.php:208 |
12 | FJRelatedModelFJRelated->getData() | JROOT/libraries/legacy/view/legacy.php:401 |
11 | JViewLegacy->get() | JROOT/components/com_fjrelated/views/fjrelated/view.html.php:105 |
10 | FJRelatedViewFJRelated->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
9 | JControllerLegacy->display() | JROOT/components/com_fjrelated/controller.php:32 |
8 | FJRelatedController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_fjrelated/fjrelated.php:19 |
6 | require_once JROOT/components/com_fjrelated/fjrelated.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:49 |
Query Time: 3.64 ms After last query: 0.60 ms Query memory: 0.024 MB Memory before query: 7.187 MB Rows returned: 1
SELECT COUNT(*)
FROM js_content AS a
LEFT JOIN (SELECT content_item_id,COUNT(*) AS total_tag_count,SUM(
CASE WHEN tag_id IN (4) THEN 1 ELSE 0 END) AS matching_tag_count,GROUP_CONCAT(
CASE WHEN tag_id IN (4) THEN tag_id ELSE null END) AS matching_tags
FROM js_contentitem_tag_map
WHERE type_alias = 'com_content.article'
GROUP BY content_item_id) AS m
ON m.content_item_id = a.id
LEFT JOIN js_content_frontpage AS f
ON f.content_id = a.id
LEFT JOIN js_categories AS cc
ON cc.id = a.catid
LEFT JOIN js_users AS u
ON u.id = a.created_by
LEFT JOIN js_categories AS parent
on parent.id = cc.parent_id
WHERE (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2022-05-28 00:34:48')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2022-05-28 00:34:48')
AND (m.matching_tag_count > 0)
AND a.state = 1
AND a.catid IN (8,13,15,16,17,18,19,20)
AND a.access IN (1,1)
AND cc.access IN (1,1)
AND cc.published = 1
AND a.id != 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | a | range | PRIMARY,idx_access,idx_state,idx_catid | PRIMARY | 4 | NULL | 38 | Using where |
1 | PRIMARY | cc | eq_ref | PRIMARY,idx_access | PRIMARY | 4 | eumen.a.catid | 1 | Using where |
1 | PRIMARY | <derived2> | ref | key0 | key0 | 5 | eumen.a.id | 10 | Using index condition; Using where |
2 | DERIVED | js_contentitem_tag_map | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 144 | Using where; Using filesort |
Status | Duration |
---|
Starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Init | 0.00 ms |
Checking query cache for query | 0.20 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Waiting for query cache lock | 0.03 ms |
Init | 0.11 ms |
Optimizing | 0.07 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.03 ms |
Sorting result | 0.01 ms |
Statistics | 0.40 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.06 ms |
Executing | 0.01 ms |
Sending data | 0.36 ms |
Executing | 0.01 ms |
Sending data | 0.00 ms |
Creating sort index | 0.80 ms |
Removing tmp table | 0.01 ms |
Creating sort index | 1.10 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Removing tmp table | 0.12 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.02 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.02 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.00 ms |
Storing result in query cache | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
17 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
16 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
15 | JDatabaseDriver->loadResult() | JROOT/libraries/jdiction/database/jddatabase.php:138 |
14 | JdDatabase->loadResult() | JROOT/libraries/legacy/model/legacy.php:341 |
13 | JModelLegacy->_getListCount() | JROOT/components/com_fjrelated/models/fjrelated.php:225 |
12 | FJRelatedModelFJRelated->getTotal() | JROOT/libraries/legacy/view/legacy.php:401 |
11 | JViewLegacy->get() | JROOT/components/com_fjrelated/views/fjrelated/view.html.php:107 |
10 | FJRelatedViewFJRelated->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
9 | JControllerLegacy->display() | JROOT/components/com_fjrelated/controller.php:32 |
8 | FJRelatedController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_fjrelated/fjrelated.php:19 |
6 | require_once JROOT/components/com_fjrelated/fjrelated.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:49 |
Query Time: 0.50 ms After last query: 17.01 ms Query memory: 0.025 MB Memory before query: 8.175 MB Rows returned: 1
SELECT path
FROM js_categories
WHERE id IN (SELECT catid
FROM js_content
WHERE id = 61)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | js_content | const | PRIMARY,idx_catid | PRIMARY | 4 | const | 1 | |
1 | PRIMARY | js_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Init | 0.00 ms |
Checking query cache for query | 0.05 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Waiting for query cache lock | 0.02 ms |
Init | 0.03 ms |
Optimizing | 0.03 ms |
Statistics | 0.09 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.02 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.00 ms |
Storing result in query cache | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
17 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
16 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
15 | JDatabaseDriver->loadResult() | JROOT/libraries/jdiction/database/jddatabase.php:138 |
14 | JdDatabase->loadResult() | JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog.php:89 |
13 | include JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog.php | JROOT/libraries/legacy/view/legacy.php:670 |
12 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:209 |
11 | JViewLegacy->display() | JROOT/components/com_fjrelated/views/fjrelated/view.html.php:212 |
10 | FJRelatedViewFJRelated->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
9 | JControllerLegacy->display() | JROOT/components/com_fjrelated/controller.php:32 |
8 | FJRelatedController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_fjrelated/fjrelated.php:19 |
6 | require_once JROOT/components/com_fjrelated/fjrelated.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:49 |
Query Time: 3.16 ms After last query: 5.81 ms Query memory: 0.029 MB Memory before query: 8.384 MB Rows returned: 2
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM js_categories as c
LEFT JOIN (SELECT cat.id as id
FROM js_categories AS cat JOIN js_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
LEFT JOIN js_categories AS s
ON (s.lft < c.lft
AND s.rgt > c.rgt
AND c.language in ('en-GB','*')) OR (s.lft >= c.lft
AND s.rgt <= c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1)
AND c.published = 1
AND badcats.id is null
AND s.id=17
GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | Using temporary; Using filesort |
1 | PRIMARY | c | ALL | cat_idx,idx_access,idx_left_right,idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 23 | Using where |
1 | PRIMARY | <derived2> | ref | key0 | key0 | 5 | eumen.c.id | 10 | Using where |
2 | DERIVED | parent | ref | cat_idx,idx_left_right | cat_idx | 152 | const | 5 | Using index condition; Using temporary; Using filesort |
2 | DERIVED | cat | index | PRIMARY,idx_left_right | idx_left_right | 8 | NULL | 23 | Using where; Using index; Using join buffer (flat, BNL join) |
Status | Duration |
---|
Starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Init | 0.00 ms |
Checking query cache for query | 0.29 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Waiting for query cache lock | 0.03 ms |
Init | 0.17 ms |
Optimizing | 0.06 ms |
Optimizing | 0.02 ms |
Statistics | 0.09 ms |
Statistics | 0.27 ms |
Preparing | 0.03 ms |
Creating tmp table | 0.02 ms |
Sorting result | 0.03 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.07 ms |
Creating tmp table | 0.06 ms |
Sorting result | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.08 ms |
Executing | 0.01 ms |
Sending data | 0.21 ms |
Creating sort index | 0.07 ms |
Removing tmp table | 0.15 ms |
Creating sort index | 0.86 ms |
Creating sort index | 0.10 ms |
Removing tmp table | 0.12 ms |
Creating sort index | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Removing tmp table | 0.10 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.02 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.00 ms |
Storing result in query cache | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number | 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
22 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
21 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/jdiction/database/jddatabase.php:254 |
19 | JdDatabase->loadObjectList() | JROOT/libraries/legacy/categories/categories.php:309 |
18 | JCategories->_load() | JROOT/libraries/legacy/categories/categories.php:184 |
17 | JCategories->get() | JROOT/components/com_content/helpers/route.php:44 |
16 | ContentHelperRoute::getArticleRoute() | JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog_item.php:243 |
15 | include JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog_item.php | JROOT/libraries/legacy/view/legacy.php:670 |
14 | JViewLegacy->loadTemplate() | JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog.php:95 |
13 | include JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog.php | JROOT/libraries/legacy/view/legacy.php:670 |
12 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:209 |
11 | JViewLegacy->display() | JROOT/components/com_fjrelated/views/fjrelated/view.html.php:212 |
10 | FJRelatedViewFJRelated->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
9 | JControllerLegacy->display() | JROOT/components/com_fjrelated/controller.php:32 |
8 | FJRelatedController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_fjrelated/fjrelated.php:19 |
6 | require_once JROOT/components/com_fjrelated/fjrelated.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:49 |
Query Time: 0.46 ms After last query: 1.02 ms Query memory: 0.025 MB Memory before query: 8.394 MB Rows returned: 1
SELECT path
FROM js_categories
WHERE id IN (SELECT catid
FROM js_content
WHERE id = 36)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | js_content | const | PRIMARY,idx_catid | PRIMARY | 4 | const | 1 | |
1 | PRIMARY | js_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Init | 0.00 ms |
Checking query cache for query | 0.05 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Waiting for query cache lock | 0.02 ms |
Init | 0.02 ms |
Optimizing | 0.03 ms |
Statistics | 0.09 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.02 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.00 ms |
Storing result in query cache | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
17 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
16 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
15 | JDatabaseDriver->loadResult() | JROOT/libraries/jdiction/database/jddatabase.php:138 |
14 | JdDatabase->loadResult() | JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog.php:89 |
13 | include JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog.php | JROOT/libraries/legacy/view/legacy.php:670 |
12 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:209 |
11 | JViewLegacy->display() | JROOT/components/com_fjrelated/views/fjrelated/view.html.php:212 |
10 | FJRelatedViewFJRelated->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
9 | JControllerLegacy->display() | JROOT/components/com_fjrelated/controller.php:32 |
8 | FJRelatedController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_fjrelated/fjrelated.php:19 |
6 | require_once JROOT/components/com_fjrelated/fjrelated.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:49 |
Query Time: 0.13 ms After last query: 1.47 ms Query memory: 0.028 MB Memory before query: 8.456 MB Rows returned: 2
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM js_categories as c
LEFT JOIN (SELECT cat.id as id
FROM js_categories AS cat JOIN js_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
LEFT JOIN js_categories AS s
ON (s.lft < c.lft
AND s.rgt > c.rgt
AND c.language in ('en-GB','*')) OR (s.lft >= c.lft
AND s.rgt <= c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1)
AND c.published = 1
AND badcats.id is null
AND s.id=19
GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | Using temporary; Using filesort |
1 | PRIMARY | c | ALL | cat_idx,idx_access,idx_left_right,idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 23 | Using where |
1 | PRIMARY | <derived2> | ref | key0 | key0 | 5 | eumen.c.id | 10 | Using where |
2 | DERIVED | parent | ref | cat_idx,idx_left_right | cat_idx | 152 | const | 5 | Using index condition; Using temporary; Using filesort |
2 | DERIVED | cat | index | PRIMARY,idx_left_right | idx_left_right | 8 | NULL | 23 | Using where; Using index; Using join buffer (flat, BNL join) |
Status | Duration |
---|
Starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Init | 0.00 ms |
Checking query cache for query | 0.01 ms |
Checking privileges on cached | 0.01 ms |
Checking permissions | 0.01 ms |
Sending cached result to clien | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number | 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
22 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
21 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/jdiction/database/jddatabase.php:254 |
19 | JdDatabase->loadObjectList() | JROOT/libraries/legacy/categories/categories.php:309 |
18 | JCategories->_load() | JROOT/libraries/legacy/categories/categories.php:184 |
17 | JCategories->get() | JROOT/components/com_content/helpers/route.php:44 |
16 | ContentHelperRoute::getArticleRoute() | JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog_item.php:243 |
15 | include JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog_item.php | JROOT/libraries/legacy/view/legacy.php:670 |
14 | JViewLegacy->loadTemplate() | JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog.php:95 |
13 | include JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog.php | JROOT/libraries/legacy/view/legacy.php:670 |
12 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:209 |
11 | JViewLegacy->display() | JROOT/components/com_fjrelated/views/fjrelated/view.html.php:212 |
10 | FJRelatedViewFJRelated->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
9 | JControllerLegacy->display() | JROOT/components/com_fjrelated/controller.php:32 |
8 | FJRelatedController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_fjrelated/fjrelated.php:19 |
6 | require_once JROOT/components/com_fjrelated/fjrelated.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:49 |
Query Time: 0.43 ms After last query: 0.19 ms Query memory: 0.025 MB Memory before query: 8.420 MB Rows returned: 1
SELECT path
FROM js_categories
WHERE id IN (SELECT catid
FROM js_content
WHERE id = 14)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | js_content | const | PRIMARY,idx_catid | PRIMARY | 4 | const | 1 | |
1 | PRIMARY | js_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Init | 0.00 ms |
Checking query cache for query | 0.04 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Waiting for query cache lock | 0.02 ms |
Init | 0.02 ms |
Optimizing | 0.03 ms |
Statistics | 0.08 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.02 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.00 ms |
Storing result in query cache | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
17 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
16 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
15 | JDatabaseDriver->loadResult() | JROOT/libraries/jdiction/database/jddatabase.php:138 |
14 | JdDatabase->loadResult() | JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog.php:89 |
13 | include JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog.php | JROOT/libraries/legacy/view/legacy.php:670 |
12 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:209 |
11 | JViewLegacy->display() | JROOT/components/com_fjrelated/views/fjrelated/view.html.php:212 |
10 | FJRelatedViewFJRelated->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
9 | JControllerLegacy->display() | JROOT/components/com_fjrelated/controller.php:32 |
8 | FJRelatedController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_fjrelated/fjrelated.php:19 |
6 | require_once JROOT/components/com_fjrelated/fjrelated.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:49 |
Query Time: 2.97 ms After last query: 1.47 ms Query memory: 0.028 MB Memory before query: 8.483 MB Rows returned: 2
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM js_categories as c
LEFT JOIN (SELECT cat.id as id
FROM js_categories AS cat JOIN js_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
LEFT JOIN js_categories AS s
ON (s.lft < c.lft
AND s.rgt > c.rgt
AND c.language in ('en-GB','*')) OR (s.lft >= c.lft
AND s.rgt <= c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1)
AND c.published = 1
AND badcats.id is null
AND s.id=15
GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | Using temporary; Using filesort |
1 | PRIMARY | c | ALL | cat_idx,idx_access,idx_left_right,idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 23 | Using where |
1 | PRIMARY | <derived2> | ref | key0 | key0 | 5 | eumen.c.id | 10 | Using where |
2 | DERIVED | parent | ref | cat_idx,idx_left_right | cat_idx | 152 | const | 5 | Using index condition; Using temporary; Using filesort |
2 | DERIVED | cat | index | PRIMARY,idx_left_right | idx_left_right | 8 | NULL | 23 | Using where; Using index; Using join buffer (flat, BNL join) |
Status | Duration |
---|
Starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Init | 0.00 ms |
Checking query cache for query | 0.29 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Waiting for query cache lock | 0.03 ms |
Init | 0.17 ms |
Optimizing | 0.06 ms |
Optimizing | 0.02 ms |
Statistics | 0.09 ms |
Statistics | 0.26 ms |
Preparing | 0.03 ms |
Creating tmp table | 0.02 ms |
Sorting result | 0.02 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.07 ms |
Creating tmp table | 0.06 ms |
Sorting result | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.08 ms |
Executing | 0.01 ms |
Sending data | 0.19 ms |
Creating sort index | 0.03 ms |
Removing tmp table | 0.10 ms |
Creating sort index | 0.85 ms |
Creating sort index | 0.09 ms |
Removing tmp table | 0.11 ms |
Creating sort index | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Removing tmp table | 0.10 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.02 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.02 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.00 ms |
Storing result in query cache | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number | 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
22 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
21 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/jdiction/database/jddatabase.php:254 |
19 | JdDatabase->loadObjectList() | JROOT/libraries/legacy/categories/categories.php:309 |
18 | JCategories->_load() | JROOT/libraries/legacy/categories/categories.php:184 |
17 | JCategories->get() | JROOT/components/com_content/helpers/route.php:44 |
16 | ContentHelperRoute::getArticleRoute() | JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog_item.php:243 |
15 | include JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog_item.php | JROOT/libraries/legacy/view/legacy.php:670 |
14 | JViewLegacy->loadTemplate() | JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog.php:95 |
13 | include JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog.php | JROOT/libraries/legacy/view/legacy.php:670 |
12 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:209 |
11 | JViewLegacy->display() | JROOT/components/com_fjrelated/views/fjrelated/view.html.php:212 |
10 | FJRelatedViewFJRelated->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
9 | JControllerLegacy->display() | JROOT/components/com_fjrelated/controller.php:32 |
8 | FJRelatedController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_fjrelated/fjrelated.php:19 |
6 | require_once JROOT/components/com_fjrelated/fjrelated.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:49 |
Query Time: 0.45 ms After last query: 0.19 ms Query memory: 0.025 MB Memory before query: 8.447 MB Rows returned: 1
SELECT path
FROM js_categories
WHERE id IN (SELECT catid
FROM js_content
WHERE id = 65)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | js_content | const | PRIMARY,idx_catid | PRIMARY | 4 | const | 1 | |
1 | PRIMARY | js_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Init | 0.00 ms |
Checking query cache for query | 0.05 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Waiting for query cache lock | 0.02 ms |
Init | 0.02 ms |
Optimizing | 0.03 ms |
Statistics | 0.09 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.02 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.00 ms |
Storing result in query cache | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
17 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
16 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
15 | JDatabaseDriver->loadResult() | JROOT/libraries/jdiction/database/jddatabase.php:138 |
14 | JdDatabase->loadResult() | JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog.php:89 |
13 | include JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog.php | JROOT/libraries/legacy/view/legacy.php:670 |
12 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:209 |
11 | JViewLegacy->display() | JROOT/components/com_fjrelated/views/fjrelated/view.html.php:212 |
10 | FJRelatedViewFJRelated->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
9 | JControllerLegacy->display() | JROOT/components/com_fjrelated/controller.php:32 |
8 | FJRelatedController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_fjrelated/fjrelated.php:19 |
6 | require_once JROOT/components/com_fjrelated/fjrelated.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:49 |
Query Time: 0.12 ms After last query: 1.46 ms Query memory: 0.028 MB Memory before query: 8.509 MB Rows returned: 2
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM js_categories as c
LEFT JOIN (SELECT cat.id as id
FROM js_categories AS cat JOIN js_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
LEFT JOIN js_categories AS s
ON (s.lft < c.lft
AND s.rgt > c.rgt
AND c.language in ('en-GB','*')) OR (s.lft >= c.lft
AND s.rgt <= c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1)
AND c.published = 1
AND badcats.id is null
AND s.id=13
GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | Using temporary; Using filesort |
1 | PRIMARY | c | ALL | cat_idx,idx_access,idx_left_right,idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 23 | Using where |
1 | PRIMARY | <derived2> | ref | key0 | key0 | 5 | eumen.c.id | 10 | Using where |
2 | DERIVED | parent | ref | cat_idx,idx_left_right | cat_idx | 152 | const | 5 | Using index condition; Using temporary; Using filesort |
2 | DERIVED | cat | index | PRIMARY,idx_left_right | idx_left_right | 8 | NULL | 23 | Using where; Using index; Using join buffer (flat, BNL join) |
Status | Duration |
---|
Starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Init | 0.00 ms |
Checking query cache for query | 0.01 ms |
Checking privileges on cached | 0.01 ms |
Checking permissions | 0.01 ms |
Sending cached result to clien | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number | 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
22 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
21 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/jdiction/database/jddatabase.php:254 |
19 | JdDatabase->loadObjectList() | JROOT/libraries/legacy/categories/categories.php:309 |
18 | JCategories->_load() | JROOT/libraries/legacy/categories/categories.php:184 |
17 | JCategories->get() | JROOT/components/com_content/helpers/route.php:44 |
16 | ContentHelperRoute::getArticleRoute() | JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog_item.php:243 |
15 | include JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog_item.php | JROOT/libraries/legacy/view/legacy.php:670 |
14 | JViewLegacy->loadTemplate() | JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog.php:95 |
13 | include JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog.php | JROOT/libraries/legacy/view/legacy.php:670 |
12 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:209 |
11 | JViewLegacy->display() | JROOT/components/com_fjrelated/views/fjrelated/view.html.php:212 |
10 | FJRelatedViewFJRelated->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
9 | JControllerLegacy->display() | JROOT/components/com_fjrelated/controller.php:32 |
8 | FJRelatedController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_fjrelated/fjrelated.php:19 |
6 | require_once JROOT/components/com_fjrelated/fjrelated.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:49 |
Query Time: 0.43 ms After last query: 0.19 ms Query memory: 0.025 MB Memory before query: 8.472 MB Rows returned: 1
SELECT path
FROM js_categories
WHERE id IN (SELECT catid
FROM js_content
WHERE id = 23)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | js_content | const | PRIMARY,idx_catid | PRIMARY | 4 | const | 1 | |
1 | PRIMARY | js_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Init | 0.00 ms |
Checking query cache for query | 0.04 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Waiting for query cache lock | 0.02 ms |
Init | 0.02 ms |
Optimizing | 0.03 ms |
Statistics | 0.08 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.02 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.00 ms |
Storing result in query cache | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
17 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
16 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
15 | JDatabaseDriver->loadResult() | JROOT/libraries/jdiction/database/jddatabase.php:138 |
14 | JdDatabase->loadResult() | JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog.php:89 |
13 | include JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog.php | JROOT/libraries/legacy/view/legacy.php:670 |
12 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:209 |
11 | JViewLegacy->display() | JROOT/components/com_fjrelated/views/fjrelated/view.html.php:212 |
10 | FJRelatedViewFJRelated->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
9 | JControllerLegacy->display() | JROOT/components/com_fjrelated/controller.php:32 |
8 | FJRelatedController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_fjrelated/fjrelated.php:19 |
6 | require_once JROOT/components/com_fjrelated/fjrelated.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:49 |
Query Time: 2.94 ms After last query: 1.49 ms Query memory: 0.028 MB Memory before query: 8.536 MB Rows returned: 2
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM js_categories as c
LEFT JOIN (SELECT cat.id as id
FROM js_categories AS cat JOIN js_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
LEFT JOIN js_categories AS s
ON (s.lft < c.lft
AND s.rgt > c.rgt
AND c.language in ('en-GB','*')) OR (s.lft >= c.lft
AND s.rgt <= c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1)
AND c.published = 1
AND badcats.id is null
AND s.id=18
GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | Using temporary; Using filesort |
1 | PRIMARY | c | ALL | cat_idx,idx_access,idx_left_right,idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 23 | Using where |
1 | PRIMARY | <derived2> | ref | key0 | key0 | 5 | eumen.c.id | 10 | Using where |
2 | DERIVED | parent | ref | cat_idx,idx_left_right | cat_idx | 152 | const | 5 | Using index condition; Using temporary; Using filesort |
2 | DERIVED | cat | index | PRIMARY,idx_left_right | idx_left_right | 8 | NULL | 23 | Using where; Using index; Using join buffer (flat, BNL join) |
Status | Duration |
---|
Starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Init | 0.00 ms |
Checking query cache for query | 0.28 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Waiting for query cache lock | 0.03 ms |
Init | 0.17 ms |
Optimizing | 0.06 ms |
Optimizing | 0.02 ms |
Statistics | 0.09 ms |
Statistics | 0.27 ms |
Preparing | 0.03 ms |
Creating tmp table | 0.02 ms |
Sorting result | 0.02 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.07 ms |
Creating tmp table | 0.06 ms |
Sorting result | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.08 ms |
Executing | 0.01 ms |
Sending data | 0.20 ms |
Creating sort index | 0.03 ms |
Removing tmp table | 0.09 ms |
Creating sort index | 0.86 ms |
Creating sort index | 0.09 ms |
Removing tmp table | 0.11 ms |
Creating sort index | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Removing tmp table | 0.07 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.03 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.02 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.01 ms |
Storing result in query cache | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number | 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
22 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
21 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/jdiction/database/jddatabase.php:254 |
19 | JdDatabase->loadObjectList() | JROOT/libraries/legacy/categories/categories.php:309 |
18 | JCategories->_load() | JROOT/libraries/legacy/categories/categories.php:184 |
17 | JCategories->get() | JROOT/components/com_content/helpers/route.php:44 |
16 | ContentHelperRoute::getArticleRoute() | JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog_item.php:243 |
15 | include JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog_item.php | JROOT/libraries/legacy/view/legacy.php:670 |
14 | JViewLegacy->loadTemplate() | JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog.php:95 |
13 | include JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog.php | JROOT/libraries/legacy/view/legacy.php:670 |
12 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:209 |
11 | JViewLegacy->display() | JROOT/components/com_fjrelated/views/fjrelated/view.html.php:212 |
10 | FJRelatedViewFJRelated->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
9 | JControllerLegacy->display() | JROOT/components/com_fjrelated/controller.php:32 |
8 | FJRelatedController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_fjrelated/fjrelated.php:19 |
6 | require_once JROOT/components/com_fjrelated/fjrelated.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:49 |
Query Time: 0.46 ms After last query: 0.19 ms Query memory: 0.025 MB Memory before query: 8.515 MB Rows returned: 1
SELECT path
FROM js_categories
WHERE id IN (SELECT catid
FROM js_content
WHERE id = 99)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | js_content | const | PRIMARY,idx_catid | PRIMARY | 4 | const | 1 | |
1 | PRIMARY | js_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Init | 0.00 ms |
Checking query cache for query | 0.05 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Waiting for query cache lock | 0.02 ms |
Init | 0.02 ms |
Optimizing | 0.03 ms |
Statistics | 0.09 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.02 ms |
Waiting for query cache lock | 0.01 ms |
Updating status | 0.00 ms |
Storing result in query cache | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
17 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
16 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
15 | JDatabaseDriver->loadResult() | JROOT/libraries/jdiction/database/jddatabase.php:138 |
14 | JdDatabase->loadResult() | JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog.php:89 |
13 | include JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog.php | JROOT/libraries/legacy/view/legacy.php:670 |
12 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:209 |
11 | JViewLegacy->display() | JROOT/components/com_fjrelated/views/fjrelated/view.html.php:212 |
10 | FJRelatedViewFJRelated->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
9 | JControllerLegacy->display() | JROOT/components/com_fjrelated/controller.php:32 |
8 | FJRelatedController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_fjrelated/fjrelated.php:19 |
6 | require_once JROOT/components/com_fjrelated/fjrelated.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:49 |
Query Time: 0.44 ms After last query: 1.53 ms Query memory: 0.025 MB Memory before query: 8.522 MB Rows returned: 1
SELECT path
FROM js_categories
WHERE id IN (SELECT catid
FROM js_content
WHERE id = 77)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | js_content | const | PRIMARY,idx_catid | PRIMARY | 4 | const | 1 | |
1 | PRIMARY | js_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Init | 0.00 ms |
Checking query cache for query | 0.04 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Waiting for query cache lock | 0.02 ms |
Init | 0.02 ms |
Optimizing | 0.03 ms |
Statistics | 0.08 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.02 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.00 ms |
Storing result in query cache | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
17 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
16 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
15 | JDatabaseDriver->loadResult() | JROOT/libraries/jdiction/database/jddatabase.php:138 |
14 | JdDatabase->loadResult() | JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog.php:89 |
13 | include JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog.php | JROOT/libraries/legacy/view/legacy.php:670 |
12 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:209 |
11 | JViewLegacy->display() | JROOT/components/com_fjrelated/views/fjrelated/view.html.php:212 |
10 | FJRelatedViewFJRelated->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
9 | JControllerLegacy->display() | JROOT/components/com_fjrelated/controller.php:32 |
8 | FJRelatedController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_fjrelated/fjrelated.php:19 |
6 | require_once JROOT/components/com_fjrelated/fjrelated.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:49 |
Query Time: 0.13 ms After last query: 1.47 ms Query memory: 0.028 MB Memory before query: 8.587 MB Rows returned: 2
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM js_categories as c
LEFT JOIN (SELECT cat.id as id
FROM js_categories AS cat JOIN js_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
LEFT JOIN js_categories AS s
ON (s.lft < c.lft
AND s.rgt > c.rgt
AND c.language in ('en-GB','*')) OR (s.lft >= c.lft
AND s.rgt <= c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1)
AND c.published = 1
AND badcats.id is null
AND s.id=20
GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | Using temporary; Using filesort |
1 | PRIMARY | c | ALL | cat_idx,idx_access,idx_left_right,idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 23 | Using where |
1 | PRIMARY | <derived2> | ref | key0 | key0 | 5 | eumen.c.id | 10 | Using where |
2 | DERIVED | parent | ref | cat_idx,idx_left_right | cat_idx | 152 | const | 5 | Using index condition; Using temporary; Using filesort |
2 | DERIVED | cat | index | PRIMARY,idx_left_right | idx_left_right | 8 | NULL | 23 | Using where; Using index; Using join buffer (flat, BNL join) |
Status | Duration |
---|
Starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Init | 0.00 ms |
Checking query cache for query | 0.01 ms |
Checking privileges on cached | 0.01 ms |
Checking permissions | 0.01 ms |
Sending cached result to clien | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number | 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
22 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
21 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/jdiction/database/jddatabase.php:254 |
19 | JdDatabase->loadObjectList() | JROOT/libraries/legacy/categories/categories.php:309 |
18 | JCategories->_load() | JROOT/libraries/legacy/categories/categories.php:184 |
17 | JCategories->get() | JROOT/components/com_content/helpers/route.php:44 |
16 | ContentHelperRoute::getArticleRoute() | JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog_item.php:243 |
15 | include JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog_item.php | JROOT/libraries/legacy/view/legacy.php:670 |
14 | JViewLegacy->loadTemplate() | JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog.php:95 |
13 | include JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog.php | JROOT/libraries/legacy/view/legacy.php:670 |
12 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:209 |
11 | JViewLegacy->display() | JROOT/components/com_fjrelated/views/fjrelated/view.html.php:212 |
10 | FJRelatedViewFJRelated->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
9 | JControllerLegacy->display() | JROOT/components/com_fjrelated/controller.php:32 |
8 | FJRelatedController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_fjrelated/fjrelated.php:19 |
6 | require_once JROOT/components/com_fjrelated/fjrelated.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:49 |
Query Time: 0.43 ms After last query: 0.19 ms Query memory: 0.025 MB Memory before query: 8.552 MB Rows returned: 1
SELECT path
FROM js_categories
WHERE id IN (SELECT catid
FROM js_content
WHERE id = 63)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | js_content | const | PRIMARY,idx_catid | PRIMARY | 4 | const | 1 | |
1 | PRIMARY | js_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Init | 0.00 ms |
Checking query cache for query | 0.04 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Waiting for query cache lock | 0.02 ms |
Init | 0.02 ms |
Optimizing | 0.03 ms |
Statistics | 0.08 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.02 ms |
Waiting for query cache lock | 0.00 ms |
Updating status | 0.00 ms |
Storing result in query cache | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/jdiction/database/driver/mysqli.php:77 |
17 | JdDatabaseAdapter->execute() | JROOT/libraries/jdiction/database/jddatabase.php:476 |
16 | JdDatabase->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
15 | JDatabaseDriver->loadResult() | JROOT/libraries/jdiction/database/jddatabase.php:138 |
14 | JdDatabase->loadResult() | JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog.php:89 |
13 | include JROOT/templates/eumennet/html/com_fjrelated/fjrelated/blog.php | JROOT/libraries/legacy/view/legacy.php:670 |
12 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:209 |
11 | JViewLegacy->display() | JROOT/components/com_fjrelated/views/fjrelated/view.html.php:212 |
10 | FJRelatedViewFJRelated->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
9 | JControllerLegacy->display() | JROOT/components/com_fjrelated/controller.php:32 |
8 | FJRelatedController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_fjrelated/fjrelated.php:19 |
6 | require_once JROOT/components/com_fjrelated/fjrelated.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:49 |
Query Time: 2.35 ms After last query: 10.90 ms Query memory: 0.025 MB Memory before query: 8.761 MB Rows returned: 12