Query Metrics
7
Database Queries
3
Different statements
4.59 ms
Query time
0
Invalid entities
11
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
2.92 ms (63.49%) |
5 |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.user_id AS user_id_4 FROM chercheur t0 WHERE t0.user_id = ?
Parameters:
[
12
]
|
|
1.29 ms (28.17%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.created_at AS created_at_5 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
1
]
|
|
0.38 ms (8.34%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.created_at AS created_at_5 FROM `user` t0
Parameters:
[] |
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 |
|---|---|
| App\Entity\User | 6 |
| App\Entity\Chercheur | 5 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Chercheur | No errors. |
| App\Entity\HistoriqueMails | No errors. |