Query Metrics
3
Database Queries
3
Different statements
0.53 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.26 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.reset_token AS reset_token_6, t0.nom AS nom_7, t0.prenom AS prenom_8, t0.client_id AS client_id_9 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
2
]
|
| 2 | 0.14 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.nsor AS nsor_3, t0.contact AS contact_4, t0.mail_contact AS mail_contact_5, t0.reduction AS reduction_6, t0.adresse_principale_id AS adresse_principale_id_7, t0.transporteur_id AS transporteur_id_8 FROM client t0 WHERE t0.id = ?
Parameters:
[
21
]
|
| 3 | 0.13 ms |
SELECT m0_.id AS id_0, m0_.titre AS titre_1, m0_.message AS message_2, m0_.debut AS debut_3, m0_.fin AS fin_4 FROM message_temporaire m0_ WHERE m0_.debut <= ? AND m0_.fin >= ?
Parameters:
[ "2026-09-08" "2026-09-08" ] |
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\User | No errors. |
| App\Entity\Client | No errors. |
| App\Entity\Adresse | No errors. |
| App\Entity\Transporteur | No errors. |
| App\Entity\Faisceau | No errors. |
| App\Entity\MessageTemporaire | No errors. |