Query Time: 0.78 ms Query memory: 0.011 MB Memory before query: 3.636 MB Rows returned: 0
SELECT `data`
FROM `ljxsq_session`
WHERE `session_id` = '05nrbs0ev1bnkbb48088oa25u4'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | ljxsq_session | NULL | const | PRIMARY | PRIMARY | 575 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.05 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 14 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1728 |
13 | JDatabaseDriver->loadResult() | JROOT\libraries\joomla\session\storage\database.php:44 |
12 | JSessionStorageDatabase->read() | Same as call in the line below. |
11 | session_start() | JROOT\libraries\joomla\session\handler\native.php:259 |
10 | JSessionHandlerNative->doSessionStart() | JROOT\libraries\joomla\session\handler\native.php:49 |
9 | JSessionHandlerNative->start() | JROOT\libraries\joomla\session\handler\joomla.php:81 |
8 | JSessionHandlerJoomla->start() | JROOT\libraries\joomla\session\session.php:636 |
7 | JSession->_start() | JROOT\libraries\joomla\session\session.php:596 |
6 | JSession->start() | JROOT\libraries\cms\application\cms.php:773 |
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:408 |
2 | JApplicationCms::getInstance() | JROOT\libraries\joomla\factory.php:125 |
1 | JFactory::getApplication() | JROOT\index.php:46 |
Query Time: 0.86 ms After last query: 12.16 ms Query memory: 0.007 MB Memory before query: 3.875 MB Rows returned: 0
SELECT `session_id`
FROM `ljxsq_session`
WHERE `session_id` = '05nrbs0ev1bnkbb48088oa25u4'
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | ljxsq_session | NULL | const | PRIMARY | PRIMARY | 575 | const | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.02 ms |
Opening tables | 0.02 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 8 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1728 |
7 | JDatabaseDriver->loadResult() | JROOT\libraries\cms\application\cms.php:176 |
6 | JApplicationCms->checkSession() | JROOT\libraries\cms\application\cms.php:799 |
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:408 |
2 | JApplicationCms::getInstance() | JROOT\libraries\joomla\factory.php:125 |
1 | JFactory::getApplication() | JROOT\index.php:46 |
Query Time: 6.96 ms After last query: 0.31 ms Query memory: 0.005 MB Memory before query: 3.884 MB
INSERT INTO `ljxsq_session`
(`session_id`,`client_id`,`guest`,`time`,`userid`,`username`)
VALUES
('05nrbs0ev1bnkbb48088oa25u4', 0, 1, '1743592520', 0, '')
EXPLAIN not possible on query: INSERT INTO `ljxsq_session`
(`session_id`,`client_id`,`guest`,`time`,`userid`,`username`) VALUES
('05nrbs0ev1bnkbb48088oa25u4', 0, 1, '1743592520', 0, '')
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.01 ms |
update | 0.07 ms |
end | 0.00 ms |
query end | 6.35 ms |
closing tables | 0.02 ms |
freeing items | 0.05 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 7 | JDatabaseDriverMysqli->execute() | JROOT\libraries\cms\application\cms.php:212 |
6 | JApplicationCms->checkSession() | JROOT\libraries\cms\application\cms.php:799 |
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:408 |
2 | JApplicationCms::getInstance() | JROOT\libraries\joomla\factory.php:125 |
1 | JFactory::getApplication() | JROOT\index.php:46 |
Query Time: 0.99 ms After last query: 10.91 ms Query memory: 0.015 MB Memory before query: 4.231 MB Rows returned: 38
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `ljxsq_extensions`
WHERE `type` = 'component'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | ljxsq_extensions | NULL | ref | extension | extension | 62 | const | 38 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.11 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.05 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 10 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
9 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
8 | call_user_func_array() | JROOT\libraries\joomla\cache\controller\callback.php:152 |
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:589 |
3 | JApplicationSite->initialiseApp() | JROOT\libraries\cms\application\site.php:209 |
2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.88 ms After last query: 11.75 ms Query memory: 0.009 MB Memory before query: 4.449 MB Rows returned: 0
SELECT b.id
FROM ljxsq_usergroups AS a
LEFT JOIN ljxsq_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 13
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 11 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1538 |
10 | JDatabaseDriver->loadColumn() | JROOT\libraries\joomla\access\access.php:835 |
9 | JAccess::getGroupsByUser() | JROOT\libraries\joomla\access\access.php:904 |
8 | JAccess::getAuthorisedViewLevels() | JROOT\libraries\joomla\user\user.php:454 |
7 | JUser->getAuthorisedViewLevels() | JROOT\libraries\cms\plugin\helper.php:296 |
6 | JPluginHelper::load() | JROOT\libraries\cms\plugin\helper.php:86 |
5 | JPluginHelper::getPlugin() | JROOT\libraries\cms\plugin\helper.php:128 |
4 | JPluginHelper::isEnabled() | JROOT\libraries\cms\application\site.php:599 |
3 | JApplicationSite->initialiseApp() | JROOT\libraries\cms\application\site.php:209 |
2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 1.09 ms After last query: 3.35 ms Query memory: 0.009 MB Memory before query: 4.549 MB Rows returned: 6
SELECT id, rules
FROM `ljxsq_viewlevels`
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | ljxsq_viewlevels | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.03 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 10 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1494 |
9 | JDatabaseDriver->loadAssocList() | JROOT\libraries\joomla\access\access.php:921 |
8 | JAccess::getAuthorisedViewLevels() | JROOT\libraries\joomla\user\user.php:454 |
7 | JUser->getAuthorisedViewLevels() | JROOT\libraries\cms\plugin\helper.php:296 |
6 | JPluginHelper::load() | JROOT\libraries\cms\plugin\helper.php:86 |
5 | JPluginHelper::getPlugin() | JROOT\libraries\cms\plugin\helper.php:128 |
4 | JPluginHelper::isEnabled() | JROOT\libraries\cms\application\site.php:599 |
3 | JApplicationSite->initialiseApp() | JROOT\libraries\cms\application\site.php:209 |
2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.89 ms After last query: 0.31 ms Query memory: 0.008 MB Memory before query: 4.560 MB Rows returned: 51
SELECT folder AS type, element AS name, params
FROM ljxsq_extensions
WHERE enabled = 1
AND type ='plugin'
AND state IN (0,1)
AND access IN (1,1)
ORDER BY ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | ljxsq_extensions | NULL | ref | extension | extension | 62 | const | 71 | 0.57 | Using index condition; Using where; Using filesort |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.01 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.00 ms |
Creating sort index | 0.22 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 8 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
7 | JDatabaseDriver->loadObjectList() | JROOT\libraries\cms\plugin\helper.php:310 |
6 | JPluginHelper::load() | JROOT\libraries\cms\plugin\helper.php:86 |
5 | JPluginHelper::getPlugin() | JROOT\libraries\cms\plugin\helper.php:128 |
4 | JPluginHelper::isEnabled() | JROOT\libraries\cms\application\site.php:599 |
3 | JApplicationSite->initialiseApp() | JROOT\libraries\cms\application\site.php:209 |
2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.62 ms After last query: 31.92 ms Query memory: 0.010 MB Memory before query: 5.559 MB Rows returned: 0
SELECT `path`
FROM ljxsq_rsfirewall_ignored
WHERE `type`='ignore_folder' OR `type`='ignore_file'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | ljxsq_rsfirewall_ignored | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 12 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1538 |
11 | JDatabaseDriver->loadColumn() | JROOT\administrator\components\com_rsfirewall\helpers\config.php:53 |
10 | RSFirewallConfig->load() | JROOT\administrator\components\com_rsfirewall\helpers\config.php:19 |
9 | RSFirewallConfig->__construct() | JROOT\administrator\components\com_rsfirewall\helpers\config.php:161 |
8 | RSFirewallConfig::getInstance() | JROOT\plugins\system\rsfirewall\rsfirewall.php:28 |
7 | plgSystemRSFirewall->__construct() | JROOT\libraries\cms\plugin\helper.php:255 |
6 | JPluginHelper::import() | JROOT\libraries\cms\plugin\helper.php:170 |
5 | JPluginHelper::importPlugin() | JROOT\libraries\cms\application\cms.php:669 |
4 | JApplicationCms->initialiseApp() | JROOT\libraries\cms\application\site.php:681 |
3 | JApplicationSite->initialiseApp() | JROOT\libraries\cms\application\site.php:209 |
2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.47 ms After last query: 0.25 ms Query memory: 0.010 MB Memory before query: 5.569 MB Rows returned: 0
SELECT `file`
FROM ljxsq_rsfirewall_hashes
WHERE `type`='protect'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | ljxsq_rsfirewall_hashes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 86 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.07 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 12 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1538 |
11 | JDatabaseDriver->loadColumn() | JROOT\administrator\components\com_rsfirewall\helpers\config.php:60 |
10 | RSFirewallConfig->load() | JROOT\administrator\components\com_rsfirewall\helpers\config.php:19 |
9 | RSFirewallConfig->__construct() | JROOT\administrator\components\com_rsfirewall\helpers\config.php:161 |
8 | RSFirewallConfig::getInstance() | JROOT\plugins\system\rsfirewall\rsfirewall.php:28 |
7 | plgSystemRSFirewall->__construct() | JROOT\libraries\cms\plugin\helper.php:255 |
6 | JPluginHelper::import() | JROOT\libraries\cms\plugin\helper.php:170 |
5 | JPluginHelper::importPlugin() | JROOT\libraries\cms\application\cms.php:669 |
4 | JApplicationCms->initialiseApp() | JROOT\libraries\cms\application\site.php:681 |
3 | JApplicationSite->initialiseApp() | JROOT\libraries\cms\application\site.php:209 |
2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.48 ms After last query: 0.19 ms Query memory: 0.011 MB Memory before query: 5.577 MB Rows returned: 52
SELECT *
FROM ljxsq_rsfirewall_configuration
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | ljxsq_rsfirewall_configuration | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 52 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.05 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 12 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
11 | JDatabaseDriver->loadObjectList() | JROOT\administrator\components\com_rsfirewall\helpers\config.php:68 |
10 | RSFirewallConfig->load() | JROOT\administrator\components\com_rsfirewall\helpers\config.php:19 |
9 | RSFirewallConfig->__construct() | JROOT\administrator\components\com_rsfirewall\helpers\config.php:161 |
8 | RSFirewallConfig::getInstance() | JROOT\plugins\system\rsfirewall\rsfirewall.php:28 |
7 | plgSystemRSFirewall->__construct() | JROOT\libraries\cms\plugin\helper.php:255 |
6 | JPluginHelper::import() | JROOT\libraries\cms\plugin\helper.php:170 |
5 | JPluginHelper::importPlugin() | JROOT\libraries\cms\application\cms.php:669 |
4 | JApplicationCms->initialiseApp() | JROOT\libraries\cms\application\site.php:681 |
3 | JApplicationSite->initialiseApp() | JROOT\libraries\cms\application\site.php:209 |
2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 5.85 ms After last query: 28.19 ms Query memory: 0.015 MB Memory before query: 6.152 MB Rows returned: 10
SHOW FULL COLUMNS
FROM `ljxsq_rsfirewall_logs`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `ljxsq_rsfirewall_logs`
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.14 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.07 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Opening tables | 0.01 ms |
checking permissions | 0.03 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Sending data | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
removing tmp table | 0.02 ms |
closing tables | 0.00 ms |
freeing items | 0.04 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
15 | JDatabaseDriver->loadObjectList() | JROOT\libraries\joomla\database\driver\mysqli.php:440 |
14 | JDatabaseDriverMysqli->getTableColumns() | JROOT\libraries\joomla\table\table.php:241 |
13 | JTable->getFields() | JROOT\libraries\joomla\table\table.php:162 |
12 | JTable->__construct() | JROOT\administrator\components\com_rsfirewall\tables\logs.php:36 |
11 | RSFirewallTableLogs->__construct() | JROOT\libraries\joomla\table\table.php:308 |
10 | JTable::getInstance() | JROOT\administrator\components\com_rsfirewall\helpers\log.php:23 |
9 | RSFirewallLogger->__construct() | JROOT\administrator\components\com_rsfirewall\helpers\log.php:57 |
8 | RSFirewallLogger::getInstance() | JROOT\plugins\system\rsfirewall\rsfirewall.php:50 |
7 | plgSystemRSFirewall->__construct() | JROOT\libraries\cms\plugin\helper.php:255 |
6 | JPluginHelper::import() | JROOT\libraries\cms\plugin\helper.php:170 |
5 | JPluginHelper::importPlugin() | JROOT\libraries\cms\application\cms.php:669 |
4 | JApplicationCms->initialiseApp() | JROOT\libraries\cms\application\site.php:681 |
3 | JApplicationSite->initialiseApp() | JROOT\libraries\cms\application\site.php:209 |
2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.96 ms After last query: 54.98 ms Query memory: 0.016 MB Memory before query: 7.708 MB Rows returned: 14
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 ljxsq_menu AS m
LEFT JOIN ljxsq_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 42 | 3.33 | Using index condition; Using where; Using filesort |
1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | mae-new.m.component_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.09 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.15 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.05 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
15 | JDatabaseDriver->loadObjectList() | JROOT\libraries\cms\menu\site.php:86 |
14 | JMenuSite->load() | JROOT\libraries\cms\menu\menu.php:74 |
13 | JMenu->__construct() | JROOT\libraries\cms\menu\site.php:57 |
12 | JMenuSite->__construct() | JROOT\libraries\cms\menu\menu.php:145 |
11 | JMenu::getInstance() | JROOT\libraries\cms\application\cms.php:439 |
10 | JApplicationCms->getMenu() | JROOT\libraries\cms\application\site.php:272 |
9 | JApplicationSite->getMenu() | JROOT\libraries\cms\router\site.php:57 |
8 | JRouterSite->__construct() | JROOT\libraries\cms\router\router.php:197 |
7 | JRouter::getInstance() | JROOT\libraries\cms\application\cms.php:535 |
6 | JApplicationCms::getRouter() | JROOT\libraries\cms\application\site.php:407 |
5 | JApplicationSite::getRouter() | JROOT\libraries\cms\application\cms.php:1115 |
4 | JApplicationCms->route() | JROOT\libraries\cms\application\site.php:791 |
3 | JApplicationSite->route() | JROOT\libraries\cms\application\site.php:215 |
2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.84 ms After last query: 31.16 ms Query memory: 0.010 MB Memory before query: 8.174 MB Rows returned: 0
SELECT *
FROM ljxsq_rsfirewall_hashes
WHERE (`type`='3.6.5' OR `type`='protect')
AND `flag`!='C'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | ljxsq_rsfirewall_hashes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 86 | 17.10 | Using where |
Status | Duration |
---|
starting | 0.08 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.09 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 11 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
10 | JDatabaseDriver->loadObjectList() | JROOT\plugins\system\rsfirewall\rsfirewall.php:949 |
9 | plgSystemRSFirewall->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT\libraries\joomla\event\event.php:69 |
7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT\libraries\joomla\application\base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT\libraries\cms\application\cms.php:1125 |
4 | JApplicationCms->route() | JROOT\libraries\cms\application\site.php:791 |
3 | JApplicationSite->route() | JROOT\libraries\cms\application\site.php:215 |
2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.90 ms After last query: 2.67 ms Query memory: 0.010 MB Memory before query: 8.228 MB Rows returned: 0
SELECT *
FROM ljxsq_rsfirewall_snapshots
WHERE `type`='protect'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | ljxsq_rsfirewall_snapshots | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 12 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
11 | JDatabaseDriver->loadObjectList() | JROOT\administrator\components\com_rsfirewall\helpers\snapshot.php:47 |
10 | RSFirewallSnapshot::get() | JROOT\plugins\system\rsfirewall\rsfirewall.php:972 |
9 | plgSystemRSFirewall->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT\libraries\joomla\event\event.php:69 |
7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT\libraries\joomla\application\base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT\libraries\cms\application\cms.php:1125 |
4 | JApplicationCms->route() | JROOT\libraries\cms\application\site.php:791 |
3 | JApplicationSite->route() | JROOT\libraries\cms\application\site.php:215 |
2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.52 ms After last query: 0.34 ms Query memory: 0.011 MB Memory before query: 8.238 MB Rows returned: 0
SELECT `ip`,`reason`
FROM ljxsq_rsfirewall_lists
WHERE (`ip`='18.188.190.28' OR `ip` LIKE '%*%' OR `ip` LIKE '%/%' OR `ip` LIKE '%-%')
AND `type`='1'
AND `published`='1'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | ljxsq_rsfirewall_lists | NULL | ref | published,type | type | 1 | const | 20 | 36.79 | Using where |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.05 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 13 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
12 | JDatabaseDriver->loadObjectList() | JROOT\plugins\system\rsfirewall\rsfirewall.php:168 |
11 | plgSystemRSFirewall->isListed() | JROOT\plugins\system\rsfirewall\rsfirewall.php:147 |
10 | plgSystemRSFirewall->isWhitelisted() | JROOT\plugins\system\rsfirewall\rsfirewall.php:1000 |
9 | plgSystemRSFirewall->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT\libraries\joomla\event\event.php:69 |
7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT\libraries\joomla\application\base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT\libraries\cms\application\cms.php:1125 |
4 | JApplicationCms->route() | JROOT\libraries\cms\application\site.php:791 |
3 | JApplicationSite->route() | JROOT\libraries\cms\application\site.php:215 |
2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 2.41 ms After last query: 0.44 ms Query memory: 0.011 MB Memory before query: 8.247 MB Rows returned: 0
SELECT `ip`,`reason`
FROM ljxsq_rsfirewall_lists
WHERE (`ip`='18.188.190.28' OR `ip` LIKE '%*%' OR `ip` LIKE '%/%' OR `ip` LIKE '%-%')
AND `type`='0'
AND `published`='1'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | ljxsq_rsfirewall_lists | NULL | ALL | published,type | NO INDEX KEY COULD BE USED | NULL | NULL | 1754 | 36.79 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 1.63 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 13 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
12 | JDatabaseDriver->loadObjectList() | JROOT\plugins\system\rsfirewall\rsfirewall.php:168 |
11 | plgSystemRSFirewall->isListed() | JROOT\plugins\system\rsfirewall\rsfirewall.php:137 |
10 | plgSystemRSFirewall->isBlacklisted() | JROOT\plugins\system\rsfirewall\rsfirewall.php:1004 |
9 | plgSystemRSFirewall->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT\libraries\joomla\event\event.php:69 |
7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT\libraries\joomla\application\base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT\libraries\cms\application\cms.php:1125 |
4 | JApplicationCms->route() | JROOT\libraries\cms\application\site.php:791 |
3 | JApplicationSite->route() | JROOT\libraries\cms\application\site.php:215 |
2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.68 ms After last query: 10.65 ms Query memory: 0.012 MB Memory before query: 8.570 MB Rows returned: 0
SELECT *
FROM ljxsq_rsfirewall_exceptions
WHERE `published`='1'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | ljxsq_rsfirewall_exceptions | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.03 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 12 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
11 | JDatabaseDriver->loadObjectList() | JROOT\plugins\system\rsfirewall\rsfirewall.php:642 |
10 | plgSystemRSFirewall->isException() | JROOT\plugins\system\rsfirewall\rsfirewall.php:1052 |
9 | plgSystemRSFirewall->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT\libraries\joomla\event\event.php:69 |
7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT\libraries\joomla\application\base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT\libraries\cms\application\cms.php:1125 |
4 | JApplicationCms->route() | JROOT\libraries\cms\application\site.php:791 |
3 | JApplicationSite->route() | JROOT\libraries\cms\application\site.php:215 |
2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 1.42 ms After last query: 0.96 ms Query memory: 0.011 MB Memory before query: 8.577 MB Rows returned: 3
SELECT id, home, template, s.params
FROM ljxsq_template_styles as s
LEFT JOIN ljxsq_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | s | NULL | ALL | idx_template | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 20.00 | Using where |
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 303 | mae-new.s.template,const | 1 | 4.57 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.09 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
executing | 0.00 ms |
Sending data | 0.06 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 14 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
13 | JDatabaseDriver->loadObjectList() | JROOT\libraries\cms\application\site.php:484 |
12 | JApplicationSite->getTemplate() | JROOT\plugins\system\jsntplframework\libraries\joomlashine\loader.php:33 |
11 | jsn_template_framework_class_loader() | Same as call in the line below. |
10 | spl_autoload_call() | JROOT\plugins\system\jsntplframework\jsntplframework.php:145 |
9 | PlgSystemJSNTPLFramework->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT\libraries\joomla\event\event.php:69 |
7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT\libraries\joomla\application\base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT\libraries\cms\application\cms.php:1125 |
4 | JApplicationCms->route() | JROOT\libraries\cms\application\site.php:791 |
3 | JApplicationSite->route() | JROOT\libraries\cms\application\site.php:215 |
2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 1.27 ms After last query: 3.29 ms Query memory: 0.011 MB Memory before query: 8.591 MB Rows returned: 1
SELECT manifest_cache
FROM ljxsq_extensions
WHERE element LIKE 'jsn_epic_free'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | ljxsq_extensions | NULL | range | element_clientid,element_folder_clientid | element_clientid | 302 | NULL | 3 | 100.00 | Using index condition |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.03 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 15 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1728 |
14 | JDatabaseDriver->loadResult() | JROOT\plugins\system\jsntplframework\libraries\joomlashine\helper.php:122 |
13 | JSNTplHelper::getManifestCache() | JROOT\plugins\system\jsntplframework\libraries\joomlashine\helper.php:198 |
12 | JSNTplHelper::getTemplateVersion() | JROOT\plugins\system\jsntplframework\libraries\joomlashine\loader.php:35 |
11 | jsn_template_framework_class_loader() | Same as call in the line below. |
10 | spl_autoload_call() | JROOT\plugins\system\jsntplframework\jsntplframework.php:145 |
9 | PlgSystemJSNTPLFramework->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT\libraries\joomla\event\event.php:69 |
7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT\libraries\joomla\application\base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT\libraries\cms\application\cms.php:1125 |
4 | JApplicationCms->route() | JROOT\libraries\cms\application\site.php:791 |
3 | JApplicationSite->route() | JROOT\libraries\cms\application\site.php:215 |
2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.83 ms After last query: 16.99 ms Query memory: 0.012 MB Memory before query: 9.075 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `ljxsq_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | ljxsq_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 364 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.07 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.04 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 14 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1650 |
13 | JDatabaseDriver->loadObject() | Same as call in the line below. |
12 | call_user_func_array() | JROOT\libraries\joomla\cache\controller\callback.php:152 |
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:755 |
6 | JFactory::createDocument() | JROOT\libraries\joomla\factory.php:216 |
5 | JFactory::getDocument() | JROOT\libraries\joomla\application\web.php:977 |
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:261 |
1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 5.69 ms After last query: 0.43 ms Query memory: 0.007 MB Memory before query: 9.046 MB
UPDATE `ljxsq_extensions`
SET `params` = '{\"mediaversion\":\"a0e12fbf12976e5b92a739bd570954b6\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | UPDATE | ljxsq_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 364 | const,const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.05 ms |
updating | 0.04 ms |
end | 0.02 ms |
query end | 5.07 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 10 | JDatabaseDriverMysqli->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:755 |
6 | JFactory::createDocument() | JROOT\libraries\joomla\factory.php:216 |
5 | JFactory::getDocument() | JROOT\libraries\joomla\application\web.php:977 |
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:261 |
1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.64 ms After last query: 5.17 ms Query memory: 0.009 MB Memory before query: 9.345 MB Rows returned: 1
SELECT *
FROM ljxsq_languages
WHERE published=1
ORDER BY ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | ljxsq_languages | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.05 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 7 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
6 | JDatabaseDriver->loadObjectList() | JROOT\libraries\joomla\language\helper.php:164 |
5 | JLanguageHelper::getLanguages() | JROOT\libraries\cms\application\site.php:329 |
4 | JApplicationSite->getParams() | JROOT\libraries\cms\application\site.php:135 |
3 | JApplicationSite->dispatch() | JROOT\libraries\cms\application\site.php:230 |
2 | JApplicationSite->doExecute() | JROOT\libraries\cms\application\cms.php:261 |
1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.90 ms After last query: 16.87 ms Query memory: 0.018 MB Memory before query: 10.120 MB Rows returned: 8
SHOW FULL COLUMNS
FROM `ljxsq_assets`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `ljxsq_assets`
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.12 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Opening tables | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Sending data | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
removing tmp table | 0.02 ms |
closing tables | 0.00 ms |
freeing items | 0.03 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 21 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
20 | JDatabaseDriver->loadObjectList() | JROOT\libraries\joomla\database\driver\mysqli.php:440 |
19 | JDatabaseDriverMysqli->getTableColumns() | JROOT\libraries\joomla\table\table.php:241 |
18 | JTable->getFields() | JROOT\libraries\joomla\table\table.php:162 |
17 | JTable->__construct() | JROOT\libraries\joomla\table\asset.php:60 |
16 | JTableAsset->__construct() | JROOT\libraries\joomla\table\table.php:308 |
15 | JTable::getInstance() | JROOT\libraries\joomla\access\access.php:696 |
14 | JAccess::getExtensionNameFromAsset() | JROOT\libraries\joomla\access\access.php:555 |
13 | JAccess::getAssetRules() | JROOT\libraries\joomla\user\user.php:385 |
12 | JUser->authorise() | JROOT\components\com_content\models\article.php:55 |
11 | ContentModelArticle->populateState() | JROOT\libraries\legacy\model\legacy.php:435 |
10 | JModelLegacy->getState() | JROOT\components\com_content\models\article.php:262 |
9 | ContentModelArticle->hit() | JROOT\components\com_content\controller.php:109 |
8 | ContentController->display() | JROOT\libraries\legacy\controller\legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT\components\com_content\content.php:38 |
6 | require_once JROOT\components\com_content\content.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:261 |
1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.96 ms After last query: 0.46 ms Query memory: 0.015 MB Memory before query: 10.149 MB Rows returned: 1
SELECT *
FROM ljxsq_assets
WHERE `id` = '1'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | ljxsq_assets | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.00 ms |
freeing items | 0.03 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 17 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1453 |
16 | JDatabaseDriver->loadAssoc() | JROOT\libraries\joomla\table\table.php:719 |
15 | JTable->load() | JROOT\libraries\joomla\access\access.php:697 |
14 | JAccess::getExtensionNameFromAsset() | JROOT\libraries\joomla\access\access.php:555 |
13 | JAccess::getAssetRules() | JROOT\libraries\joomla\user\user.php:385 |
12 | JUser->authorise() | JROOT\components\com_content\models\article.php:55 |
11 | ContentModelArticle->populateState() | JROOT\libraries\legacy\model\legacy.php:435 |
10 | JModelLegacy->getState() | JROOT\components\com_content\models\article.php:262 |
9 | ContentModelArticle->hit() | JROOT\components\com_content\controller.php:109 |
8 | ContentController->display() | JROOT\libraries\legacy\controller\legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT\components\com_content\content.php:38 |
6 | require_once JROOT\components\com_content\content.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:261 |
1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.59 ms After last query: 0.39 ms Query memory: 0.012 MB Memory before query: 10.159 MB Rows returned: 1
SELECT a.rules
FROM ljxsq_assets AS a
WHERE (a.id = 1 OR a.name = 'root.1')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | index_merge | PRIMARY,idx_asset_name | PRIMARY,idx_asset_name | 4,152 | NULL | 2 | 100.00 | Using union(PRIMARY,idx_asset_name); Using where |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.07 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 15 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1538 |
14 | JDatabaseDriver->loadColumn() | JROOT\libraries\joomla\access\access.php:652 |
13 | JAccess::getAssetRules() | JROOT\libraries\joomla\user\user.php:385 |
12 | JUser->authorise() | JROOT\components\com_content\models\article.php:55 |
11 | ContentModelArticle->populateState() | JROOT\libraries\legacy\model\legacy.php:435 |
10 | JModelLegacy->getState() | JROOT\components\com_content\models\article.php:262 |
9 | ContentModelArticle->hit() | JROOT\components\com_content\controller.php:109 |
8 | ContentController->display() | JROOT\libraries\legacy\controller\legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT\components\com_content\content.php:38 |
6 | require_once JROOT\components\com_content\content.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:261 |
1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.62 ms After last query: 2.55 ms Query memory: 0.014 MB Memory before query: 10.211 MB Rows returned: 36
SELECT element
FROM ljxsq_extensions
WHERE type = 'component'
AND enabled = '1'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | ljxsq_extensions | NULL | ref | extension | extension | 62 | const | 38 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.09 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 17 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1538 |
16 | JDatabaseDriver->loadColumn() | JROOT\libraries\joomla\access\access.php:413 |
15 | JAccess::preloadComponents() | JROOT\libraries\joomla\access\access.php:213 |
14 | JAccess::preload() | JROOT\libraries\joomla\access\access.php:168 |
13 | JAccess::check() | JROOT\libraries\joomla\user\user.php:394 |
12 | JUser->authorise() | JROOT\components\com_content\models\article.php:55 |
11 | ContentModelArticle->populateState() | JROOT\libraries\legacy\model\legacy.php:435 |
10 | JModelLegacy->getState() | JROOT\components\com_content\models\article.php:262 |
9 | ContentModelArticle->hit() | JROOT\components\com_content\controller.php:109 |
8 | ContentController->display() | JROOT\libraries\legacy\controller\legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT\components\com_content\content.php:38 |
6 | require_once JROOT\components\com_content\content.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:261 |
1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.95 ms After last query: 0.38 ms Query memory: 0.014 MB Memory before query: 10.229 MB Rows returned: 36
SELECT a.name, a.rules
FROM ljxsq_assets AS a
WHERE (a.name IN ('com_admin','com_ajax','com_banners','com_bfsurvey_plus','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_finder','com_formmaker','com_installer','com_jce','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_plugins','com_postinstall','com_redirect','com_rsfirewall','com_search','com_tags','com_templates','com_uniform','com_users','com_weblinks','com_wrapper') OR a.name = 'root.1')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ALL | idx_asset_name | NO INDEX KEY COULD BE USED | NULL | NULL | 251 | 14.74 | Using where |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.09 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.35 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.03 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 17 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1494 |
16 | JDatabaseDriver->loadAssocList() | JROOT\libraries\joomla\access\access.php:441 |
15 | JAccess::preloadComponents() | JROOT\libraries\joomla\access\access.php:213 |
14 | JAccess::preload() | JROOT\libraries\joomla\access\access.php:168 |
13 | JAccess::check() | JROOT\libraries\joomla\user\user.php:394 |
12 | JUser->authorise() | JROOT\components\com_content\models\article.php:55 |
11 | ContentModelArticle->populateState() | JROOT\libraries\legacy\model\legacy.php:435 |
10 | JModelLegacy->getState() | JROOT\components\com_content\models\article.php:262 |
9 | ContentModelArticle->hit() | JROOT\components\com_content\controller.php:109 |
8 | ContentController->display() | JROOT\libraries\legacy\controller\legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT\components\com_content\content.php:38 |
6 | require_once JROOT\components\com_content\content.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:261 |
1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 1.04 ms After last query: 6.92 ms Query memory: 0.015 MB Memory before query: 10.509 MB Rows returned: 30
SHOW FULL COLUMNS
FROM `ljxsq_content`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `ljxsq_content`
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.12 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Opening tables | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Sending data | 0.05 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
removing tmp table | 0.02 ms |
closing tables | 0.00 ms |
freeing items | 0.04 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
15 | JDatabaseDriver->loadObjectList() | JROOT\libraries\joomla\database\driver\mysqli.php:440 |
14 | JDatabaseDriverMysqli->getTableColumns() | JROOT\libraries\joomla\table\table.php:241 |
13 | JTable->getFields() | JROOT\libraries\joomla\table\table.php:162 |
12 | JTable->__construct() | JROOT\libraries\legacy\table\content.php:31 |
11 | JTableContent->__construct() | JROOT\libraries\joomla\table\table.php:308 |
10 | JTable::getInstance() | JROOT\components\com_content\models\article.php:264 |
9 | ContentModelArticle->hit() | JROOT\components\com_content\controller.php:109 |
8 | ContentController->display() | JROOT\libraries\legacy\controller\legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT\components\com_content\content.php:38 |
6 | require_once JROOT\components\com_content\content.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:261 |
1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 1.71 ms After last query: 15.65 ms Query memory: 0.015 MB Memory before query: 10.856 MB Rows returned: 1
SELECT *
FROM ljxsq_content
WHERE `id` = '95'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | ljxsq_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 12 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1453 |
11 | JDatabaseDriver->loadAssoc() | JROOT\libraries\joomla\table\table.php:719 |
10 | JTable->load() | JROOT\components\com_content\models\article.php:265 |
9 | ContentModelArticle->hit() | JROOT\components\com_content\controller.php:109 |
8 | ContentController->display() | JROOT\libraries\legacy\controller\legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT\components\com_content\content.php:38 |
6 | require_once JROOT\components\com_content\content.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:261 |
1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 7.14 ms After last query: 0.41 ms Query memory: 0.008 MB Memory before query: 10.865 MB
UPDATE ljxsq_content
SET `hits` = (`hits` + 1)
WHERE `id` = '95'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | UPDATE | ljxsq_content | NULL | range | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.02 ms |
System lock | 0.04 ms |
updating | 0.06 ms |
end | 0.02 ms |
query end | 5.71 ms |
closing tables | 0.03 ms |
freeing items | 0.05 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 11 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\table\table.php:1228 |
10 | JTable->hit() | JROOT\components\com_content\models\article.php:266 |
9 | ContentModelArticle->hit() | JROOT\components\com_content\controller.php:109 |
8 | ContentController->display() | JROOT\libraries\legacy\controller\legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT\components\com_content\content.php:38 |
6 | require_once JROOT\components\com_content\content.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:261 |
1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 1.39 ms After last query: 7.28 ms Query memory: 0.018 MB Memory before query: 11.066 MB Rows returned: 1
SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext,
CASE WHEN badcats.id is null THEN a.state ELSE 0 END AS state, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM ljxsq_content AS a
LEFT JOIN ljxsq_categories AS c
on c.id = a.catid
LEFT JOIN ljxsq_users AS u
on u.id = a.created_by
LEFT JOIN ljxsq_categories as parent
ON parent.id = c.parent_id
LEFT JOIN ljxsq_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM ljxsq_categories AS cat JOIN ljxsq_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published <= 0
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
WHERE a.id = 95
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-04-02 11:15:20')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-04-02 11:15:20')
AND (a.state = 1 OR a.state =2)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | a | NULL | const | PRIMARY,idx_state | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | PRIMARY | c | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | PRIMARY | u | NULL | const | PRIMARY | PRIMARY | 4 | const | 0 | 0.00 | unique row not found |
1 | PRIMARY | parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | PRIMARY | v | NULL | const | PRIMARY | PRIMARY | 4 | const | 0 | 0.00 | unique row not found |
1 | PRIMARY | <derived2> | NULL | ref | <auto_key0> | <auto_key0> | 4 | const | 1 | 100.00 | Using index |
2 | DERIVED | parent | NULL | range | cat_idx,idx_left_right | cat_idx | 153 | NULL | 3 | 100.00 | Using index condition; Using temporary; Using filesort |
2 | DERIVED | cat | NULL | index | PRIMARY,cat_idx,idx_access,idx_checkout,idx_left_right,idx_language,idx_path,idx_alias | idx_left_right | 8 | NULL | 44 | 11.11 | Using where; Using index; Using join buffer (Block Nested Loop) |
Status | Duration |
---|
starting | 0.19 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.09 ms |
System lock | 0.01 ms |
optimizing | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
Creating tmp table | 0.01 ms |
Sorting result | 0.02 ms |
statistics | 0.10 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.02 ms |
executing | 0.00 ms |
Sending data | 0.06 ms |
Creating sort index | 0.03 ms |
end | 0.00 ms |
query end | 0.01 ms |
removing tmp table | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
removing tmp table | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 14 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1650 |
13 | JDatabaseDriver->loadObject() | JROOT\components\com_content\models\article.php:159 |
12 | ContentModelArticle->getItem() | JROOT\plugins\system\jsntplframework\includes\core\j3x\jsntplviewlegacy.php:398 |
11 | JViewLegacy->get() | JROOT\components\com_content\views\article\view.html.php:42 |
10 | ContentViewArticle->display() | JROOT\libraries\legacy\controller\legacy.php:664 |
9 | JControllerLegacy->display() | JROOT\components\com_content\controller.php:113 |
8 | ContentController->display() | JROOT\libraries\legacy\controller\legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT\components\com_content\content.php:38 |
6 | require_once JROOT\components\com_content\content.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:261 |
1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 1.70 ms After last query: 14.87 ms Query memory: 0.017 MB Memory before query: 11.377 MB Rows returned: 3
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 ljxsq_categories as c
LEFT JOIN (SELECT cat.id as id
FROM ljxsq_categories AS cat JOIN ljxsq_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 ljxsq_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) 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=34
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 | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | Using temporary; Using filesort |
1 | PRIMARY | c | NULL | ALL | cat_idx,idx_access,idx_left_right | NO INDEX KEY COULD BE USED | NULL | NULL | 44 | 27.78 | Using where |
1 | PRIMARY | <derived2> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 24 | 10.00 | Using where; Not exists; Using join buffer (Block Nested Loop) |
2 | DERIVED | parent | NULL | range | cat_idx,idx_left_right | cat_idx | 153 | NULL | 4 | 100.00 | Using index condition; Using temporary; Using filesort |
2 | DERIVED | cat | NULL | index | PRIMARY,cat_idx,idx_access,idx_checkout,idx_left_right,idx_language,idx_path,idx_alias | idx_left_right | 8 | NULL | 44 | 11.11 | Using where; Using index; Using join buffer (Block Nested Loop) |
Status | Duration |
---|
starting | 0.19 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.12 ms |
System lock | 0.01 ms |
optimizing | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.07 ms |
preparing | 0.02 ms |
Creating tmp table | 0.01 ms |
Sorting result | 0.02 ms |
statistics | 0.09 ms |
preparing | 0.03 ms |
Creating tmp table | 0.04 ms |
Sorting result | 0.00 ms |
executing | 0.01 ms |
Sending data | 0.03 ms |
executing | 0.00 ms |
Sending data | 0.06 ms |
Creating sort index | 0.24 ms |
Creating sort index | 0.06 ms |
end | 0.00 ms |
query end | 0.01 ms |
removing tmp table | 0.02 ms |
query end | 0.01 ms |
removing tmp table | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
removing tmp table | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.06 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 15 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
14 | JDatabaseDriver->loadObjectList() | JROOT\libraries\legacy\categories\categories.php:309 |
13 | JCategories->_load() | JROOT\libraries\legacy\categories\categories.php:184 |
12 | JCategories->get() | JROOT\components\com_content\helpers\route.php:44 |
11 | ContentHelperRoute::getArticleRoute() | JROOT\components\com_content\views\article\view.html.php:71 |
10 | ContentViewArticle->display() | JROOT\libraries\legacy\controller\legacy.php:664 |
9 | JControllerLegacy->display() | JROOT\components\com_content\controller.php:113 |
8 | ContentController->display() | JROOT\libraries\legacy\controller\legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT\components\com_content\content.php:38 |
6 | require_once JROOT\components\com_content\content.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:261 |
1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.82 ms After last query: 2.70 ms Query memory: 0.016 MB Memory before query: 11.408 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `ljxsq_contentitem_tag_map` AS m
INNER JOIN `ljxsq_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 95
AND `t`.`published` = 1
AND t.access IN (1,1)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | mae-new.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.08 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
executing | 0.00 ms |
Sending data | 0.03 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 13 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
12 | JDatabaseDriver->loadObjectList() | JROOT\libraries\cms\helper\tags.php:435 |
11 | JHelperTags->getItemTags() | JROOT\components\com_content\views\article\view.html.php:156 |
10 | ContentViewArticle->display() | JROOT\libraries\legacy\controller\legacy.php:664 |
9 | JControllerLegacy->display() | JROOT\components\com_content\controller.php:113 |
8 | ContentController->display() | JROOT\libraries\legacy\controller\legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT\components\com_content\content.php:38 |
6 | require_once JROOT\components\com_content\content.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:261 |
1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 1.08 ms After last query: 95.94 ms Query memory: 0.013 MB Memory before query: 16.654 MB Rows returned: 3
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM ljxsq_modules AS m
LEFT JOIN ljxsq_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN ljxsq_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.published = 1
AND e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2025-04-02 11:15:20')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-04-02 11:15:20')
AND m.access IN (1,1)
AND m.client_id = 0
AND (mm.menuid = 268 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | range | PRIMARY,published,newsfeeds | published | 5 | NULL | 5 | 4.17 | Using index condition; Using where; Using filesort |
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 303 | mae-new.m.module,const | 1 | 10.00 | Using index condition; Using where |
1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | mae-new.m.id | 1 | 40.00 | Using where; Using index |
Status | Duration |
---|
starting | 0.11 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.05 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.08 ms |
preparing | 0.03 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.11 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.05 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 14 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
13 | JDatabaseDriver->loadObjectList() | JROOT\plugins\system\jsntplframework\includes\core\j3x\jsntplmodulehelper.php:422 |
12 | JModuleHelper::load() | JROOT\plugins\system\jsntplframework\includes\core\j3x\jsntplmodulehelper.php:89 |
11 | JModuleHelper::getModules() | JROOT\plugins\system\jsntplframework\libraries\joomlashine\utils.php:158 |
10 | JSNTplUtils->countModules() | JROOT\plugins\system\jsntplframework\libraries\joomlashine\template\helper.php:470 |
9 | JSNTplTemplateHelper->_prepare() | JROOT\plugins\system\jsntplframework\libraries\joomlashine\template\helper.php:118 |
8 | JSNTplTemplateHelper::prepare() | JROOT\templates\jsn_epic_free\index.php:18 |
7 | require JROOT\templates\jsn_epic_free\index.php | JROOT\libraries\joomla\document\html.php:578 |
6 | JDocumentHtml->_loadTemplate() | JROOT\libraries\joomla\document\html.php:640 |
5 | JDocumentHtml->_fetchTemplate() | JROOT\libraries\joomla\document\html.php:455 |
4 | JDocumentHtml->parse() | JROOT\libraries\cms\application\cms.php:1072 |
3 | JApplicationCms->render() | JROOT\libraries\cms\application\site.php:773 |
2 | JApplicationSite->render() | JROOT\libraries\cms\application\cms.php:267 |
1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 1.16 ms After last query: 114.19 ms Query memory: 0.012 MB Memory before query: 16.914 MB Rows returned: 0
SELECT m.id
FROM ljxsq_modules AS m
INNER JOIN ljxsq_modules_menu AS mm
ON mm.moduleid = m.id
WHERE m.client_id = 0
AND m.published = 1
AND m.module LIKE 'mod_k2_%'
AND (mm.menuid < 0
AND mm.menuid = -268)
AND m.position IN ("topbar", "logo", "top", "mainmenu", "toolbar", "promo-
left", "promo", "promo-right", "content-top", "
left", "right", "innerleft", "innerright", "breadcrumbs", "user-top", "user1", "user2", "mainbody-top", "mainbody-bottom", "user3", "user4", "user-bottom", "banner", "content-bottom", "user5", "user6", "user7", "footer", "bottom", "debug", "stick-lefttop", "stick-leftmiddle", "stick-leftbottom", "stick-righttop", "stick-rightmiddle", "stick-rightbottom")
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ref | PRIMARY,published,newsfeeds | published | 1 | const | 15 | 5.00 | Using where |
1 | SIMPLE | mm | NULL | eq_ref | PRIMARY | PRIMARY | 8 | mae-new.m.id,const | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.11 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.05 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.07 ms |
preparing | 0.02 ms |
executing | 0.00 ms |
Sending data | 0.05 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 15 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1538 |
14 | JDatabaseDriver->loadColumn() | JROOT\plugins\system\jsntplframework\libraries\joomlashine\utils.php:701 |
13 | JSNTplUtils->checkExt() | JROOT\plugins\system\jsntplframework\libraries\joomlashine\utils.php:742 |
12 | JSNTplUtils->checkK2() | JROOT\templates\jsn_epic_free\template_custom.php:23 |
11 | include_once JROOT\templates\jsn_epic_free\template_custom.php | JROOT\plugins\system\jsntplframework\libraries\joomlashine\template\helper.php:950 |
10 | JSNTplTemplateHelper->_prepareHead() | JROOT\plugins\system\jsntplframework\libraries\joomlashine\template\helper.php:707 |
9 | JSNTplTemplateHelper->_prepare() | JROOT\plugins\system\jsntplframework\libraries\joomlashine\template\helper.php:118 |
8 | JSNTplTemplateHelper::prepare() | JROOT\templates\jsn_epic_free\index.php:18 |
7 | require JROOT\templates\jsn_epic_free\index.php | JROOT\libraries\joomla\document\html.php:578 |
6 | JDocumentHtml->_loadTemplate() | JROOT\libraries\joomla\document\html.php:640 |
5 | JDocumentHtml->_fetchTemplate() | JROOT\libraries\joomla\document\html.php:455 |
4 | JDocumentHtml->parse() | JROOT\libraries\cms\application\cms.php:1072 |
3 | JApplicationCms->render() | JROOT\libraries\cms\application\site.php:773 |
2 | JApplicationSite->render() | JROOT\libraries\cms\application\cms.php:267 |
1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.74 ms After last query: 0.33 ms Query memory: 0.012 MB Memory before query: 16.927 MB Rows returned: 0
SELECT m.id
FROM ljxsq_modules AS m
INNER JOIN ljxsq_modules_menu AS mm
ON mm.moduleid = m.id
WHERE m.client_id = 0
AND m.published = 1
AND m.module LIKE 'mod_k2_%'
AND (mm.menuid = 268 OR mm.menuid = 0 OR (mm.menuid < 0
AND mm.menuid != -268))
AND m.position IN ("topbar", "logo", "top", "mainmenu", "toolbar", "promo-
left", "promo", "promo-right", "content-top", "
left", "right", "innerleft", "innerright", "breadcrumbs", "user-top", "user1", "user2", "mainbody-top", "mainbody-bottom", "user3", "user4", "user-bottom", "banner", "content-bottom", "user5", "user6", "user7", "footer", "bottom", "debug", "stick-lefttop", "stick-leftmiddle", "stick-leftbottom", "stick-righttop", "stick-rightmiddle", "stick-rightbottom")
GROUP BY m.id
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ref | PRIMARY,published,newsfeeds,idx_language | published | 1 | const | 15 | 5.00 | Using index condition; Using where; Using temporary; Using filesort |
1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | mae-new.m.id | 1 | 43.30 | Using where; Using index |
Status | Duration |
---|
starting | 0.09 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
Creating tmp table | 0.02 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.05 ms |
Creating sort index | 0.02 ms |
end | 0.00 ms |
query end | 0.01 ms |
removing tmp table | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 15 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1538 |
14 | JDatabaseDriver->loadColumn() | JROOT\plugins\system\jsntplframework\libraries\joomlashine\utils.php:722 |
13 | JSNTplUtils->checkExt() | JROOT\plugins\system\jsntplframework\libraries\joomlashine\utils.php:742 |
12 | JSNTplUtils->checkK2() | JROOT\templates\jsn_epic_free\template_custom.php:23 |
11 | include_once JROOT\templates\jsn_epic_free\template_custom.php | JROOT\plugins\system\jsntplframework\libraries\joomlashine\template\helper.php:950 |
10 | JSNTplTemplateHelper->_prepareHead() | JROOT\plugins\system\jsntplframework\libraries\joomlashine\template\helper.php:707 |
9 | JSNTplTemplateHelper->_prepare() | JROOT\plugins\system\jsntplframework\libraries\joomlashine\template\helper.php:118 |
8 | JSNTplTemplateHelper::prepare() | JROOT\templates\jsn_epic_free\index.php:18 |
7 | require JROOT\templates\jsn_epic_free\index.php | JROOT\libraries\joomla\document\html.php:578 |
6 | JDocumentHtml->_loadTemplate() | JROOT\libraries\joomla\document\html.php:640 |
5 | JDocumentHtml->_fetchTemplate() | JROOT\libraries\joomla\document\html.php:455 |
4 | JDocumentHtml->parse() | JROOT\libraries\cms\application\cms.php:1072 |
3 | JApplicationCms->render() | JROOT\libraries\cms\application\site.php:773 |
2 | JApplicationSite->render() | JROOT\libraries\cms\application\cms.php:267 |
1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.70 ms After last query: 141.55 ms Query memory: 0.012 MB Memory before query: 17.039 MB Rows returned: 2
SELECT lft, rgt
FROM ljxsq_menu
WHERE id = 269 OR id = 270
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | ljxsq_menu | NULL | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.02 ms |
executing | 0.00 ms |
Sending data | 0.04 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 14 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
13 | JDatabaseDriver->loadObjectList() | JROOT\plugins\system\jsntplframework\libraries\joomlashine\utils.php:578 |
12 | JSNTplUtils->isLastMenu() | JROOT\templates\jsn_epic_free\html\mod_menu\default.php:58 |
11 | require JROOT\templates\jsn_epic_free\html\mod_menu\default.php | JROOT\modules\mod_menu\mod_menu.php:27 |
10 | include JROOT\modules\mod_menu\mod_menu.php | JROOT\plugins\system\jsntplframework\includes\core\j3x\jsntplmodulehelper.php:195 |
9 | JModuleHelper::renderModule() | JROOT\libraries\joomla\document\renderer\html\module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT\libraries\joomla\document\renderer\html\modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT\libraries\joomla\document\html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT\libraries\joomla\document\html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT\libraries\joomla\document\html.php:477 |
4 | JDocumentHtml->render() | JROOT\libraries\cms\application\cms.php:1086 |
3 | JApplicationCms->render() | JROOT\libraries\cms\application\site.php:773 |
2 | JApplicationSite->render() | JROOT\libraries\cms\application\cms.php:267 |
1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.54 ms After last query: 1.38 ms Query memory: 0.012 MB Memory before query: 17.050 MB Rows returned: 2
SELECT lft, rgt
FROM ljxsq_menu
WHERE id = 269 OR id = 271
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | ljxsq_menu | NULL | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.03 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 14 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
13 | JDatabaseDriver->loadObjectList() | JROOT\plugins\system\jsntplframework\libraries\joomlashine\utils.php:578 |
12 | JSNTplUtils->isLastMenu() | JROOT\templates\jsn_epic_free\html\mod_menu\default.php:58 |
11 | require JROOT\templates\jsn_epic_free\html\mod_menu\default.php | JROOT\modules\mod_menu\mod_menu.php:27 |
10 | include JROOT\modules\mod_menu\mod_menu.php | JROOT\plugins\system\jsntplframework\includes\core\j3x\jsntplmodulehelper.php:195 |
9 | JModuleHelper::renderModule() | JROOT\libraries\joomla\document\renderer\html\module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT\libraries\joomla\document\renderer\html\modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT\libraries\joomla\document\html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT\libraries\joomla\document\html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT\libraries\joomla\document\html.php:477 |
4 | JDocumentHtml->render() | JROOT\libraries\cms\application\cms.php:1086 |
3 | JApplicationCms->render() | JROOT\libraries\cms\application\site.php:773 |
2 | JApplicationSite->render() | JROOT\libraries\cms\application\cms.php:267 |
1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.62 ms After last query: 5.51 ms Query memory: 0.012 MB Memory before query: 17.060 MB Rows returned: 2
SELECT lft, rgt
FROM ljxsq_menu
WHERE id = 274 OR id = 276
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | ljxsq_menu | NULL | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.09 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.03 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 14 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
13 | JDatabaseDriver->loadObjectList() | JROOT\plugins\system\jsntplframework\libraries\joomlashine\utils.php:578 |
12 | JSNTplUtils->isLastMenu() | JROOT\templates\jsn_epic_free\html\mod_menu\default.php:58 |
11 | require JROOT\templates\jsn_epic_free\html\mod_menu\default.php | JROOT\modules\mod_menu\mod_menu.php:27 |
10 | include JROOT\modules\mod_menu\mod_menu.php | JROOT\plugins\system\jsntplframework\includes\core\j3x\jsntplmodulehelper.php:195 |
9 | JModuleHelper::renderModule() | JROOT\libraries\joomla\document\renderer\html\module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT\libraries\joomla\document\renderer\html\modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT\libraries\joomla\document\html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT\libraries\joomla\document\html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT\libraries\joomla\document\html.php:477 |
4 | JDocumentHtml->render() | JROOT\libraries\cms\application\cms.php:1086 |
3 | JApplicationCms->render() | JROOT\libraries\cms\application\site.php:773 |
2 | JApplicationSite->render() | JROOT\libraries\cms\application\cms.php:267 |
1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.67 ms After last query: 3.29 ms Query memory: 0.012 MB Memory before query: 17.071 MB Rows returned: 2
SELECT lft, rgt
FROM ljxsq_menu
WHERE id = 279 OR id = 280
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | ljxsq_menu | NULL | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.03 ms |
Opening tables | 0.02 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.03 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 14 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
13 | JDatabaseDriver->loadObjectList() | JROOT\plugins\system\jsntplframework\libraries\joomlashine\utils.php:578 |
12 | JSNTplUtils->isLastMenu() | JROOT\templates\jsn_epic_free\html\mod_menu\default.php:58 |
11 | require JROOT\templates\jsn_epic_free\html\mod_menu\default.php | JROOT\modules\mod_menu\mod_menu.php:27 |
10 | include JROOT\modules\mod_menu\mod_menu.php | JROOT\plugins\system\jsntplframework\includes\core\j3x\jsntplmodulehelper.php:195 |
9 | JModuleHelper::renderModule() | JROOT\libraries\joomla\document\renderer\html\module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT\libraries\joomla\document\renderer\html\modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT\libraries\joomla\document\html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT\libraries\joomla\document\html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT\libraries\joomla\document\html.php:477 |
4 | JDocumentHtml->render() | JROOT\libraries\cms\application\cms.php:1086 |
3 | JApplicationCms->render() | JROOT\libraries\cms\application\site.php:773 |
2 | JApplicationSite->render() | JROOT\libraries\cms\application\cms.php:267 |
1 | JApplicationCms->execute() | JROOT\index.php:49 |
Query Time: 0.54 ms After last query: 1.37 ms Query memory: 0.012 MB Memory before query: 17.081 MB Rows returned: 2
SELECT lft, rgt
FROM ljxsq_menu
WHERE id = 279 OR id = 281
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | ljxsq_menu | NULL | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.03 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.00 ms |
# | Caller | File and line number | 14 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
13 | JDatabaseDriver->loadObjectList() | JROOT\plugins\system\jsntplframework\libraries\joomlashine\utils.php:578 |
12 | JSNTplUtils->isLastMenu() | JROOT\templates\jsn_epic_free\html\mod_menu\default.php:58 |
11 | require JROOT\templates\jsn_epic_free\html\mod_menu\default.php | JROOT\modules\mod_menu\mod_menu.php:27 |
10 | include JROOT\modules\mod_menu\mod_menu.php | JROOT\plugins\system\jsntplframework\includes\core\j3x\jsntplmodulehelper.php:195 |
9 | JModuleHelper::renderModule() | JROOT\libraries\joomla\document\renderer\html\module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT\libraries\joomla\document\renderer\html\modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT\libraries\joomla\document\html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT\libraries\joomla\document\html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT\libraries\joomla\document\html.php:477 |
4 | JDocumentHtml->render() | JROOT\libraries\cms\application\cms.php:1086 |
3 | JApplicationCms->render() | JROOT\libraries\cms\application\site.php:773 |
2 | JApplicationSite->render() | JROOT\libraries\cms\application\cms.php:267 |
1 | JApplicationCms->execute() | JROOT\index.php:49 |
5 × SELECT lft, rgt
FROM ljxsq_menu
2 × SELECT m.id
FROM ljxsq_modules AS m
INNER JOIN ljxsq_modules_menu AS mm
ON mm.moduleid = m.id
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `ljxsq_extensions`
2 × SELECT `ip`,`reason`
FROM ljxsq_rsfirewall_lists
1 × SELECT a.rules
FROM ljxsq_assets AS a
1 × SELECT element
FROM ljxsq_extensions
1 × SELECT *
FROM ljxsq_languages
1 × SELECT a.name, a.rules
FROM ljxsq_assets AS a
1 × SELECT *
FROM ljxsq_assets
1 × SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext,
CASE WHEN badcats.id is null THEN a.state ELSE 0 END AS state, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM ljxsq_content AS a
LEFT JOIN ljxsq_categories AS c
on c.id = a.catid
LEFT JOIN ljxsq_users AS u
on u.id = a.created_by
LEFT JOIN ljxsq_categories as parent
ON parent.id = c.parent_id
LEFT JOIN ljxsq_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM ljxsq_categories AS cat JOIN ljxsq_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM ljxsq_modules AS m
LEFT JOIN ljxsq_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN ljxsq_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT `m`.`tag_id`,`t`.*
FROM `ljxsq_contentitem_tag_map` AS m
INNER JOIN `ljxsq_tags` AS t
ON `m`.`tag_id` = `t`.`id`
1 × 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 ljxsq_categories as c
LEFT JOIN (SELECT cat.id as id
FROM ljxsq_categories AS cat JOIN ljxsq_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
1 × SELECT manifest_cache
FROM ljxsq_extensions
1 × SELECT *
FROM ljxsq_content
1 × SELECT *
FROM ljxsq_rsfirewall_exceptions
1 × SELECT folder AS type, element AS name, params
FROM ljxsq_extensions
1 × SELECT `path`
FROM ljxsq_rsfirewall_ignored
1 × SELECT id, rules
FROM `ljxsq_viewlevels
1 × SELECT b.id
FROM ljxsq_usergroups AS a
LEFT JOIN ljxsq_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT `session_id`
FROM `ljxsq_session`
1 × SELECT `file`
FROM ljxsq_rsfirewall_hashes
1 × SELECT *
FROM ljxsq_rsfirewall_configuratio
1 × SELECT `data`
FROM `ljxsq_session`
1 × SELECT *
FROM ljxsq_rsfirewall_snapshots
1 × SELECT *
FROM ljxsq_rsfirewall_hashes
1 × SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM ljxsq_menu AS m
LEFT JOIN ljxsq_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT id, home, template, s.params
FROM ljxsq_template_styles as s
LEFT JOIN ljxsq_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id