Query Time: 1.91 ms Query memory: 0.012 MB Memory before query: 1.860 MB Rows returned: 0
SELECT `data`
FROM `viqxt_session`
WHERE `session_id` = 'f6k2v68gre6ior200pgunqdtp2'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | viqxt_session | NULL | const | PRIMARY | PRIMARY | 766 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.11 ms |
checking permissions | 0.01 ms |
Opening tables | 0.08 ms |
init | 0.05 ms |
System lock | 0.03 ms |
optimizing | 0.01 ms |
statistics | 1.24 ms |
executing | 0.04 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.06 ms |
cleaning up | 0.02 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: 19.18 ms After last query: 6.90 ms Query memory: 0.005 MB Memory before query: 1.988 MB
DELETE
FROM `viqxt_session`
WHERE `time` < '1618585043'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | DELETE | viqxt_session | NULL | range | time | time | 59 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.20 ms |
checking permissions | 0.02 ms |
Opening tables | 0.05 ms |
init | 0.04 ms |
System lock | 0.73 ms |
updating | 1.25 ms |
end | 0.03 ms |
query end | 16.30 ms |
closing tables | 0.10 ms |
freeing items | 0.14 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number | 6 | JDatabaseDriverMysqli->execute() | JROOT\libraries\cms\application\cms.php:790 |
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.90 ms After last query: 0.64 ms Query memory: 0.007 MB Memory before query: 1.995 MB Rows returned: 0
SELECT `session_id`
FROM `viqxt_session`
WHERE `session_id` = 'f6k2v68gre6ior200pgunqdtp2'
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | viqxt_session | NULL | const | PRIMARY | PRIMARY | 766 | const | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.14 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.06 ms |
System lock | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.11 ms |
executing | 0.02 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.10 ms |
cleaning up | 0.03 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.67 ms After last query: 0.48 ms Query memory: 0.005 MB Memory before query: 2.005 MB
INSERT INTO `viqxt_session`
(`session_id`,`client_id`,`guest`,`time`,`userid`,`username`)
VALUES
('f6k2v68gre6ior200pgunqdtp2', 0, 1, '1618585943', 0, '')
EXPLAIN not possible on query: INSERT INTO `viqxt_session`
(`session_id`,`client_id`,`guest`,`time`,`userid`,`username`) VALUES
('f6k2v68gre6ior200pgunqdtp2', 0, 1, '1618585943', 0, '')
Status | Duration |
---|
starting | 0.12 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.03 ms |
System lock | 0.01 ms |
update | 0.58 ms |
end | 0.03 ms |
query end | 5.37 ms |
closing tables | 0.06 ms |
freeing items | 0.13 ms |
cleaning up | 0.03 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: 4.41 ms After last query: 7.45 ms Query memory: 0.012 MB Memory before query: 2.165 MB Rows returned: 35
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `viqxt_extensions`
WHERE `type` = 'component'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | viqxt_extensions | NULL | ref | extension | extension | 82 | const | 35 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.16 ms |
checking permissions | 0.11 ms |
Opening tables | 0.07 ms |
init | 0.06 ms |
System lock | 0.02 ms |
optimizing | 0.01 ms |
statistics | 1.07 ms |
preparing | 0.03 ms |
executing | 0.00 ms |
Sending data | 2.10 ms |
end | 0.02 ms |
query end | 0.01 ms |
closing tables | 0.03 ms |
freeing items | 0.28 ms |
cleaning up | 0.05 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: 3.05 ms After last query: 4.09 ms Query memory: 0.010 MB Memory before query: 2.286 MB Rows returned: 2
SELECT b.id
FROM viqxt_usergroups AS a
LEFT JOIN viqxt_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | b | NULL | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 2 | 100.00 | Using where; Using index |
Status | Duration |
---|
starting | 0.15 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.09 ms |
init | 0.20 ms |
System lock | 0.03 ms |
optimizing | 0.02 ms |
statistics | 1.98 ms |
preparing | 0.08 ms |
executing | 0.00 ms |
Sending data | 0.07 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.09 ms |
cleaning up | 0.06 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: 2.07 ms After last query: 2.05 ms Query memory: 0.009 MB Memory before query: 2.333 MB Rows returned: 5
SELECT id, rules
FROM `viqxt_viewlevels`
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | viqxt_viewlevels | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.09 ms |
checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
init | 0.17 ms |
System lock | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.02 ms |
executing | 0.00 ms |
Sending data | 1.27 ms |
end | 0.02 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.08 ms |
cleaning up | 0.02 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: 2.19 ms After last query: 0.44 ms Query memory: 0.009 MB Memory before query: 2.345 MB Rows returned: 52
SELECT folder AS type, element AS name, params
FROM viqxt_extensions
WHERE enabled = 1
AND type ='plugin'
AND state IN (0,1)
AND access IN (1,1,5)
ORDER BY ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | viqxt_extensions | NULL | ref | extension | extension | 82 | const | 68 | 0.60 | Using index condition; Using where; Using filesort |
Status | Duration |
---|
starting | 0.13 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.07 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.10 ms |
preparing | 0.03 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 1.34 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.10 ms |
cleaning up | 0.03 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: 1.58 ms After last query: 36.93 ms Query memory: 0.010 MB Memory before query: 2.811 MB Rows returned: 0
SELECT `path`
FROM viqxt_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 | viqxt_rsfirewall_ignored | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.13 ms |
checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
init | 0.05 ms |
System lock | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.88 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.06 ms |
cleaning up | 0.02 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:52 |
10 | RSFirewallConfig->load() | JROOT\administrator\components\com_rsfirewall\helpers\config.php:18 |
9 | RSFirewallConfig->__construct() | JROOT\administrator\components\com_rsfirewall\helpers\config.php:160 |
8 | RSFirewallConfig::getInstance() | JROOT\plugins\system\rsfirewall\rsfirewall.php:25 |
7 | plgSystemRSFirewall->__construct() | JROOT\libraries\cms\plugin\helper.php:255 |
6 | JPluginHelper::import() | JROOT\libraries\cms\plugin\helper.php:170 |
5 | JPluginHelper::importPlugin() | JROOT\libraries\cms\application\cms.php: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: 1.59 ms After last query: 0.56 ms Query memory: 0.010 MB Memory before query: 2.821 MB Rows returned: 0
SELECT `file`
FROM viqxt_rsfirewall_hashes
WHERE `type`='protect'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | viqxt_rsfirewall_hashes | 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.05 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 1.07 ms |
end | 0.02 ms |
query end | 0.02 ms |
closing tables | 0.03 ms |
freeing items | 0.08 ms |
cleaning up | 0.02 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:59 |
10 | RSFirewallConfig->load() | JROOT\administrator\components\com_rsfirewall\helpers\config.php:18 |
9 | RSFirewallConfig->__construct() | JROOT\administrator\components\com_rsfirewall\helpers\config.php:160 |
8 | RSFirewallConfig::getInstance() | JROOT\plugins\system\rsfirewall\rsfirewall.php:25 |
7 | plgSystemRSFirewall->__construct() | JROOT\libraries\cms\plugin\helper.php:255 |
6 | JPluginHelper::import() | JROOT\libraries\cms\plugin\helper.php:170 |
5 | JPluginHelper::importPlugin() | JROOT\libraries\cms\application\cms.php: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: 1.77 ms After last query: 0.39 ms Query memory: 0.012 MB Memory before query: 2.830 MB Rows returned: 48
SELECT *
FROM viqxt_rsfirewall_configuration
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | viqxt_rsfirewall_configuration | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 48 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.08 ms |
checking permissions | 0.01 ms |
Opening tables | 0.07 ms |
init | 0.07 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 1.10 ms |
end | 0.02 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.09 ms |
cleaning up | 0.04 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:67 |
10 | RSFirewallConfig->load() | JROOT\administrator\components\com_rsfirewall\helpers\config.php:18 |
9 | RSFirewallConfig->__construct() | JROOT\administrator\components\com_rsfirewall\helpers\config.php:160 |
8 | RSFirewallConfig::getInstance() | JROOT\plugins\system\rsfirewall\rsfirewall.php:25 |
7 | plgSystemRSFirewall->__construct() | JROOT\libraries\cms\plugin\helper.php:255 |
6 | JPluginHelper::import() | JROOT\libraries\cms\plugin\helper.php:170 |
5 | JPluginHelper::importPlugin() | JROOT\libraries\cms\application\cms.php: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: 1.61 ms After last query: 33.72 ms Query memory: 0.015 MB Memory before query: 3.181 MB Rows returned: 10
SHOW FULL COLUMNS
FROM `viqxt_rsfirewall_logs`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `viqxt_rsfirewall_logs`
Status | Duration |
---|
starting | 0.12 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.52 ms |
init | 0.02 ms |
System lock | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.03 ms |
Opening tables | 0.08 ms |
checking permissions | 0.12 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 |
checking permissions | 0.02 ms |
Sending data | 0.07 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.00 ms |
removing tmp table | 0.06 ms |
closing tables | 0.01 ms |
freeing items | 0.10 ms |
cleaning up | 0.02 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:35 |
11 | RSFirewallTableLogs->__construct() | JROOT\libraries\joomla\table\table.php:308 |
10 | JTable::getInstance() | JROOT\administrator\components\com_rsfirewall\helpers\log.php:22 |
9 | RSFirewallLogger->__construct() | JROOT\administrator\components\com_rsfirewall\helpers\log.php:56 |
8 | RSFirewallLogger::getInstance() | JROOT\plugins\system\rsfirewall\rsfirewall.php:46 |
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: 2.06 ms After last query: 22.57 ms Query memory: 0.008 MB Memory before query: 3.367 MB Rows returned: 1
SELECT `enabled`
FROM `viqxt_extensions`
WHERE `element` = 'com_akeeba'
AND `type` = 'component'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | viqxt_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.11 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 1.27 ms |
preparing | 0.03 ms |
executing | 0.00 ms |
Sending data | 0.09 ms |
end | 0.01 ms |
query end | 0.02 ms |
closing tables | 0.01 ms |
freeing items | 0.07 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number | 9 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1728 |
8 | JDatabaseDriver->loadResult() | JROOT\plugins\system\backuponupdate\backuponupdate.php:79 |
7 | require_once JROOT\plugins\system\backuponupdate\backuponupdate.php | JROOT\libraries\cms\plugin\helper.php:230 |
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: 1.16 ms After last query: 85.68 ms Query memory: 0.012 MB Memory before query: 4.573 MB Rows returned: 1
SELECT `params`
FROM `viqxt_extensions`
WHERE `type` = 'plugin'
AND `element` = 'autoupdater'
AND `folder` = 'system'
AND `client_id` = '0'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | viqxt_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | const,const | 1 | 5.00 | Using where |
Status | Duration |
---|
starting | 0.16 ms |
checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.19 ms |
preparing | 0.02 ms |
executing | 0.00 ms |
Sending data | 0.08 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.09 ms |
cleaning up | 0.03 ms |
# | Caller | File and line number | 15 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1728 |
14 | JDatabaseDriver->loadResult() | JROOT\plugins\system\autoupdater\Cms\Joomla\Config.php:279 |
13 | AutoUpdater_Cms_Joomla_Config->loadOptions() | JROOT\plugins\system\autoupdater\Cms\Joomla\Config.php:123 |
12 | AutoUpdater_Cms_Joomla_Config->getOption() | JROOT\plugins\system\autoupdater\lib\src\Config.php:40 |
11 | AutoUpdater_Config::get() | JROOT\plugins\system\autoupdater\lib\src\Installer.php:87 |
10 | AutoUpdater_Installer->selfUpdate() | JROOT\plugins\system\autoupdater\autoupdater.php:62 |
9 | PlgSystemAutoupdater->onAfterInitialise() | 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:670 |
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: 4.65 ms After last query: 11.65 ms Query memory: 0.017 MB Memory before query: 4.831 MB Rows returned: 13
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 viqxt_menu AS m
LEFT JOIN viqxt_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 | range | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 5 | NULL | 47 | 10.00 | Using index condition; Using where; Using filesort |
1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | cticonsulting_net.m.component_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.20 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
init | 0.10 ms |
System lock | 0.02 ms |
optimizing | 0.02 ms |
statistics | 1.20 ms |
preparing | 0.05 ms |
Sorting result | 0.03 ms |
executing | 0.00 ms |
Sending data | 0.03 ms |
Creating sort index | 2.21 ms |
end | 0.02 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.15 ms |
cleaning up | 0.03 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: 1.19 ms After last query: 24.85 ms Query memory: 0.011 MB Memory before query: 5.156 MB Rows returned: 9
SELECT `id`
FROM `viqxt_usergroups`
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | viqxt_usergroups | NULL | index | NULL | idx_usergroup_adjacency_lookup | 4 | NULL | 9 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.11 ms |
checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Sending data | 0.60 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.06 ms |
cleaning up | 0.03 ms |
# | Caller | File and line number | 13 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1538 |
12 | JDatabaseDriver->loadColumn() | JROOT\administrator\components\com_rsfirewall\helpers\users.php:24 |
11 | RSFirewallUsersHelper::getAdminGroups() | JROOT\administrator\components\com_rsfirewall\helpers\users.php:42 |
10 | RSFirewallUsersHelper::getAdminUsers() | JROOT\plugins\system\rsfirewall\rsfirewall.php:800 |
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.77 ms After last query: 4.80 ms Query memory: 0.017 MB Memory before query: 5.349 MB Rows returned: 8
SHOW FULL COLUMNS
FROM `viqxt_assets`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `viqxt_assets`
Status | Duration |
---|
starting | 0.10 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.52 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.14 ms |
statistics | 0.02 ms |
preparing | 0.02 ms |
executing | 0.02 ms |
Opening tables | 0.12 ms |
checking permissions | 0.09 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
Sending data | 0.07 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.00 ms |
removing tmp table | 0.08 ms |
closing tables | 0.00 ms |
freeing items | 0.10 ms |
cleaning up | 0.06 ms |
# | Caller | File and line number | 20 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
19 | JDatabaseDriver->loadObjectList() | JROOT\libraries\joomla\database\driver\mysqli.php:440 |
18 | JDatabaseDriverMysqli->getTableColumns() | JROOT\libraries\joomla\table\table.php:241 |
17 | JTable->getFields() | JROOT\libraries\joomla\table\table.php:162 |
16 | JTable->__construct() | JROOT\libraries\joomla\table\asset.php:60 |
15 | JTableAsset->__construct() | JROOT\libraries\joomla\table\table.php:308 |
14 | JTable::getInstance() | JROOT\libraries\joomla\access\access.php:696 |
13 | JAccess::getExtensionNameFromAsset() | JROOT\libraries\joomla\access\access.php:555 |
12 | JAccess::getAssetRules() | JROOT\administrator\components\com_rsfirewall\helpers\users.php:25 |
11 | RSFirewallUsersHelper::getAdminGroups() | JROOT\administrator\components\com_rsfirewall\helpers\users.php:42 |
10 | RSFirewallUsersHelper::getAdminUsers() | JROOT\plugins\system\rsfirewall\rsfirewall.php:800 |
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.23 ms After last query: 0.55 ms Query memory: 0.014 MB Memory before query: 5.378 MB Rows returned: 1
SELECT *
FROM viqxt_assets
WHERE `id` = '1'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | viqxt_assets | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.12 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.05 ms |
System lock | 0.02 ms |
optimizing | 0.01 ms |
statistics | 1.60 ms |
preparing | 0.04 ms |
executing | 0.01 ms |
Sending data | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.08 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1453 |
15 | JDatabaseDriver->loadAssoc() | JROOT\libraries\joomla\table\table.php:719 |
14 | JTable->load() | JROOT\libraries\joomla\access\access.php:697 |
13 | JAccess::getExtensionNameFromAsset() | JROOT\libraries\joomla\access\access.php:555 |
12 | JAccess::getAssetRules() | JROOT\administrator\components\com_rsfirewall\helpers\users.php:25 |
11 | RSFirewallUsersHelper::getAdminGroups() | JROOT\administrator\components\com_rsfirewall\helpers\users.php:42 |
10 | RSFirewallUsersHelper::getAdminUsers() | JROOT\plugins\system\rsfirewall\rsfirewall.php:800 |
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: 4.40 ms After last query: 0.43 ms Query memory: 0.011 MB Memory before query: 5.388 MB Rows returned: 1
SELECT a.rules
FROM viqxt_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,202 | NULL | 2 | 100.00 | Using union(PRIMARY,idx_asset_name); Using where |
Status | Duration |
---|
starting | 0.10 ms |
checking permissions | 0.02 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.12 ms |
preparing | 0.02 ms |
executing | 0.00 ms |
Sending data | 3.73 ms |
end | 0.02 ms |
query end | 0.03 ms |
closing tables | 0.01 ms |
freeing items | 0.08 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number | 14 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1538 |
13 | JDatabaseDriver->loadColumn() | JROOT\libraries\joomla\access\access.php:652 |
12 | JAccess::getAssetRules() | JROOT\administrator\components\com_rsfirewall\helpers\users.php:25 |
11 | RSFirewallUsersHelper::getAdminGroups() | JROOT\administrator\components\com_rsfirewall\helpers\users.php:42 |
10 | RSFirewallUsersHelper::getAdminUsers() | JROOT\plugins\system\rsfirewall\rsfirewall.php:800 |
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.72 ms After last query: 2.31 ms Query memory: 0.011 MB Memory before query: 5.419 MB Rows returned: 0
SELECT DISTINCT(user_id)
FROM viqxt_usergroups as ug1
INNER JOIN viqxt_usergroups AS ug2
ON ug2.lft>=ug1.lft
AND ug1.rgt>=ug2.rgt
INNER JOIN viqxt_user_usergroup_map AS m
ON ug2.id=m.group_id
WHERE ug1.id='6'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | ug1 | NULL | const | PRIMARY,idx_usergroup_nested_set_lookup | PRIMARY | 4 | const | 1 | 100.00 | Using temporary |
1 | SIMPLE | m | NULL | index | PRIMARY | PRIMARY | 8 | NULL | 2 | 100.00 | Using index |
1 | SIMPLE | ug2 | NULL | eq_ref | PRIMARY,idx_usergroup_nested_set_lookup | PRIMARY | 4 | cticonsulting_net.m.group_id | 1 | 25.92 | Using where; Distinct |
Status | Duration |
---|
starting | 0.15 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.06 ms |
init | 0.06 ms |
System lock | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.14 ms |
preparing | 0.03 ms |
Creating tmp table | 0.05 ms |
executing | 0.01 ms |
Sending data | 0.87 ms |
end | 0.01 ms |
query end | 0.01 ms |
removing tmp table | 0.01 ms |
query end | 0.00 ms |
closing tables | 0.02 ms |
freeing items | 0.05 ms |
cleaning up | 0.04 ms |
# | Caller | File and line number | 13 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1538 |
12 | JDatabaseDriver->loadColumn() | JROOT\libraries\joomla\access\access.php:884 |
11 | JAccess::getUsersByGroup() | JROOT\administrator\components\com_rsfirewall\helpers\users.php:45 |
10 | RSFirewallUsersHelper::getAdminUsers() | JROOT\plugins\system\rsfirewall\rsfirewall.php:800 |
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.83 ms After last query: 0.24 ms Query memory: 0.011 MB Memory before query: 5.429 MB Rows returned: 2
SELECT DISTINCT(user_id)
FROM viqxt_usergroups as ug1
INNER JOIN viqxt_usergroups AS ug2
ON ug2.lft>=ug1.lft
AND ug1.rgt>=ug2.rgt
INNER JOIN viqxt_user_usergroup_map AS m
ON ug2.id=m.group_id
WHERE ug1.id='8'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | ug1 | NULL | const | PRIMARY,idx_usergroup_nested_set_lookup | PRIMARY | 4 | const | 1 | 100.00 | Using temporary |
1 | SIMPLE | ug2 | NULL | range | PRIMARY,idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 1 | 33.33 | Using where; Using index |
1 | SIMPLE | m | NULL | index | PRIMARY | PRIMARY | 8 | NULL | 2 | 50.00 | Using where; Using index; Using join buffer (Block Nested Loop) |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.02 ms |
System lock | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.20 ms |
preparing | 0.12 ms |
Creating tmp table | 0.04 ms |
executing | 0.00 ms |
Sending data | 0.12 ms |
end | 0.01 ms |
query end | 0.01 ms |
removing tmp table | 0.03 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.05 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 13 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1538 |
12 | JDatabaseDriver->loadColumn() | JROOT\libraries\joomla\access\access.php:884 |
11 | JAccess::getUsersByGroup() | JROOT\administrator\components\com_rsfirewall\helpers\users.php:45 |
10 | RSFirewallUsersHelper::getAdminUsers() | JROOT\plugins\system\rsfirewall\rsfirewall.php:800 |
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.70 ms After last query: 0.28 ms Query memory: 0.012 MB Memory before query: 5.439 MB Rows returned: 2
SELECT u.*
FROM viqxt_users u
WHERE u.id IN (527,528)
ORDER BY u.username ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | u | NULL | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 100.00 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.06 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.02 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
Creating sort index | 1.17 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.03 ms |
freeing items | 0.06 ms |
cleaning up | 0.01 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\users.php:57 |
10 | RSFirewallUsersHelper::getAdminUsers() | JROOT\plugins\system\rsfirewall\rsfirewall.php:800 |
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.47 ms After last query: 0.41 ms Query memory: 0.010 MB Memory before query: 5.452 MB Rows returned: 0
SELECT *
FROM viqxt_rsfirewall_hashes
WHERE (`type`='3.6.4' OR `type`='protect')
AND `flag`!='C'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | viqxt_rsfirewall_hashes | 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.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.02 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.00 ms |
freeing items | 0.04 ms |
cleaning up | 0.01 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:856 |
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.79 ms After last query: 2.45 ms Query memory: 0.011 MB Memory before query: 5.482 MB Rows returned: 2
SELECT *
FROM viqxt_rsfirewall_snapshots
WHERE `type`='protect'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | viqxt_rsfirewall_snapshots | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where |
Status | Duration |
---|
starting | 0.08 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Sending data | 1.24 ms |
end | 0.03 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.08 ms |
cleaning up | 0.02 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:46 |
10 | RSFirewallSnapshot::get() | JROOT\plugins\system\rsfirewall\rsfirewall.php:879 |
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: 3.70 ms After last query: 0.52 ms Query memory: 0.012 MB Memory before query: 5.494 MB Rows returned: 1
SELECT *
FROM `viqxt_users`
WHERE `id` = '528'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | viqxt_users | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.11 ms |
checking permissions | 0.03 ms |
Opening tables | 0.04 ms |
init | 0.05 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.11 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.08 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number | 11 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1650 |
10 | JDatabaseDriver->loadObject() | JROOT\plugins\system\rsfirewall\rsfirewall.php:894 |
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.54 ms After last query: 0.54 ms Query memory: 0.012 MB Memory before query: 5.504 MB Rows returned: 1
SELECT *
FROM `viqxt_users`
WHERE `id` = '527'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | viqxt_users | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
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.07 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.06 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number | 11 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1650 |
10 | JDatabaseDriver->loadObject() | JROOT\plugins\system\rsfirewall\rsfirewall.php:894 |
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.94 ms After last query: 0.43 ms Query memory: 0.011 MB Memory before query: 5.515 MB Rows returned: 0
SELECT `ip`,`reason`
FROM viqxt_rsfirewall_lists
WHERE (`ip`='3.238.250.105' 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 | viqxt_rsfirewall_lists | NULL | ref | published,type | type | 1 | const | 3 | 36.79 | Using where |
Status | Duration |
---|
starting | 0.09 ms |
checking permissions | 0.03 ms |
Opening tables | 0.04 ms |
init | 0.06 ms |
System lock | 0.03 ms |
optimizing | 0.02 ms |
statistics | 1.54 ms |
preparing | 0.05 ms |
executing | 0.00 ms |
Sending data | 0.59 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.24 ms |
cleaning up | 0.03 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:164 |
11 | plgSystemRSFirewall->isListed() | JROOT\plugins\system\rsfirewall\rsfirewall.php:143 |
10 | plgSystemRSFirewall->isWhitelisted() | JROOT\plugins\system\rsfirewall\rsfirewall.php:907 |
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.07 ms After last query: 0.46 ms Query memory: 0.011 MB Memory before query: 5.525 MB Rows returned: 0
SELECT `ip`,`reason`
FROM viqxt_rsfirewall_lists
WHERE (`ip`='3.238.250.105' 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 | viqxt_rsfirewall_lists | NULL | ALL | published,type | NO INDEX KEY COULD BE USED | NULL | NULL | 41 | 34.99 | Using where |
Status | Duration |
---|
starting | 0.20 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.08 ms |
preparing | 0.02 ms |
executing | 0.12 ms |
Sending data | 0.13 ms |
end | 0.01 ms |
query end | 0.14 ms |
closing tables | 0.02 ms |
freeing items | 0.07 ms |
cleaning up | 0.02 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:164 |
11 | plgSystemRSFirewall->isListed() | JROOT\plugins\system\rsfirewall\rsfirewall.php:133 |
10 | plgSystemRSFirewall->isBlacklisted() | JROOT\plugins\system\rsfirewall\rsfirewall.php:911 |
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.94 ms After last query: 6.66 ms Query memory: 0.012 MB Memory before query: 5.576 MB Rows returned: 0
SELECT *
FROM viqxt_rsfirewall_exceptions
WHERE `published`='1'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | viqxt_rsfirewall_exceptions | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.16 ms |
checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
init | 0.07 ms |
System lock | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.02 ms |
executing | 0.00 ms |
Sending data | 1.12 ms |
end | 0.02 ms |
query end | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 0.09 ms |
cleaning up | 0.02 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:549 |
10 | plgSystemRSFirewall->isException() | JROOT\plugins\system\rsfirewall\rsfirewall.php:946 |
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.23 ms After last query: 1.54 ms Query memory: 0.011 MB Memory before query: 5.579 MB Rows returned: 3
SELECT id, home, template, s.params
FROM viqxt_template_styles as s
LEFT JOIN viqxt_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 | 403 | cticonsulting_net.s.template,const | 1 | 4.58 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.15 ms |
checking permissions | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.06 ms |
init | 0.08 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.13 ms |
preparing | 0.04 ms |
executing | 0.01 ms |
Sending data | 1.23 ms |
end | 0.02 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.09 ms |
cleaning up | 0.03 ms |
# | Caller | File and line number | 13 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
12 | JDatabaseDriver->loadObjectList() | JROOT\libraries\cms\application\site.php:484 |
11 | JApplicationSite->getTemplate() | JROOT\plugins\system\gantry5\gantry5.php:128 |
10 | plgSystemGantry5->onAfterRouteSite() | JROOT\plugins\system\gantry5\gantry5.php:60 |
9 | plgSystemGantry5->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.00 ms After last query: 75.98 ms Query memory: 0.019 MB Memory before query: 6.447 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `viqxt_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | viqxt_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.13 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.12 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.07 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.06 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number | 24 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1650 |
23 | JDatabaseDriver->loadObject() | Same as call in the line below. |
22 | call_user_func_array() | JROOT\libraries\joomla\cache\controller\callback.php:152 |
21 | JCacheControllerCallback->get() | JROOT\libraries\cms\library\helper.php:156 |
20 | JLibraryHelper::_load() | JROOT\libraries\cms\library\helper.php:47 |
19 | JLibraryHelper::getLibrary() | JROOT\libraries\cms\library\helper.php:90 |
18 | JLibraryHelper::getParams() | JROOT\libraries\cms\version\version.php:274 |
17 | JVersion->getMediaVersion() | JROOT\libraries\joomla\factory.php:755 |
16 | JFactory::createDocument() | JROOT\libraries\joomla\factory.php:216 |
15 | JFactory::getDocument() | JROOT\libraries\gantry5\classes\Gantry\Framework\Theme.php:116 |
14 | Gantry\Framework\Theme->init() | JROOT\libraries\gantry5\classes\Gantry\Component\Theme\AbstractTheme.php:67 |
13 | Gantry\Component\Theme\AbstractTheme->__construct() | JROOT\templates\it_mighty\includes\theme.php:28 |
12 | plgSystemGantry5->{closure}() | JROOT\libraries\gantry5\vendor\pimple\pimple\src\Pimple\Container.php:113 |
11 | Pimple\Container->offsetGet() | JROOT\plugins\system\gantry5\gantry5.php:167 |
10 | plgSystemGantry5->onAfterRouteSite() | JROOT\plugins\system\gantry5\gantry5.php:60 |
9 | plgSystemGantry5->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: 19.90 ms After last query: 0.94 ms Query memory: 0.015 MB Memory before query: 6.449 MB
UPDATE `viqxt_extensions`
SET `params` = '{\"mediaversion\":\"a2629bfdcf70b9a421d2dc6ca6c787de\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | UPDATE | viqxt_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.10 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.03 ms |
System lock | 0.14 ms |
updating | 1.87 ms |
end | 0.07 ms |
query end | 17.19 ms |
closing tables | 0.06 ms |
freeing items | 0.09 ms |
cleaning up | 0.03 ms |
# | Caller | File and line number | 20 | JDatabaseDriverMysqli->execute() | JROOT\libraries\cms\library\helper.php:119 |
19 | JLibraryHelper::saveParams() | JROOT\libraries\cms\version\version.php:325 |
18 | JVersion->setMediaVersion() | JROOT\libraries\cms\version\version.php:284 |
17 | JVersion->getMediaVersion() | JROOT\libraries\joomla\factory.php:755 |
16 | JFactory::createDocument() | JROOT\libraries\joomla\factory.php:216 |
15 | JFactory::getDocument() | JROOT\libraries\gantry5\classes\Gantry\Framework\Theme.php:116 |
14 | Gantry\Framework\Theme->init() | JROOT\libraries\gantry5\classes\Gantry\Component\Theme\AbstractTheme.php:67 |
13 | Gantry\Component\Theme\AbstractTheme->__construct() | JROOT\templates\it_mighty\includes\theme.php:28 |
12 | plgSystemGantry5->{closure}() | JROOT\libraries\gantry5\vendor\pimple\pimple\src\Pimple\Container.php:113 |
11 | Pimple\Container->offsetGet() | JROOT\plugins\system\gantry5\gantry5.php:167 |
10 | plgSystemGantry5->onAfterRouteSite() | JROOT\plugins\system\gantry5\gantry5.php:60 |
9 | plgSystemGantry5->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.07 ms After last query: 24.15 ms Query memory: 0.015 MB Memory before query: 6.788 MB Rows returned: 3
SELECT s.id, e.extension_id, s.template AS name, s.title, s.params
FROM viqxt_template_styles AS s
LEFT JOIN viqxt_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
AND e.state = 0
ORDER BY s.id
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | s | NULL | index | idx_template | PRIMARY | 4 | NULL | 5 | 20.00 | Using where |
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | cticonsulting_net.s.template,const | 1 | 4.58 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.16 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.05 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.12 ms |
preparing | 0.03 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.13 ms |
end | 0.01 ms |
query end | 0.13 ms |
closing tables | 0.02 ms |
freeing items | 0.06 ms |
cleaning up | 0.03 ms |
# | Caller | File and line number | 17 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
16 | JDatabaseDriver->loadObjectList() | JROOT\libraries\gantry5\classes\Gantry\Admin\ThemeList.php:142 |
15 | Gantry\Admin\ThemeList::loadStyles() | JROOT\libraries\gantry5\classes\Gantry\Admin\ThemeList.php:70 |
14 | Gantry\Admin\ThemeList::getStyles() | JROOT\libraries\gantry5\classes\Gantry\Framework\Outlines.php:37 |
13 | Gantry\Framework\Outlines->load() | JROOT\libraries\gantry5\classes\Gantry\Framework\Base\Gantry.php:242 |
12 | Gantry\Framework\Gantry::Gantry\Framework\Base\{closure}() | JROOT\libraries\gantry5\vendor\pimple\pimple\src\Pimple\Container.php:109 |
11 | Pimple\Container->offsetGet() | JROOT\plugins\system\gantry5\gantry5.php:170 |
10 | plgSystemGantry5->onAfterRouteSite() | JROOT\plugins\system\gantry5\gantry5.php:60 |
9 | plgSystemGantry5->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.87 ms After last query: 13.73 ms Query memory: 0.009 MB Memory before query: 6.965 MB Rows returned: 1
SELECT *
FROM viqxt_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 | viqxt_languages | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.10 ms |
checking permissions | 0.01 ms |
Opening tables | 0.06 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 1.22 ms |
end | 0.03 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.07 ms |
cleaning up | 0.02 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: 2.66 ms After last query: 14.22 ms Query memory: 0.013 MB Memory before query: 7.203 MB Rows returned: 1
SELECT a.rules
FROM viqxt_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,202 | NULL | 2 | 100.00 | Using union(PRIMARY,idx_asset_name); Using where |
Status | Duration |
---|
starting | 0.15 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.06 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 1.98 ms |
end | 0.02 ms |
query end | 0.02 ms |
closing tables | 0.01 ms |
freeing items | 0.07 ms |
cleaning up | 0.02 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.53 ms After last query: 0.55 ms Query memory: 0.015 MB Memory before query: 7.218 MB Rows returned: 35
SELECT element
FROM viqxt_extensions
WHERE type = 'component'
AND enabled = '1'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | viqxt_extensions | NULL | ref | extension | extension | 82 | const | 35 | 10.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.03 ms |
statistics | 0.08 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.04 ms |
cleaning up | 0.02 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: 1.65 ms After last query: 0.28 ms Query memory: 0.015 MB Memory before query: 7.237 MB Rows returned: 35
SELECT a.name, a.rules
FROM viqxt_assets AS a
WHERE (a.name IN ('com_admin','com_ajax','com_akeeba','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_finder','com_gantry5','com_installer','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_osgallery','com_plugins','com_postinstall','com_redirect','com_rsfirewall','com_search','com_tags','com_templates','com_uniterevolution2','com_users','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 | 165 | 21.82 | Using where |
Status | Duration |
---|
starting | 0.08 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.11 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 1.18 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.05 ms |
cleaning up | 0.01 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: 2.00 ms After last query: 5.41 ms Query memory: 0.016 MB Memory before query: 7.431 MB Rows returned: 30
SHOW FULL COLUMNS
FROM `viqxt_content`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `viqxt_content`
Status | Duration |
---|
starting | 0.11 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.40 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
Opening tables | 0.27 ms |
checking permissions | 0.10 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 |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.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 |
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.07 ms |
Sending data | 0.12 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.00 ms |
removing tmp table | 0.08 ms |
closing tables | 0.01 ms |
freeing items | 0.10 ms |
cleaning up | 0.03 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: 2.47 ms After last query: 8.60 ms Query memory: 0.016 MB Memory before query: 7.634 MB Rows returned: 1
SELECT *
FROM viqxt_content
WHERE `id` = '9'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | viqxt_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.22 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.05 ms |
System lock | 0.03 ms |
optimizing | 0.02 ms |
statistics | 1.59 ms |
preparing | 0.03 ms |
executing | 0.00 ms |
Sending data | 0.04 ms |
end | 0.01 ms |
query end | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 0.09 ms |
cleaning up | 0.02 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: 1.91 ms After last query: 0.39 ms Query memory: 0.009 MB Memory before query: 7.644 MB
UPDATE viqxt_content
SET `hits` = (`hits` + 1)
WHERE `id` = '9'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | UPDATE | viqxt_content | NULL | range | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | 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.05 ms |
updating | 0.62 ms |
end | 0.02 ms |
query end | 0.86 ms |
closing tables | 0.02 ms |
freeing items | 0.05 ms |
cleaning up | 0.02 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: 7.05 ms After last query: 5.33 ms Query memory: 0.018 MB Memory before query: 7.756 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 viqxt_content AS a
LEFT JOIN viqxt_categories AS c
on c.id = a.catid
LEFT JOIN viqxt_users AS u
on u.id = a.created_by
LEFT JOIN viqxt_categories as parent
ON parent.id = c.parent_id
LEFT JOIN viqxt_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM viqxt_categories AS cat JOIN viqxt_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 = 9
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2021-04-16 15:12:23')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2021-04-16 15:12:23')
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 | 1 | 100.00 | NULL |
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 | 203 | NULL | 1 | 100.00 | Using index condition; Using temporary; Using filesort |
2 | DERIVED | cat | NULL | index | PRIMARY,cat_idx,idx_access,idx_checkout,idx_path,idx_left_right,idx_alias,idx_language | idx_left_right | 8 | NULL | 7 | 14.29 | Using where; Using index; Using join buffer (Block Nested Loop) |
Status | Duration |
---|
starting | 0.33 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.13 ms |
init | 0.28 ms |
System lock | 0.04 ms |
optimizing | 0.01 ms |
optimizing | 0.02 ms |
statistics | 1.00 ms |
preparing | 0.10 ms |
Creating tmp table | 0.04 ms |
Sorting result | 0.03 ms |
statistics | 3.81 ms |
preparing | 0.05 ms |
executing | 0.03 ms |
Sending data | 0.05 ms |
executing | 0.00 ms |
Sending data | 0.11 ms |
Creating sort index | 0.10 ms |
end | 0.02 ms |
query end | 0.03 ms |
removing tmp table | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.00 ms |
removing tmp table | 0.00 ms |
closing tables | 0.03 ms |
freeing items | 0.20 ms |
cleaning up | 0.05 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\libraries\legacy\view\legacy.php:408 |
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: 5.17 ms After last query: 8.64 ms Query memory: 0.017 MB Memory before query: 7.927 MB Rows returned: 2
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM viqxt_categories as c
LEFT JOIN (SELECT cat.id as id
FROM viqxt_categories AS cat JOIN viqxt_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 viqxt_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,5)
AND c.published = 1
AND badcats.id is null
AND s.id=2
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 | 7 | 39.68 | Using where |
1 | PRIMARY | <derived2> | NULL | ref | <auto_key0> | <auto_key0> | 4 | cticonsulting_net.c.id | 2 | 100.00 | Using where; Not exists; Using index |
2 | DERIVED | parent | NULL | range | cat_idx,idx_left_right | cat_idx | 203 | NULL | 2 | 100.00 | Using index condition; Using temporary; Using filesort |
2 | DERIVED | cat | NULL | index | PRIMARY,cat_idx,idx_access,idx_checkout,idx_path,idx_left_right,idx_alias,idx_language | idx_left_right | 8 | NULL | 7 | 14.29 | Using where; Using index; Using join buffer (Block Nested Loop) |
Status | Duration |
---|
starting | 0.32 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.15 ms |
System lock | 0.02 ms |
optimizing | 0.04 ms |
optimizing | 0.02 ms |
statistics | 0.14 ms |
preparing | 0.06 ms |
Creating tmp table | 0.02 ms |
Sorting result | 0.03 ms |
statistics | 1.21 ms |
preparing | 0.07 ms |
Creating tmp table | 0.16 ms |
Sorting result | 0.01 ms |
executing | 0.02 ms |
Sending data | 0.07 ms |
executing | 0.00 ms |
Sending data | 0.10 ms |
Creating sort index | 1.70 ms |
Creating sort index | 0.26 ms |
end | 0.01 ms |
query end | 0.01 ms |
removing tmp table | 0.12 ms |
query end | 0.03 ms |
removing tmp table | 0.01 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
removing tmp table | 0.01 ms |
closing tables | 0.03 ms |
freeing items | 0.15 ms |
cleaning up | 0.06 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: 4.44 ms After last query: 1.40 ms Query memory: 0.016 MB Memory before query: 7.957 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `viqxt_contentitem_tag_map` AS m
INNER JOIN `viqxt_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 9
AND `t`.`published` = 1
AND t.access IN (1,1,5)
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 | 3 | 33.33 | Using where |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | cticonsulting_net.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.17 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.08 ms |
init | 0.11 ms |
System lock | 0.03 ms |
optimizing | 0.03 ms |
statistics | 2.47 ms |
preparing | 0.05 ms |
executing | 0.00 ms |
Sending data | 0.92 ms |
end | 0.01 ms |
query end | 0.02 ms |
closing tables | 0.13 ms |
freeing items | 0.11 ms |
cleaning up | 0.03 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: 9.69 ms After last query: 208.50 ms Query memory: 0.041 MB Memory before query: 11.857 MB Rows returned: 13
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM viqxt_modules AS m
LEFT JOIN viqxt_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN viqxt_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 <= '2021-04-16 15:12:23')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2021-04-16 15:12:23')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 149 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 | 78 | 1.60 | Using index condition; Using where; Using filesort |
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | cticonsulting_net.m.module,const | 1 | 10.00 | Using index condition; Using where |
1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | cticonsulting_net.m.id | 1 | 40.00 | Using where; Using index |
Status | Duration |
---|
starting | 0.23 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.09 ms |
init | 0.08 ms |
System lock | 0.02 ms |
optimizing | 0.02 ms |
statistics | 1.10 ms |
preparing | 0.05 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
Creating sort index | 7.41 ms |
end | 0.03 ms |
query end | 0.02 ms |
closing tables | 0.02 ms |
freeing items | 0.17 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number | 51 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1689 |
50 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
49 | call_user_func_array() | JROOT\libraries\joomla\cache\controller\callback.php:152 |
48 | JCacheControllerCallback->get() | JROOT\libraries\cms\module\helper.php:425 |
47 | JModuleHelper::getModuleList() | JROOT\libraries\cms\module\helper.php:361 |
46 | JModuleHelper::load() | JROOT\libraries\cms\module\helper.php:84 |
45 | JModuleHelper::getModules() | JROOT\libraries\gantry5\classes\Gantry\Framework\Platform.php:175 |
44 | Gantry\Framework\Platform->displayModules() | Same as call in the line below. |
43 | call_user_func_array() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:604 |
42 | Twig_Template->getAttribute() | JROOT\cache\gantry5\it_mighty\twig\b0\b044db0469a34da52efdae2f1e6c4860e5e1b26188bef4f664882826f6f1456d.php:32 |
41 | __TwigTemplate_088c66aa19bb06f498c5f2b726a63ecedb491c54e0185028ed65f22e2010bb51->block_particle() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:167 |
40 | Twig_Template->displayBlock() | JROOT\cache\gantry5\it_mighty\twig\32\3245cb927716fc402614a824cf209fa5db1d4183a193e333a00e9147616b82ac.php:62 |
39 | __TwigTemplate_d39e1fcfc7a6525417445ff4f4d1a5a0c1181d3bb57d2d1c0b9eca085d5583ce->doDisplay() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:387 |
38 | Twig_Template->displayWithErrorHandling() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:355 |
37 | Twig_Template->display() | JROOT\cache\gantry5\it_mighty\twig\b0\b044db0469a34da52efdae2f1e6c4860e5e1b26188bef4f664882826f6f1456d.php:24 |
36 | __TwigTemplate_088c66aa19bb06f498c5f2b726a63ecedb491c54e0185028ed65f22e2010bb51->doDisplay() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:387 |
35 | Twig_Template->displayWithErrorHandling() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:355 |
34 | Twig_Template->display() | JROOT\cache\gantry5\it_mighty\twig\26\268981ec1679e14fbc95f0932f32934d75a54a65d7aba1a74d256f15c71f9077.php:36 |
33 | __TwigTemplate_383f565e50ba57b5d5630675f4fadc664e2a972537d89d0de2cd0101f0d33b53->doDisplay() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:387 |
32 | Twig_Template->displayWithErrorHandling() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:355 |
31 | Twig_Template->display() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:366 |
30 | Twig_Template->render() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Environment.php:347 |
29 | Twig_Environment->render() | JROOT\libraries\gantry5\classes\Gantry\Component\Theme\AbstractTheme.php:162 |
28 | Gantry\Component\Theme\AbstractTheme->render() | JROOT\libraries\gantry5\classes\Gantry\Component\Theme\ThemeTrait.php:596 |
27 | Gantry\Framework\Theme->renderContent() | JROOT\libraries\gantry5\classes\Gantry\Component\Theme\ThemeTrait.php:524 |
26 | Gantry\Framework\Theme->prepareLayout() | JROOT\libraries\gantry5\classes\Gantry\Component\Theme\ThemeTrait.php:510 |
25 | Gantry\Framework\Theme->prepareLayout() | JROOT\libraries\gantry5\classes\Gantry\Component\Theme\ThemeTrait.php:510 |
24 | Gantry\Framework\Theme->prepareLayout() | JROOT\libraries\gantry5\classes\Gantry\Component\Theme\ThemeTrait.php:510 |
23 | Gantry\Framework\Theme->prepareLayout() | JROOT\libraries\gantry5\classes\Gantry\Component\Theme\ThemeTrait.php:353 |
22 | Gantry\Framework\Theme->segments() | Same as call in the line below. |
21 | call_user_func_array() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:604 |
20 | Twig_Template->getAttribute() | JROOT\cache\gantry5\it_mighty\twig\2d\2da8eb239caa012b2dc81c7fa60c0989398290a5633469a131d8bcd41d2b19aa.php:32 |
19 | __TwigTemplate_5ad52b6c006f5e10200af9840bf696e54790bbb20f6f88dd6469e86acd7dafbd->doDisplay() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:387 |
18 | Twig_Template->displayWithErrorHandling() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:355 |
17 | Twig_Template->display() | JROOT\cache\gantry5\it_mighty\twig\9f\9f9b7e4a6a901f362f9143ff3a23452a6ff39b73bdb7950a2d32546e9e8b121e.php:24 |
16 | __TwigTemplate_0d9ef0faa2994e23fb3079f1d9a05dd9d07f29e6e9de6ee4bca5a0bc39d48a9d->doDisplay() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:387 |
15 | Twig_Template->displayWithErrorHandling() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:355 |
14 | Twig_Template->display() | JROOT\cache\gantry5\it_mighty\twig\45\458888ab2ceb86280840d018a9051596cc8c8870210540313913af048009fefb.php:24 |
13 | __TwigTemplate_e5e5076e3129f99720db81f25a3caa018f6018736efcbb13f20155c07f8d0d73->doDisplay() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:387 |
12 | Twig_Template->displayWithErrorHandling() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:355 |
11 | Twig_Template->display() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:366 |
10 | Twig_Template->render() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Environment.php:347 |
9 | Twig_Environment->render() | JROOT\libraries\gantry5\classes\Gantry\Component\Theme\AbstractTheme.php:162 |
8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT\templates\it_mighty\index.php:28 |
7 | require JROOT\templates\it_mighty\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.78 ms After last query: 24.89 ms Query memory: 0.052 MB Memory before query: 12.420 MB Rows returned: 3
SELECT a.menutype
FROM viqxt_menu_types AS a
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | index | NULL | idx_menutype | 98 | NULL | 3 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.11 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.05 ms |
System lock | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Sending data | 1.03 ms |
end | 0.03 ms |
query end | 0.05 ms |
closing tables | 0.01 ms |
freeing items | 0.08 ms |
cleaning up | 0.03 ms |
# | Caller | File and line number | 68 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1538 |
67 | JDatabaseDriver->loadColumn() | JROOT\administrator\components\com_menus\helpers\menus.php:131 |
66 | MenusHelper::getMenuTypes() | JROOT\libraries\gantry5\classes\Gantry\Framework\Menu.php:70 |
65 | Gantry\Framework\Menu->getMenus() | JROOT\libraries\gantry5\classes\Gantry\Component\Menu\AbstractMenu.php:110 |
64 | Gantry\Component\Menu\AbstractMenu->instance() | Same as call in the line below. |
63 | call_user_func_array() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:604 |
62 | Twig_Template->getAttribute() | JROOT\cache\gantry5\it_mighty\twig\a4\a4aad3aa8b05d68a13451ea258c5976d4abf5d26354fc037c2512d8ceaf4ede3.php:20 |
61 | __TwigTemplate_8b85f249c38fae1a24385b288bd05deb001b7c9442ac1044ef0e3c4f2828ea09->doDisplay() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:387 |
60 | Twig_Template->displayWithErrorHandling() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:355 |
59 | Twig_Template->display() | JROOT\cache\gantry5\it_mighty\twig\5c\5c408d5fb41ba1ece2bcac7be6b72f811e3c370b66189f0ee32def23835c9fe8.php:54 |
58 | __TwigTemplate_363ebddf82e654eff5dfc6a16b8c456a65d94fc8ed5996ee5d579327f1054e53->doDisplay() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:387 |
57 | Twig_Template->displayWithErrorHandling() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:355 |
56 | Twig_Template->display() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:366 |
55 | Twig_Template->render() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Environment.php:347 |
54 | Twig_Environment->render() | JROOT\libraries\gantry5\classes\Gantry\Component\Theme\AbstractTheme.php:162 |
53 | Gantry\Component\Theme\AbstractTheme->render() | JROOT\modules\mod_gantry5_particle\helper.php:55 |
52 | ModGantryParticlesHelper::render() | Same as call in the line below. |
51 | call_user_func_array() | JROOT\libraries\joomla\cache\controller\callback.php:152 |
50 | JCacheControllerCallback->get() | JROOT\libraries\cms\module\helper.php:552 |
49 | JModuleHelper::moduleCache() | JROOT\modules\mod_gantry5_particle\mod_gantry5_particle.php:41 |
48 | include JROOT\modules\mod_gantry5_particle\mod_gantry5_particle.php | JROOT\libraries\cms\module\helper.php:199 |
47 | JModuleHelper::renderModule() | JROOT\libraries\joomla\document\renderer\html\module.php:93 |
46 | JDocumentRendererHtmlModule->render() | JROOT\libraries\gantry5\classes\Gantry\Framework\Platform.php:140 |
45 | Gantry\Framework\Platform->displayModule() | JROOT\libraries\gantry5\classes\Gantry\Framework\Platform.php:176 |
44 | Gantry\Framework\Platform->displayModules() | Same as call in the line below. |
43 | call_user_func_array() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:604 |
42 | Twig_Template->getAttribute() | JROOT\cache\gantry5\it_mighty\twig\b0\b044db0469a34da52efdae2f1e6c4860e5e1b26188bef4f664882826f6f1456d.php:32 |
41 | __TwigTemplate_088c66aa19bb06f498c5f2b726a63ecedb491c54e0185028ed65f22e2010bb51->block_particle() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:167 |
40 | Twig_Template->displayBlock() | JROOT\cache\gantry5\it_mighty\twig\32\3245cb927716fc402614a824cf209fa5db1d4183a193e333a00e9147616b82ac.php:62 |
39 | __TwigTemplate_d39e1fcfc7a6525417445ff4f4d1a5a0c1181d3bb57d2d1c0b9eca085d5583ce->doDisplay() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:387 |
38 | Twig_Template->displayWithErrorHandling() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:355 |
37 | Twig_Template->display() | JROOT\cache\gantry5\it_mighty\twig\b0\b044db0469a34da52efdae2f1e6c4860e5e1b26188bef4f664882826f6f1456d.php:24 |
36 | __TwigTemplate_088c66aa19bb06f498c5f2b726a63ecedb491c54e0185028ed65f22e2010bb51->doDisplay() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:387 |
35 | Twig_Template->displayWithErrorHandling() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:355 |
34 | Twig_Template->display() | JROOT\cache\gantry5\it_mighty\twig\26\268981ec1679e14fbc95f0932f32934d75a54a65d7aba1a74d256f15c71f9077.php:36 |
33 | __TwigTemplate_383f565e50ba57b5d5630675f4fadc664e2a972537d89d0de2cd0101f0d33b53->doDisplay() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:387 |
32 | Twig_Template->displayWithErrorHandling() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:355 |
31 | Twig_Template->display() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:366 |
30 | Twig_Template->render() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Environment.php:347 |
29 | Twig_Environment->render() | JROOT\libraries\gantry5\classes\Gantry\Component\Theme\AbstractTheme.php:162 |
28 | Gantry\Component\Theme\AbstractTheme->render() | JROOT\libraries\gantry5\classes\Gantry\Component\Theme\ThemeTrait.php:596 |
27 | Gantry\Framework\Theme->renderContent() | JROOT\libraries\gantry5\classes\Gantry\Component\Theme\ThemeTrait.php:524 |
26 | Gantry\Framework\Theme->prepareLayout() | JROOT\libraries\gantry5\classes\Gantry\Component\Theme\ThemeTrait.php:510 |
25 | Gantry\Framework\Theme->prepareLayout() | JROOT\libraries\gantry5\classes\Gantry\Component\Theme\ThemeTrait.php:510 |
24 | Gantry\Framework\Theme->prepareLayout() | JROOT\libraries\gantry5\classes\Gantry\Component\Theme\ThemeTrait.php:510 |
23 | Gantry\Framework\Theme->prepareLayout() | JROOT\libraries\gantry5\classes\Gantry\Component\Theme\ThemeTrait.php:353 |
22 | Gantry\Framework\Theme->segments() | Same as call in the line below. |
21 | call_user_func_array() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:604 |
20 | Twig_Template->getAttribute() | JROOT\cache\gantry5\it_mighty\twig\2d\2da8eb239caa012b2dc81c7fa60c0989398290a5633469a131d8bcd41d2b19aa.php:32 |
19 | __TwigTemplate_5ad52b6c006f5e10200af9840bf696e54790bbb20f6f88dd6469e86acd7dafbd->doDisplay() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:387 |
18 | Twig_Template->displayWithErrorHandling() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:355 |
17 | Twig_Template->display() | JROOT\cache\gantry5\it_mighty\twig\9f\9f9b7e4a6a901f362f9143ff3a23452a6ff39b73bdb7950a2d32546e9e8b121e.php:24 |
16 | __TwigTemplate_0d9ef0faa2994e23fb3079f1d9a05dd9d07f29e6e9de6ee4bca5a0bc39d48a9d->doDisplay() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:387 |
15 | Twig_Template->displayWithErrorHandling() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:355 |
14 | Twig_Template->display() | JROOT\cache\gantry5\it_mighty\twig\45\458888ab2ceb86280840d018a9051596cc8c8870210540313913af048009fefb.php:24 |
13 | __TwigTemplate_e5e5076e3129f99720db81f25a3caa018f6018736efcbb13f20155c07f8d0d73->doDisplay() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:387 |
12 | Twig_Template->displayWithErrorHandling() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:355 |
11 | Twig_Template->display() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Template.php:366 |
10 | Twig_Template->render() | JROOT\libraries\gantry5\vendor\twig\twig\lib\Twig\Environment.php:347 |
9 | Twig_Environment->render() | JROOT\libraries\gantry5\classes\Gantry\Component\Theme\AbstractTheme.php:162 |
8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT\templates\it_mighty\index.php:28 |
7 | require JROOT\templates\it_mighty\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 |
2 × SELECT a.rules
FROM viqxt_assets AS a
2 × SELECT `ip`,`reason`
FROM viqxt_rsfirewall_lists
2 × SELECT DISTINCT(user_id)
FROM viqxt_usergroups as ug1
INNER JOIN viqxt_usergroups AS ug2
ON ug2.lft>=ug1.lft
AND ug1.rgt>=ug2.rgt
INNER JOIN viqxt_user_usergroup_map AS m
ON ug2.id=m.group_id
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `viqxt_extensions`
2 × SELECT *
FROM `viqxt_users`
1 × SELECT s.id, e.extension_id, s.template AS name, s.title, s.params
FROM viqxt_template_styles AS s
LEFT JOIN viqxt_extensions AS e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT id, home, template, s.params
FROM viqxt_template_styles as s
LEFT JOIN viqxt_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT *
FROM viqxt_rsfirewall_exceptions
1 × SELECT *
FROM viqxt_languages
1 × SELECT a.name, a.rules
FROM viqxt_assets AS a
1 × SELECT `m`.`tag_id`,`t`.*
FROM `viqxt_contentitem_tag_map` AS m
INNER JOIN `viqxt_tags` AS t
ON `m`.`tag_id` = `t`.`id`
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM viqxt_modules AS m
LEFT JOIN viqxt_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN viqxt_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT a.menutype
FROM viqxt_menu_types AS
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 viqxt_categories as c
LEFT JOIN (SELECT cat.id as id
FROM viqxt_categories AS cat JOIN viqxt_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
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 viqxt_content AS a
LEFT JOIN viqxt_categories AS c
on c.id = a.catid
LEFT JOIN viqxt_users AS u
on u.id = a.created_by
LEFT JOIN viqxt_categories as parent
ON parent.id = c.parent_id
LEFT JOIN viqxt_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM viqxt_categories AS cat JOIN viqxt_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
1 × SELECT *
FROM viqxt_rsfirewall_snapshots
1 × SELECT *
FROM viqxt_content
1 × SELECT element
FROM viqxt_extensions
1 × SELECT u.*
FROM viqxt_users u
1 × SELECT `path`
FROM viqxt_rsfirewall_ignored
1 × SELECT `file`
FROM viqxt_rsfirewall_hashes
1 × SELECT folder AS type, element AS name, params
FROM viqxt_extensions
1 × SELECT id, rules
FROM `viqxt_viewlevels
1 × SELECT `session_id`
FROM `viqxt_session`
1 × SELECT b.id
FROM viqxt_usergroups AS a
LEFT JOIN viqxt_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT *
FROM viqxt_rsfirewall_configuratio
1 × SELECT `enabled`
FROM `viqxt_extensions`
1 × SELECT *
FROM viqxt_assets
1 × SELECT `data`
FROM `viqxt_session`
1 × SELECT `id`
FROM `viqxt_usergroups
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 viqxt_menu AS m
LEFT JOIN viqxt_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT `params`
FROM `viqxt_extensions`
1 × SELECT *
FROM viqxt_rsfirewall_hashes