Query Metrics
9
Database Queries
9
Different statements
2.21 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
0.87 ms (39.36%) |
1 |
SELECT COUNT(*) AS num FROM `notifications` WHERE recipient = ? AND `read` = 0 AND creationDate >= ?
Parameters:
[ 89 "2025-08-28 15:56:44" ] |
0.67 ms (30.16%) |
1 |
SELECT id FROM `notifications` WHERE recipient = ? AND `read` = 0 AND creationDate >= ? ORDER BY `creationDate` DESC LIMIT 1
Parameters:
[ 89 "2025-08-28 15:56:44" ] |
0.24 ms (11.05%) |
1 |
SELECT * FROM users WHERE `type` = ? AND id = ?
Parameters:
[ "user" 89 ] |
0.11 ms (5.08%) |
1 |
"COMMIT"
Parameters:
[] |
0.08 ms (3.57%) |
1 |
SELECT * FROM users_workspaces_object WHERE userId = ?
Parameters:
[
89
]
|
0.08 ms (3.53%) |
1 |
"START TRANSACTION"
Parameters:
[] |
0.06 ms (2.49%) |
1 |
SELECT COUNT(*) AS num FROM `notifications` WHERE recipient = ? AND `read` = 0
Parameters:
[
89
]
|
0.05 ms (2.45%) |
1 |
SELECT * FROM users_workspaces_asset WHERE userId = ?
Parameters:
[
89
]
|
0.05 ms (2.31%) |
1 |
SELECT * FROM users_workspaces_document WHERE userId = ?
Parameters:
[
89
]
|
Database Connections
Name | Service |
---|---|
default | doctrine.dbal.default_connection |
Entity Managers
There are no configured entity managers.
Second Level Cache
Second Level Cache is not enabled.