Query Metrics
20
Database Queries
8
Different statements
16.02 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
7.48 ms (46.68%) |
12 |
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:
[
1
]
|
|
2.24 ms (13.96%) |
1 |
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:
[
"3"
]
|
|
1.73 ms (10.82%) |
1 |
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 INNER JOIN progression_bloc_heure ON t0.id = progression_bloc_heure.bloc_heure_id WHERE progression_bloc_heure.progression_id = ?
Parameters:
[
3
]
|
|
1.39 ms (8.67%) |
1 |
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 INNER JOIN progression_periode_cle ON t0.id = progression_periode_cle.periode_cle_id WHERE progression_periode_cle.progression_id = ?
Parameters:
[
3
]
|
|
1.25 ms (7.78%) |
2 |
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
]
|
|
0.67 ms (4.18%) |
1 |
SELECT b0_.id AS id_0, b0_.jour AS jour_1, b0_.duree AS duree_2, b0_.ref_matiere_id AS ref_matiere_id_3 FROM bloc_heure b0_
Parameters:
[] |
|
0.64 ms (4.01%) |
1 |
SELECT t0.id AS id_1, t0.libelle AS libelle_2 FROM filiere t0 WHERE t0.id = ?
Parameters:
[
1
]
|
|
0.62 ms (3.90%) |
1 |
SELECT p0_.id AS id_0, p0_.debut AS debut_1, p0_.fin AS fin_2, p0_.ref_periode_type_id AS ref_periode_type_id_3 FROM periode_cle p0_
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\Progression | No errors. |
| App\Entity\BlocHeure | No errors. |
| App\Entity\PeriodeCle | No errors. |
| App\Entity\ProgressionDetail | No errors. |
| App\Entity\Matiere | No errors. |
| App\Entity\PeriodeType | No errors. |
| App\Entity\Filiere | No errors. |
| App\Entity\Sequence | No errors. |