Query Metrics
2
Database Queries
2
Different statements
6.59 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 5.08 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.body AS body_3, t0.customer_no AS customer_no_4, t0.status AS status_5, t0.created_at AS created_at_6, t0.type_object AS type_object_7, t0.id_object AS id_object_8, t0.direction AS direction_9 FROM notification t0 WHERE t0.direction = ? ORDER BY t0.created_at DESC LIMIT 6
Parameters:
[
"agent"
]
|
2 | 1.51 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.body AS body_3, t0.customer_no AS customer_no_4, t0.status AS status_5, t0.created_at AS created_at_6, t0.type_object AS type_object_7, t0.id_object AS id_object_8, t0.direction AS direction_9 FROM notification t0 WHERE t0.direction = ? AND t0.status = ?
Parameters:
[ "agent" 0 ] |
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.
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\Notification | No errors. |
App\Entity\User | No errors. |