Query Metrics
18
Database Queries
7
Different statements
13.40 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.02 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.date_debut AS date_debut_3, t0.date_fin AS date_fin_4, t0.est_genere AS est_genere_5 FROM progression t0 WHERE t0.id = ?
Parameters:
[
"1"
]
|
| 2 | 0.75 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.jour AS jour_3, t0.ref_seance_id AS ref_seance_id_4, t0.ref_periode_cle_id AS ref_periode_cle_id_5, t0.ref_bloc_heure_id AS ref_bloc_heure_id_6, t0.ref_progression_id AS ref_progression_id_7 FROM progression_detail t0 WHERE t0.ref_progression_id = ?
Parameters:
[
1
]
|
| 3 | 0.64 ms |
SELECT t0.id AS id_1, t0.debut AS debut_2, t0.fin AS fin_3, t0.ref_periode_type_id AS ref_periode_type_id_4 FROM periode_cle t0 WHERE t0.id = ?
Parameters:
[
13
]
|
| 4 | 0.64 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.avoir_cours AS avoir_cours_3, t0.couleur AS couleur_4 FROM periode_type t0 WHERE t0.id = ?
Parameters:
[
8
]
|
| 5 | 1.10 ms |
SELECT t0.id AS id_1, t0.jour AS jour_2, t0.duree AS duree_3, t0.ref_matiere_id AS ref_matiere_id_4 FROM bloc_heure t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 6 | 0.65 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.ref_filere_id AS ref_filere_id_3 FROM matiere t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 7 | 0.67 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2 FROM filiere t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 8 | 1.08 ms |
SELECT t0.id AS id_1, t0.jour AS jour_2, t0.duree AS duree_3, t0.ref_matiere_id AS ref_matiere_id_4 FROM bloc_heure t0 WHERE t0.id = ?
Parameters:
[
2
]
|
| 9 | 1.08 ms |
SELECT t0.id AS id_1, t0.jour AS jour_2, t0.duree AS duree_3, t0.ref_matiere_id AS ref_matiere_id_4 FROM bloc_heure t0 WHERE t0.id = ?
Parameters:
[
3
]
|
| 10 | 0.63 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.ref_filere_id AS ref_filere_id_3 FROM matiere t0 WHERE t0.id = ?
Parameters:
[
3
]
|
| 11 | 0.66 ms |
SELECT t0.id AS id_1, t0.debut AS debut_2, t0.fin AS fin_3, t0.ref_periode_type_id AS ref_periode_type_id_4 FROM periode_cle t0 WHERE t0.id = ?
Parameters:
[
7
]
|
| 12 | 0.63 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.avoir_cours AS avoir_cours_3, t0.couleur AS couleur_4 FROM periode_type t0 WHERE t0.id = ?
Parameters:
[
2
]
|
| 13 | 0.63 ms |
SELECT t0.id AS id_1, t0.debut AS debut_2, t0.fin AS fin_3, t0.ref_periode_type_id AS ref_periode_type_id_4 FROM periode_cle t0 WHERE t0.id = ?
Parameters:
[
19
]
|
| 14 | 0.66 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.avoir_cours AS avoir_cours_3, t0.couleur AS couleur_4 FROM periode_type t0 WHERE t0.id = ?
Parameters:
[
12
]
|
| 15 | 0.61 ms |
SELECT t0.id AS id_1, t0.debut AS debut_2, t0.fin AS fin_3, t0.ref_periode_type_id AS ref_periode_type_id_4 FROM periode_cle t0 WHERE t0.id = ?
Parameters:
[
20
]
|
| 16 | 0.68 ms |
SELECT t0.id AS id_1, t0.debut AS debut_2, t0.fin AS fin_3, t0.ref_periode_type_id AS ref_periode_type_id_4 FROM periode_cle t0 WHERE t0.id = ?
Parameters:
[
16
]
|
| 17 | 0.65 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.avoir_cours AS avoir_cours_3, t0.couleur AS couleur_4 FROM periode_type t0 WHERE t0.id = ?
Parameters:
[
10
]
|
| 18 | 0.62 ms |
SELECT t0.id AS id_1, t0.debut AS debut_2, t0.fin AS fin_3, t0.ref_periode_type_id AS ref_periode_type_id_4 FROM periode_cle t0 WHERE t0.id = ?
Parameters:
[
9
]
|
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\Progression | No errors. |
| App\Entity\BlocHeure | No errors. |
| App\Entity\PeriodeCle | No errors. |
| App\Entity\ProgressionDetail | No errors. |
| App\Entity\Seance | No errors. |
| App\Entity\PeriodeType | No errors. |
| App\Entity\Matiere | No errors. |
| App\Entity\Filiere | No errors. |
| App\Entity\Sequence | No errors. |