Query Metrics
2
Database Queries
2
Different statements
5.76 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 3.38 ms |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.title AS title_3, t0.content AS content_4, t0.is_done AS is_done_5, t0.user_id AS user_id_6 FROM task t0 WHERE t0.is_done = ?
Parameters:
[
1
]
|
2 | 2.37 ms |
SELECT t0.id AS id_1, t0.username AS username_2, t0.password AS password_3, t0.email AS email_4, t0.role AS role_5 FROM user t0 WHERE t0.id = ?
Parameters:
[
3
]
|
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\Task | No errors. |
App\Entity\User | No errors. |