**Query Time: 0.50 ms** **Query memory: 0.013 MB Memory before query: 2.480 MB** **Rows returned: 0**
SELECT `data`
FROM `nczdx_session`
WHERE `session_id` = '9uc7om80at2o077cc30s3r0oq1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nczdx_session | const | PRIMARY | PRIMARY | 602 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 0.0 ms |
optimizing | 0.0 ms |
statistics | 0.1 ms |
executing | 0.0 ms |
end | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.1 ms |
cleaning up | 0.0 ms |
JROOT/libraries/joomla/session/storage/database.php:44
JROOT/libraries/joomla/session/session.php:665
JROOT/libraries/joomla/session/session.php:603
JROOT/libraries/cms/application/cms.php:739
JROOT/libraries/cms/application/cms.php:131
JROOT/libraries/cms/application/site.php:63
JROOT/libraries/cms/application/cms.php:399
JROOT/libraries/joomla/factory.php:125
JROOT/index.php:42
**Query Time: 0.47 ms** **After last query: 4.81 ms** **Query memory: 0.010 MB Memory before query: 2.669 MB** **Rows returned: 0**
SELECT `session_id`
FROM `nczdx_session`
WHERE `session_id` = '9uc7om80at2o077cc30s3r0oq1'
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nczdx_session | const | PRIMARY | PRIMARY | 602 | const | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 0.0 ms |
optimizing | 0.0 ms |
statistics | 0.0 ms |
executing | 0.0 ms |
end | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.1 ms |
cleaning up | 0.0 ms |
JROOT/libraries/cms/application/cms.php:176
JROOT/libraries/cms/application/cms.php:765
JROOT/libraries/cms/application/cms.php:131
JROOT/libraries/cms/application/site.php:63
JROOT/libraries/cms/application/cms.php:399
JROOT/libraries/joomla/factory.php:125
JROOT/index.php:42
**Query Time: 0.48 ms** **After last query: 0.27 ms** **Query memory: 0.009 MB Memory before query: 2.682 MB**
INSERT INTO `nczdx_session`
(`session_id`, `client_id`, `time`)
VALUES
('9uc7om80at2o077cc30s3r0oq1', 0, '1611081076')
**EXPLAIN not possible on query: INSERT INTO `nczdx_session`
(`session_id`, `client_id`, `time`) VALUES
('9uc7om80at2o077cc30s3r0oq1', 0, '1611081076')**
Status | Duration |
---|
starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 0.0 ms |
update | 0.1 ms |
end | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.1 ms |
cleaning up | 0.0 ms |
JROOT/libraries/cms/application/cms.php:208
JROOT/libraries/cms/application/cms.php:765
JROOT/libraries/cms/application/cms.php:131
JROOT/libraries/cms/application/site.php:63
JROOT/libraries/cms/application/cms.php:399
JROOT/libraries/joomla/factory.php:125
JROOT/index.php:42
**Query Time: 0.96 ms** **After last query: 7.95 ms** **Query memory: 0.012 MB Memory before query: 3.049 MB** **Rows returned: 36**
SELECT extension_id AS id, element AS "option", params, enabled
FROM nczdx_extensions
WHERE `type` = 'component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nczdx_extensions | ref | extension | extension | 62 | const | 36 | 100.00 | Using index condition |
Status | Duration |
---|
starting | 0.2 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 0.0 ms |
optimizing | 0.0 ms |
statistics | 0.1 ms |
preparing | 0.0 ms |
executing | 0.0 ms |
Sending data | 0.3 ms |
end | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.1 ms |
cleaning up | 0.0 ms |
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/libraries/cms/component/helper.php:435
JROOT/libraries/cms/component/helper.php:43
JROOT/libraries/cms/component/helper.php:120
JROOT/libraries/cms/application/site.php:568
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:45
**Query Time: 0.65 ms** **After last query: 3.18 ms** **Query memory: 0.012 MB Memory before query: 3.213 MB** **Rows returned: 2**
SELECT b.id
FROM nczdx_usergroups AS a
LEFT JOIN nczdx_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | b | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 3 | 100.00 | Using where; Using index |
Status | Duration |
---|
starting | 0.1 ms |
checking permissions | 0.0 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 0.0 ms |
optimizing | 0.0 ms |
statistics | 0.1 ms |
preparing | 0.0 ms |
executing | 0.0 ms |
Sending data | 0.0 ms |
end | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.1 ms |
cleaning up | 0.0 ms |
JROOT/libraries/joomla/access/access.php:332
JROOT/libraries/joomla/access/access.php:401
JROOT/libraries/joomla/user/user.php:453
JROOT/libraries/cms/plugin/helper.php:296
JROOT/libraries/cms/plugin/helper.php:163
JROOT/libraries/cms/application/site.php:573
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:45
**Query Time: 0.55 ms** **After last query: 1.19 ms** **Query memory: 0.011 MB Memory before query: 3.269 MB** **Rows returned: 5**
SELECT id, rules
FROM `nczdx_viewlevels`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nczdx_viewlevels | ALL | NULL | **NO INDEX KEY COULD BE USED** | NULL | NULL | 5 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 0.0 ms |
optimizing | 0.0 ms |
statistics | 0.0 ms |
preparing | 0.0 ms |
executing | 0.0 ms |
Sending data | 0.1 ms |
end | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.2 ms |
cleaning up | 0.0 ms |
JROOT/libraries/joomla/access/access.php:418
JROOT/libraries/joomla/user/user.php:453
JROOT/libraries/cms/plugin/helper.php:296
JROOT/libraries/cms/plugin/helper.php:163
JROOT/libraries/cms/application/site.php:573
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:45
**Query Time: 1.59 ms** **After last query: 0.37 ms** **Query memory: 0.009 MB Memory before query: 3.288 MB** **Rows returned: 87**
SELECT folder AS type, element AS name, params
FROM nczdx_extensions
WHERE enabled = 1
AND type ='plugin'
AND state IN (0,1)
AND access IN (1,1,5)
ORDER BY ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nczdx_extensions | ref | extension | extension | 62 | const | 194 | 100.00 | Using index condition; Using where; **Using filesort** |
Status | Duration |
---|
starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 0.0 ms |
optimizing | 0.0 ms |
statistics | 0.1 ms |
preparing | 0.0 ms |
Sorting result | 0.0 ms |
executing | 0.0 ms |
Sending data | 0.0 ms |
Creating sort index | 1.0 ms |
end | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.1 ms |
cleaning up | 0.0 ms |
JROOT/libraries/cms/plugin/helper.php:310
JROOT/libraries/cms/plugin/helper.php:163
JROOT/libraries/cms/application/site.php:573
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:45
**Query Time: 0.39 ms** **After last query: 127.11 ms** **Query memory: 0.016 MB Memory before query: 7.476 MB** **Rows returned: 0**
SELECT `storage_value`
FROM `nczdx_securitycheckpro_storage`
WHERE `storage_key` = 'pro_plugin'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | **NO INDEX KEY COULD BE USED** | NULL | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 0.0 ms |
optimizing | 0.0 ms |
statistics | 0.0 ms |
preparing | 0.0 ms |
executing | 0.0 ms |
end | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.1 ms |
cleaning up | 0.0 ms |
JROOT/administrator/components/com_securitycheckpro/models/protection.php:103
JROOT/administrator/components/com_securitycheckpro/models/protection.php:68
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:1307
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:83
JROOT/libraries/cms/application/cms.php:654
JROOT/libraries/cms/application/site.php:647
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:45
**Query Time: 0.34 ms** **After last query: 3.31 ms** **Query memory: 0.015 MB Memory before query: 7.663 MB** **Rows returned: 0**
SELECT `storage_value`
FROM `nczdx_securitycheckpro_storage`
WHERE `storage_key` = 'geoblock'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | **NO INDEX KEY COULD BE USED** | NULL | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 0.0 ms |
optimizing | 0.0 ms |
statistics | 0.0 ms |
preparing | 0.0 ms |
executing | 0.0 ms |
end | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.1 ms |
cleaning up | 0.0 ms |
JROOT/administrator/components/com_securitycheckpro/models/geoblock.php:73
JROOT/administrator/components/com_securitycheckpro/models/geoblock.php:38
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:1335
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:83
JROOT/libraries/cms/application/cms.php:654
JROOT/libraries/cms/application/site.php:647
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:45
**Query Time: 0.30 ms** **After last query: 0.20 ms** **Query memory: 0.015 MB Memory before query: 7.677 MB**
DELETE
FROM `nczdx_securitycheckpro_dynamic_blacklist`
WHERE (DATE_ADD(`timeattempt`, INTERVAL 600 SECOND)) < NOW();
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nczdx_securitycheckpro_dynamic_blacklist | ALL | NULL | **NO INDEX KEY COULD BE USED** | NULL | NULL | 0 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 0.0 ms |
updating | 0.0 ms |
end | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.1 ms |
cleaning up | 0.0 ms |
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:664
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:699
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:1395
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:83
JROOT/libraries/cms/application/cms.php:654
JROOT/libraries/cms/application/site.php:647
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:45
**Query Time: 0.30 ms** **After last query: 0.13 ms** **Query memory: 0.016 MB Memory before query: 7.693 MB** **Rows returned: 1**
SELECT COUNT(*)
from `nczdx_securitycheckpro_dynamic_blacklist`
WHERE (`ip` = '3.237.205.144'
AND `counter` >= 5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | **NO INDEX KEY COULD BE USED** | NULL | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 0.0 ms |
optimizing | 0.0 ms |
statistics | 0.0 ms |
executing | 0.0 ms |
end | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.1 ms |
cleaning up | 0.0 ms |
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:639
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:701
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:1395
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:83
JROOT/libraries/cms/application/cms.php:654
JROOT/libraries/cms/application/site.php:647
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:45
**Query Time: 1.09 ms** **After last query: 4.81 ms** **Query memory: 0.026 MB Memory before query: 7.936 MB** **Rows returned: 25**
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 nczdx_menu AS m
LEFT JOIN nczdx_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 60 | 100.00 | Using index condition; Using where; **Using filesort** |
1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | rsm2015.m.component_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.1 ms |
checking permissions | 0.0 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 0.0 ms |
optimizing | 0.0 ms |
statistics | 0.1 ms |
preparing | 0.0 ms |
Sorting result | 0.0 ms |
executing | 0.0 ms |
Sending data | 0.0 ms |
Creating sort index | 0.5 ms |
end | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.1 ms |
cleaning up | 0.0 ms |
JROOT/libraries/cms/menu/site.php:45
JROOT/libraries/cms/menu/menu.php:64
JROOT/libraries/cms/menu/menu.php:118
JROOT/libraries/cms/application/cms.php:424
JROOT/libraries/cms/application/site.php:272
JROOT/libraries/cms/router/site.php:57
JROOT/libraries/cms/router/router.php:196
JROOT/libraries/cms/application/cms.php:520
JROOT/libraries/cms/application/site.php:407
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:1453
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:804
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:1428
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:83
JROOT/libraries/cms/application/cms.php:654
JROOT/libraries/cms/application/site.php:647
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:45
**Query Time: 1.94 ms** **After last query: 3.68 ms** **Query memory: 0.017 MB Memory before query: 8.241 MB** **Rows returned: 1**
SELECT COUNT(*)
from `nczdx_securitycheckpro_db`
WHERE (type = 'com_mailto')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nczdx_securitycheckpro_db | ALL | NULL | **NO INDEX KEY COULD BE USED** | NULL | NULL | 94 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 1.5 ms |
init | 0.0 ms |
System lock | 0.0 ms |
optimizing | 0.0 ms |
statistics | 0.0 ms |
preparing | 0.0 ms |
executing | 0.0 ms |
Sending data | 0.1 ms |
end | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.1 ms |
cleaning up | 0.0 ms |
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:227
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:273
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:806
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:1428
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:83
JROOT/libraries/cms/application/cms.php:654
JROOT/libraries/cms/application/site.php:647
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:45
**Query Time: 0.36 ms** **After last query: 0.56 ms** **Query memory: 0.017 MB Memory before query: 8.258 MB** **Rows returned: 1**
SELECT COUNT(*)
from `nczdx_securitycheckpro_db`
WHERE (type = 'com_mailto')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nczdx_securitycheckpro_db | ALL | NULL | **NO INDEX KEY COULD BE USED** | NULL | NULL | 94 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 0.0 ms |
optimizing | 0.0 ms |
statistics | 0.0 ms |
preparing | 0.0 ms |
executing | 0.0 ms |
Sending data | 0.1 ms |
end | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.1 ms |
cleaning up | 0.0 ms |
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:227
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:581
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:821
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:1428
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:83
JROOT/libraries/cms/application/cms.php:654
JROOT/libraries/cms/application/site.php:647
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:45
**Query Time: 0.36 ms** **After last query: 0.40 ms** **Query memory: 0.017 MB Memory before query: 8.276 MB** **Rows returned: 1**
SELECT COUNT(*)
from `nczdx_securitycheckpro_db`
WHERE (type = 'com_mailto')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nczdx_securitycheckpro_db | ALL | NULL | **NO INDEX KEY COULD BE USED** | NULL | NULL | 94 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 0.0 ms |
optimizing | 0.0 ms |
statistics | 0.0 ms |
preparing | 0.0 ms |
executing | 0.0 ms |
Sending data | 0.1 ms |
end | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.1 ms |
cleaning up | 0.0 ms |
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:227
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:273
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:806
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:1428
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:83
JROOT/libraries/cms/application/cms.php:654
JROOT/libraries/cms/application/site.php:647
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:45
**Query Time: 0.36 ms** **After last query: 0.31 ms** **Query memory: 0.017 MB Memory before query: 8.293 MB** **Rows returned: 1**
SELECT COUNT(*)
from `nczdx_securitycheckpro_db`
WHERE (type = 'com_mailto')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nczdx_securitycheckpro_db | ALL | NULL | **NO INDEX KEY COULD BE USED** | NULL | NULL | 94 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 0.0 ms |
optimizing | 0.0 ms |
statistics | 0.0 ms |
preparing | 0.0 ms |
executing | 0.0 ms |
Sending data | 0.1 ms |
end | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.1 ms |
cleaning up | 0.0 ms |
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:227
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:581
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:821
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:1428
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:83
JROOT/libraries/cms/application/cms.php:654
JROOT/libraries/cms/application/site.php:647
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:45
**Query Time: 0.34 ms** **After last query: 0.40 ms** **Query memory: 0.017 MB Memory before query: 8.311 MB** **Rows returned: 1**
SELECT COUNT(*)
from `nczdx_securitycheckpro_db`
WHERE (type = 'com_mailto')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nczdx_securitycheckpro_db | ALL | NULL | **NO INDEX KEY COULD BE USED** | NULL | NULL | 94 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 0.0 ms |
optimizing | 0.0 ms |
statistics | 0.0 ms |
preparing | 0.0 ms |
executing | 0.0 ms |
Sending data | 0.1 ms |
end | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.1 ms |
cleaning up | 0.0 ms |
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:227
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:273
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:806
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:1428
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:83
JROOT/libraries/cms/application/cms.php:654
JROOT/libraries/cms/application/site.php:647
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:45
**Query Time: 0.55 ms** **After last query: 0.36 ms** **Query memory: 0.017 MB Memory before query: 8.328 MB** **Rows returned: 1**
SELECT COUNT(*)
from `nczdx_securitycheckpro_db`
WHERE (type = 'com_mailto')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nczdx_securitycheckpro_db | ALL | NULL | **NO INDEX KEY COULD BE USED** | NULL | NULL | 94 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 0.0 ms |
optimizing | 0.0 ms |
statistics | 0.0 ms |
preparing | 0.0 ms |
executing | 0.0 ms |
Sending data | 0.1 ms |
end | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.1 ms |
cleaning up | 0.0 ms |
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:227
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:581
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:821
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:1428
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:83
JROOT/libraries/cms/application/cms.php:654
JROOT/libraries/cms/application/site.php:647
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:45
**Query Time: 0.51 ms** **After last query: 0.41 ms** **Query memory: 0.017 MB Memory before query: 8.345 MB** **Rows returned: 1**
SELECT COUNT(*)
from `nczdx_securitycheckpro_db`
WHERE (type = 'com_mailto')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nczdx_securitycheckpro_db | ALL | NULL | **NO INDEX KEY COULD BE USED** | NULL | NULL | 94 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 0.0 ms |
optimizing | 0.0 ms |
statistics | 0.0 ms |
preparing | 0.0 ms |
executing | 0.0 ms |
Sending data | 0.1 ms |
end | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.1 ms |
cleaning up | 0.0 ms |
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:227
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:273
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:806
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:1428
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:83
JROOT/libraries/cms/application/cms.php:654
JROOT/libraries/cms/application/site.php:647
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:45
**Query Time: 0.54 ms** **After last query: 0.33 ms** **Query memory: 0.017 MB Memory before query: 8.362 MB** **Rows returned: 1**
SELECT COUNT(*)
from `nczdx_securitycheckpro_db`
WHERE (type = 'com_mailto')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nczdx_securitycheckpro_db | ALL | NULL | **NO INDEX KEY COULD BE USED** | NULL | NULL | 94 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 0.0 ms |
optimizing | 0.0 ms |
statistics | 0.0 ms |
preparing | 0.0 ms |
executing | 0.0 ms |
Sending data | 0.1 ms |
end | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.1 ms |
cleaning up | 0.0 ms |
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:227
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:581
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:821
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:1428
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:83
JROOT/libraries/cms/application/cms.php:654
JROOT/libraries/cms/application/site.php:647
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:45
**Query Time: 0.52 ms** **After last query: 0.38 ms** **Query memory: 0.017 MB Memory before query: 8.380 MB** **Rows returned: 1**
SELECT COUNT(*)
from `nczdx_securitycheckpro_db`
WHERE (type = 'com_mailto')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nczdx_securitycheckpro_db | ALL | NULL | **NO INDEX KEY COULD BE USED** | NULL | NULL | 94 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.2 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 0.0 ms |
optimizing | 0.0 ms |
statistics | 0.0 ms |
preparing | 0.0 ms |
executing | 0.0 ms |
Sending data | 0.1 ms |
end | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.1 ms |
cleaning up | 0.0 ms |
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:227
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:273
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:806
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:1428
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:83
JROOT/libraries/cms/application/cms.php:654
JROOT/libraries/cms/application/site.php:647
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:45
**Query Time: 0.47 ms** **After last query: 0.32 ms** **Query memory: 0.017 MB Memory before query: 8.397 MB** **Rows returned: 1**
SELECT COUNT(*)
from `nczdx_securitycheckpro_db`
WHERE (type = 'com_mailto')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nczdx_securitycheckpro_db | ALL | NULL | **NO INDEX KEY COULD BE USED** | NULL | NULL | 94 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 0.0 ms |
optimizing | 0.0 ms |
statistics | 0.0 ms |
preparing | 0.0 ms |
executing | 0.0 ms |
Sending data | 0.1 ms |
end | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.1 ms |
cleaning up | 0.0 ms |
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:227
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:581
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:821
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:1428
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:83
JROOT/libraries/cms/application/cms.php:654
JROOT/libraries/cms/application/site.php:647
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:45
**Query Time: 0.45 ms** **After last query: 0.36 ms** **Query memory: 0.017 MB Memory before query: 8.414 MB** **Rows returned: 1**
SELECT COUNT(*)
from `nczdx_securitycheckpro_db`
WHERE (type = 'com_mailto')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nczdx_securitycheckpro_db | ALL | NULL | **NO INDEX KEY COULD BE USED** | NULL | NULL | 94 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 0.0 ms |
optimizing | 0.0 ms |
statistics | 0.0 ms |
preparing | 0.0 ms |
executing | 0.0 ms |
Sending data | 0.1 ms |
end | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.1 ms |
cleaning up | 0.0 ms |
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:227
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:273
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:806
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:1428
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:83
JROOT/libraries/cms/application/cms.php:654
JROOT/libraries/cms/application/site.php:647
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:45
**Query Time: 0.48 ms** **After last query: 0.36 ms** **Query memory: 0.017 MB Memory before query: 8.431 MB** **Rows returned: 1**
SELECT COUNT(*)
from `nczdx_securitycheckpro_db`
WHERE (type = 'com_mailto')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nczdx_securitycheckpro_db | ALL | NULL | **NO INDEX KEY COULD BE USED** | NULL | NULL | 94 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 0.0 ms |
optimizing | 0.0 ms |
statistics | 0.0 ms |
preparing | 0.0 ms |
executing | 0.0 ms |
Sending data | 0.1 ms |
end | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.1 ms |
cleaning up | 0.0 ms |
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:227
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:581
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:821
JROOT/plugins/system/securitycheckpro/securitycheckpro.php:1428
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:83
JROOT/libraries/cms/application/cms.php:654
JROOT/libraries/cms/application/site.php:647
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:45
**Query Time: 0.58 ms** **After last query: 6.92 ms** **Query memory: 0.015 MB Memory before query: 8.789 MB** **Rows returned: 0**
**Duplicate queries**:
#29SELECT `storage_value`
FROM `nczdx_securitycheckpro_storage`
WHERE `storage_key` = 'filemanager_resume'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | **NO INDEX KEY COULD BE USED** | NULL | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.2 ms |
System lock | 0.0 ms |
optimizing | 0.0 ms |
statistics | 0.0 ms |
preparing | 0.0 ms |
executing | 0.0 ms |
end | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.1 ms |
cleaning up | 0.0 ms |
JROOT/administrator/components/com_securitycheckpro/models/filemanager.php:199
JROOT/libraries/legacy/model/legacy.php:199
JROOT/plugins/system/securitycheckpro_cron/securitycheckpro_cron.php:152
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:83
JROOT/libraries/cms/application/cms.php:654
JROOT/libraries/cms/application/site.php:647
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:45
**Query Time: 0.37 ms** **After last query: 0.20 ms** **Query memory: 0.015 MB Memory before query: 8.805 MB** **Rows returned: 0**
**Duplicate queries**:
#30SELECT `storage_value`
FROM `nczdx_securitycheckpro_storage`
WHERE `storage_key` = 'fileintegrity_resume'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | **NO INDEX KEY COULD BE USED** | NULL | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 0.0 ms |
optimizing | 0.0 ms |
statistics | 0.0 ms |
preparing | 0.0 ms |
executing | 0.0 ms |
end | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.1 ms |
cleaning up | 0.0 ms |
JROOT/administrator/components/com_securitycheckpro/models/filemanager.php:207
JROOT/libraries/legacy/model/legacy.php:199
JROOT/plugins/system/securitycheckpro_cron/securitycheckpro_cron.php:152
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:83
JROOT/libraries/cms/application/cms.php:654
JROOT/libraries/cms/application/site.php:647
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:45
**Query Time: 0.75 ms** **After last query: 0.19 ms** **Query memory: 0.015 MB Memory before query: 8.821 MB** **Rows returned: 0**
**Duplicate queries**:
#31SELECT `storage_value`
FROM `nczdx_securitycheckpro_storage`
WHERE `storage_key` = 'malwarescan_resume'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | **NO INDEX KEY COULD BE USED** | NULL | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
starting | 0.4 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 0.0 ms |
optimizing | 0.0 ms |
statistics | 0.0 ms |
preparing | 0.0 ms |
executing | 0.0 ms |
end | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.1 ms |
cleaning up | 0.0 ms |
JROOT/administrator/components/com_securitycheckpro/models/filemanager.php:215
JROOT/libraries/legacy/model/legacy.php:199
JROOT/plugins/system/securitycheckpro_cron/securitycheckpro_cron.php:152
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:83
JROOT/libraries/cms/application/cms.php:654
JROOT/libraries/cms/application/site.php:647
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:45
**Query Time: 0.51 ms** **After last query: 0.20 ms** **Query memory: 0.015 MB Memory before query: 8.837 MB** **Rows returned: 0**
SELECT `storage_value`
FROM `nczdx_securitycheckpro_storage`
WHERE `storage_key` = 'cron_plugin'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | **NO INDEX KEY COULD BE USED** | NULL | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
starting | 0.2 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 0.0 ms |
optimizing | 0.0 ms |
statistics | 0.0 ms |
preparing | 0.0 ms |
executing | 0.0 ms |
end | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.1 ms |
cleaning up | 0.0 ms |
JROOT/administrator/components/com_securitycheckpro/models/protection.php:103
JROOT/administrator/components/com_securitycheckpro/models/protection.php:68
JROOT/plugins/system/securitycheckpro_cron/securitycheckpro_cron.php:160
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:83
JROOT/libraries/cms/application/cms.php:654
JROOT/libraries/cms/application/site.php:647
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:45
**Query Time: 1.52 ms** **After last query: 0.32 ms** **Query memory: 0.017 MB Memory before query: 8.858 MB** **Rows returned: 0**
**Duplicate queries**:
#25SELECT `storage_value`
FROM `nczdx_securitycheckpro_storage`
WHERE `storage_key` = 'filemanager_resume'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | **NO INDEX KEY COULD BE USED** | NULL | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
starting | 1.2 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 0.0 ms |
optimizing | 0.0 ms |
statistics | 0.0 ms |
preparing | 0.0 ms |
executing | 0.0 ms |
end | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.1 ms |
cleaning up | 0.0 ms |
JROOT/administrator/components/com_securitycheckpro/models/filemanager.php:199
JROOT/libraries/legacy/model/legacy.php:199
JROOT/plugins/system/securitycheckpro_cron/securitycheckpro_cron.php:94
JROOT/plugins/system/securitycheckpro_cron/securitycheckpro_cron.php:165
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:83
JROOT/libraries/cms/application/cms.php:654
JROOT/libraries/cms/application/site.php:647
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:45
**Query Time: 0.45 ms** **After last query: 0.25 ms** **Query memory: 0.017 MB Memory before query: 8.876 MB** **Rows returned: 0**
**Duplicate queries**:
#26SELECT `storage_value`
FROM `nczdx_securitycheckpro_storage`
WHERE `storage_key` = 'fileintegrity_resume'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | **NO INDEX KEY COULD BE USED** | NULL | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 0.0 ms |
optimizing | 0.0 ms |
statistics | 0.0 ms |
preparing | 0.0 ms |
executing | 0.0 ms |
end | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.1 ms |
cleaning up | 0.0 ms |
JROOT/administrator/components/com_securitycheckpro/models/filemanager.php:207
JROOT/libraries/legacy/model/legacy.php:199
JROOT/plugins/system/securitycheckpro_cron/securitycheckpro_cron.php:94
JROOT/plugins/system/securitycheckpro_cron/securitycheckpro_cron.php:165
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:83
JROOT/libraries/cms/application/cms.php:654
JROOT/libraries/cms/application/site.php:647
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:45
**Query Time: 0.42 ms** **After last query: 0.24 ms** **Query memory: 0.017 MB Memory before query: 8.893 MB** **Rows returned: 0**
**Duplicate queries**:
#27SELECT `storage_value`
FROM `nczdx_securitycheckpro_storage`
WHERE `storage_key` = 'malwarescan_resume'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | **NO INDEX KEY COULD BE USED** | NULL | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 0.0 ms |
optimizing | 0.0 ms |
statistics | 0.0 ms |
preparing | 0.0 ms |
executing | 0.0 ms |
end | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.1 ms |
cleaning up | 0.0 ms |
JROOT/administrator/components/com_securitycheckpro/models/filemanager.php:215
JROOT/libraries/legacy/model/legacy.php:199
JROOT/plugins/system/securitycheckpro_cron/securitycheckpro_cron.php:94
JROOT/plugins/system/securitycheckpro_cron/securitycheckpro_cron.php:165
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:83
JROOT/libraries/cms/application/cms.php:654
JROOT/libraries/cms/application/site.php:647
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:45
**Query Time: 0.42 ms** **After last query: 0.21 ms** **Query memory: 0.014 MB Memory before query: 8.909 MB** **Rows returned: 1**
SELECT `last_task`
FROM `nczdx_securitycheckpro_file_manager`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nczdx_securitycheckpro_file_manager | system | NULL | **NO INDEX KEY COULD BE USED** | NULL | NULL | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 0.0 ms |
optimizing | 0.0 ms |
statistics | 0.0 ms |
preparing | 0.0 ms |
executing | 0.0 ms |
Sending data | 0.0 ms |
end | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.1 ms |
cleaning up | 0.0 ms |
JROOT/plugins/system/securitycheckpro_cron/securitycheckpro_cron.php:102
JROOT/plugins/system/securitycheckpro_cron/securitycheckpro_cron.php:165
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:83
JROOT/libraries/cms/application/cms.php:654
JROOT/libraries/cms/application/site.php:647
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:45
**Query Time: 0.40 ms** **After last query: 0.20 ms** **Query memory: 0.014 MB Memory before query: 8.924 MB** **Rows returned: 1**
SELECT `last_check_integrity`
FROM `nczdx_securitycheckpro_file_manager`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nczdx_securitycheckpro_file_manager | system | NULL | **NO INDEX KEY COULD BE USED** | NULL | NULL | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 0.0 ms |
optimizing | 0.0 ms |
statistics | 0.0 ms |
preparing | 0.0 ms |
executing | 0.0 ms |
Sending data | 0.0 ms |
end | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.1 ms |
cleaning up | 0.0 ms |
JROOT/plugins/system/securitycheckpro_cron/securitycheckpro_cron.php:110
JROOT/plugins/system/securitycheckpro_cron/securitycheckpro_cron.php:165
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:83
JROOT/libraries/cms/application/cms.php:654
JROOT/libraries/cms/application/site.php:647
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:45
**Query Time: 0.71 ms** **After last query: 28.14 ms** **Query memory: 0.022 MB Memory before query: 9.278 MB** **Rows returned: 1**
SELECT extension_id AS id, element AS "option", params, enabled
FROM nczdx_extensions
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nczdx_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 364 | const,const | 1 | 100.00 | Using index condition |
Status | Duration |
---|
starting | 0.2 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 0.0 ms |
optimizing | 0.0 ms |
statistics | 0.1 ms |
preparing | 0.0 ms |
executing | 0.0 ms |
Sending data | 0.1 ms |
end | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.1 ms |
cleaning up | 0.0 ms |
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/libraries/cms/library/helper.php:156
JROOT/libraries/cms/library/helper.php:47
JROOT/libraries/cms/library/helper.php:90
JROOT/libraries/cms/version/version.php:189
JROOT/libraries/joomla/factory.php:736
JROOT/libraries/joomla/factory.php:216
JROOT/plugins/system/k2/k2.php:52
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:83
JROOT/libraries/cms/application/cms.php:1098
JROOT/libraries/cms/application/site.php:747
JROOT/libraries/cms/application/site.php:215
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:45
**Query Time: 0.63 ms** **After last query: 3.46 ms** **Query memory: 0.018 MB Memory before query: 9.403 MB**
UPDATE `nczdx_extensions`
SET `params` = '{\"mediaversion\":\"c3ac6b32ece02a094ec2f4d967e21c7a\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nczdx_extensions | range | element_clientid,element_folder_clientid,extension | extension | 364 | const,const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 0.1 ms |
updating | 0.1 ms |
end | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.1 ms |
cleaning up | 0.0 ms |
JROOT/libraries/cms/library/helper.php:119
JROOT/libraries/cms/version/version.php:240
JROOT/libraries/cms/version/version.php:199
JROOT/libraries/joomla/factory.php:736
JROOT/libraries/joomla/factory.php:216
JROOT/plugins/system/k2/k2.php:52
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:83
JROOT/libraries/cms/application/cms.php:1098
JROOT/libraries/cms/application/site.php:747
JROOT/libraries/cms/application/site.php:215
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:45
**Query Time: 0.66 ms** **After last query: 6.49 ms** **Query memory: 0.018 MB Memory before query: 9.799 MB** **Rows returned: 1**
SELECT *
FROM nczdx_languages
WHERE published=1
ORDER BY ordering ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nczdx_languages | ALL | NULL | **NO INDEX KEY COULD BE USED** | NULL | NULL | 1 | 100.00 | Using where; **Using filesort** |
Status | Duration |
---|
starting | 0.2 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 0.0 ms |
optimizing | 0.0 ms |
statistics | 0.0 ms |
preparing | 0.0 ms |
Sorting result | 0.0 ms |
executing | 0.0 ms |
Sending data | 0.0 ms |
Creating sort index | 0.1 ms |
end | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.1 ms |
cleaning up | 0.0 ms |
JROOT/libraries/joomla/language/helper.php:164
JROOT/libraries/cms/application/site.php:329
JROOT/components/com_k2/helpers/utilities.php:315
JROOT/administrator/components/com_k2/helpers/html.php:56
JROOT/plugins/system/k2/k2.php:55
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:83
JROOT/libraries/cms/application/cms.php:1098
JROOT/libraries/cms/application/site.php:747
JROOT/libraries/cms/application/site.php:215
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:45
**Query Time: 0.83 ms** **After last query: 6.72 ms** **Query memory: 0.024 MB Memory before query: 10.108 MB** **Rows returned: 3**
SELECT id, home, template, s.params
FROM nczdx_template_styles as s
LEFT JOIN nczdx_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | s | ALL | idx_template | **NO INDEX KEY COULD BE USED** | NULL | NULL | 5 | 100.00 | Using where |
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid,extension | element_clientid | 303 | rsm2015.s.template,const | 1 | 100.00 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.2 ms |
checking permissions | 0.0 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 0.0 ms |
optimizing | 0.0 ms |
statistics | 0.1 ms |
preparing | 0.0 ms |
executing | 0.0 ms |
Sending data | 0.1 ms |
end | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.1 ms |
cleaning up | 0.0 ms |
JROOT/libraries/cms/application/site.php:484
JROOT/libraries/cms/html/html.php:334
JROOT/libraries/cms/html/html.php:680
JROOT/libraries/cms/html/html.php:236
JROOT/libraries/cms/html/html.php:138
JROOT/libraries/cms/html/behavior.php:61
JROOT/libraries/cms/html/html.php:236
JROOT/libraries/cms/html/html.php:138
JROOT/administrator/components/com_k2/helpers/html.php:76
JROOT/plugins/system/k2/k2.php:55
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:83
JROOT/libraries/cms/application/cms.php:1098
JROOT/libraries/cms/application/site.php:747
JROOT/libraries/cms/application/site.php:215
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:45
**Query Time: 0.40 ms** **After last query: 295.49 ms** **Query memory: 0.015 MB Memory before query: 23.437 MB** **Rows returned: 78**
SELECT *
FROM nczdx_acymailing_config
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nczdx_acymailing_config | ALL | NULL | **NO INDEX KEY COULD BE USED** | NULL | NULL | 78 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 0.0 ms |
optimizing | 0.0 ms |
statistics | 0.0 ms |
preparing | 0.0 ms |
executing | 0.0 ms |
Sending data | 0.1 ms |
end | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.1 ms |
cleaning up | 0.0 ms |
JROOT/administrator/components/com_acymailing/classes/cpanel.php:17
JROOT/administrator/components/com_acymailing/helpers/helper.php:451
JROOT/administrator/components/com_acymailing/helpers/helper.php:958
JROOT/plugins/system/regacymailing/regacymailing.php:140
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:83
JROOT/libraries/cms/application/cms.php:1065
JROOT/libraries/cms/application/site.php:729
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:45
**Query Time: 0.58 ms** **After last query: 12.36 ms** **Query memory: 0.003 MB Memory before query: 23.617 MB**
UPDATE `nczdx_session`
SET `data` = '__default|a:9:{s:15:\"session.counter\";i:1;s:19:\"session.timer.start\";i:1611081076;s:18:\"session.timer.last\";i:1611081076;s:17:\"session.timer.now\";i:1611081076;s:22:\"session.client.browser\";s:40:\"CCBot/2.0 (https://commoncrawl.org/faq/)\";s:8:\"registry\";O:24:\"Joomla\\Registry\\Registry\":2:{s:7:\"\\0\\0\\0data\";O:8:\"stdClass\":0:{}s:9:\"separator\";s:1:\".\";}s:4:\"user\";O:5:\"JUser\":26:{s:9:\"\\0\\0\\0isRoot\";N;s:2:\"id\";i:0;s:4:\"name\";N;s:8:\"username\";N;s:5:\"email\";N;s:8:\"password\";N;s:14:\"password_clear\";s:0:\"\";s:5:\"block\";N;s:9:\"sendEmail\";i:0;s:12:\"registerDate\";N;s:13:\"lastvisitDate\";N;s:10:\"activation\";N;s:6:\"params\";N;s:6:\"groups\";a:1:{i:0;s:1:\"9\";}s:5:\"guest\";i:1;s:13:\"lastResetTime\";N;s:10:\"resetCount\";N;s:12:\"requireReset\";N;s:10:\"\\0\\0\\0_params\";O:24:\"Joomla\\Registry\\Registry\":2:{s:7:\"\\0\\0\\0data\";O:8:\"stdClass\":0:{}s:9:\"separator\";s:1:\".\";}s:14:\"\\0\\0\\0_authGroups\";N;s:14:\"\\0\\0\\0_authLevels\";a:3:{i:0;i:1;i:1;i:1;i:2;i:5;}s:15:\"\\0\\0\\0_authActions\";N;s:12:\"\\0\\0\\0_errorMsg\";N;s:13:\"\\0\\0\\0userHelper\";O:18:\"JUserWrapperHelper\":0:{}s:10:\"\\0\\0\\0_errors\";a:0:{}s:3:\"aid\";i:0;}s:19:\"com_mailto.formtime\";i:1611081077;s:13:\"session.token\";s:32:\"3b1c29635568f457f97fbcc6ee5f6b21\";}'
, `time` = '1611081077'
WHERE `session_id` = '9uc7om80at2o077cc30s3r0oq1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nczdx_session | range | PRIMARY | PRIMARY | 602 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.2 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 0.0 ms |
updating | 0.1 ms |
end | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.1 ms |
cleaning up | 0.0 ms |
JROOT/libraries/joomla/session/storage/database.php:84
**12 × SELECT COUNT(*)
from `nczdx_securitycheckpro_db`**
**9 × SELECT `storage_value`
FROM `nczdx_securitycheckpro_storage`**
**2 × SELECT extension_id AS id, element AS "option", params, enabled
FROM nczdx_extensions**
**1 × SELECT `last_task`
FROM `nczdx_securitycheckpro_file_manager**
**1 × SELECT `last_check_integrity`
FROM `nczdx_securitycheckpro_file_manager**
**1 × SELECT id, home, template, s.params
FROM nczdx_template_styles as s
LEFT JOIN nczdx_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id**
**1 × SELECT *
FROM nczdx_acymailing_confi**
**1 × SELECT *
FROM nczdx_languages**
**1 × SELECT COUNT(*)
from `nczdx_securitycheckpro_dynamic_blacklist`**
**1 × SELECT b.id
FROM nczdx_usergroups AS a
LEFT JOIN nczdx_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt**
**1 × SELECT `session_id`
FROM `nczdx_session`**
**1 × SELECT id, rules
FROM `nczdx_viewlevels**
**1 × SELECT folder AS type, element AS name, params
FROM nczdx_extensions**
**1 × SELECT `data`
FROM `nczdx_session`**
**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 nczdx_menu AS m
LEFT JOIN nczdx_extensions AS e
ON m.component_id = e.extension_id**