Query Metrics
6
Database Queries
6
Different statements
5.42 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.58 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.nom AS nom_6, t0.prenom AS prenom_7, t0.civilite AS civilite_8, t0.telephone AS telephone_9, t0.active AS active_10, t0.pays_id AS pays_id_11, t0.destinataire_id AS destinataire_id_12 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
21
]
|
| 2 | 0.57 ms |
SELECT t0.id AS id_1, t0.datearrive AS datearrive_2, t0.numero AS numero_3, t0.datecour AS datecour_4, t0.numcour AS numcour_5, t0.expeditaire AS expeditaire_6, t0.objet AS objet_7, t0.courrier AS courrier_8, t0.create_at AS create_at_9, t0.date AS date_10, t0.archive AS archive_11, t0.confi AS confi_12, t0.deposant AS deposant_13, t0.action AS action_14, t0.destinataire_id AS destinataire_id_15 FROM `carrive` t0 WHERE t0.id = ?
Parameters:
[
"3234"
]
|
| 3 | 0.56 ms |
SELECT d0_.id AS id_0, d0_.libelle AS libelle_1, d0_.statut AS statut_2 FROM destinataire d0_ WHERE d0_.id IN (?)
Parameters:
[
"20"
]
|
| 4 | 0.33 ms |
"START TRANSACTION"
Parameters:
[] |
| 5 | 0.44 ms |
INSERT INTO imputation (date, delais, reponse, statut, commentaire, etat, doctoure, dateretour, observationdir, dateobs, docfinal, datefinale, effet, archive, transmet, courrier_id, destinataire_id, responsable_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "2026-06-25" "2026-06-29" "pour nécessaire" null null null null null null null null null "0" null 0 3234 20 null ] |
| 6 | 1.94 ms |
"COMMIT"
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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Pays | No errors. |
| App\Entity\Destinataire | No errors. |
| App\Entity\Loginattemp | No errors. |
| App\Entity\Imputation | No errors. |
| App\Entity\Carrive | No errors. |
| App\Entity\Document | No errors. |
| App\Entity\Csortir | No errors. |
| App\Entity\Mission | No errors. |
| App\Entity\Audience | No errors. |