Query Metrics
11
Database Queries
3
Different statements
4.01 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.92 ms (47.90%) |
6 |
SELECT t0.id AS id_1, t0.nom_tach AS nom_tach_2, t0.date_creation AS date_creation_3, t0.date_debut AS date_debut_4, t0.etat_tach AS etat_tach_5, t0.prio_tach AS prio_tach_6, t0.date_fin AS date_fin_7, t0.id_marche AS id_marche_8, t0.date_echeance AS date_echeance_9, t0.type_tach AS type_tach_10 FROM tache t0 WHERE t0.id = ?
Parameters:
[
160
]
|
|
1.59 ms (39.53%) |
4 |
SELECT t0.id AS id_1, t0.nom_util AS nom_util_2, t0.pren_util AS pren_util_3, t0.emai_util AS emai_util_4, t0.tele_util AS tele_util_5, t0.pass_util AS pass_util_6, t0.type_util AS type_util_7, t0.logo_util AS logo_util_8, t0.last_conn AS last_conn_9, t0.token_device AS token_device_10, t0.active AS active_11 FROM utilisateur t0 WHERE t0.id = ?
Parameters:
[
21
]
|
|
0.50 ms (12.57%) |
1 |
SELECT t0_.id AS id_0, t0_.id_util AS id_util_1, t0_.id_tach AS id_tach_2 FROM tache_utilisateur t0_ WHERE t0_.id_tach IN (SELECT t1_.id FROM tache t1_ WHERE t1_.etat_tach <> 3 AND t1_.date_echeance < ?)
Parameters:
[
"2026-02-05 00:01:02"
]
|
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\TacheUtilisateur | No errors. |
| App\Entity\Tache | No errors. |
| App\Entity\Utilisateur | No errors. |