Query Metrics
8
Database Queries
8
Different statements
8.24 ms
Query time
0
Invalid entities
0
Managed entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
4.28 ms (51.98%) |
1 |
SELECT MAX(ts) FROM attempt WHERE src_ip_txt = ?
Parameters:
[
"164.90.180.216"
]
|
1.13 ms (13.76%) |
1 |
SELECT path p, COUNT(*) c FROM attempt WHERE src_ip_txt=? AND path IS NOT NULL AND path<>'' GROUP BY p ORDER BY c DESC LIMIT 12
Parameters:
[
"164.90.180.216"
]
|
0.75 ms (9.10%) |
1 |
SELECT COUNT(*) FROM attempt WHERE src_ip_txt = ?
Parameters:
[
"164.90.180.216"
]
|
0.69 ms (8.33%) |
1 |
SELECT DISTINCT a0_.id AS id_0, a0_.ts AS ts_1 FROM attempt a0_ WHERE a0_.src_ip_txt = ? ORDER BY a0_.ts DESC LIMIT 50
Parameters:
[
"164.90.180.216"
]
|
0.50 ms (6.13%) |
1 |
SELECT count(DISTINCT a0_.id) AS sclr_0 FROM attempt a0_ WHERE a0_.src_ip_txt = ?
Parameters:
[
"164.90.180.216"
]
|
0.34 ms (4.16%) |
1 |
SELECT dport, COUNT(*) c FROM attempt WHERE src_ip_txt=? GROUP BY dport ORDER BY c DESC LIMIT 10
Parameters:
[
"164.90.180.216"
]
|
0.32 ms (3.92%) |
1 |
SELECT proto, COUNT(*) c FROM attempt WHERE src_ip_txt=? GROUP BY proto ORDER BY c DESC
Parameters:
[
"164.90.180.216"
]
|
0.22 ms (2.61%) |
1 |
SELECT MIN(ts) FROM attempt WHERE src_ip_txt = ?
Parameters:
[
"164.90.180.216"
]
|
Database Connections
Name | Service |
---|---|
default | doctrine.dbal.default_connection |
Entity Managers
Name | Service |
---|---|
default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Managed Entities
default entity manager
Class | Amount of managed objects |
---|
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\Attempt | No errors. |