Query Metrics
6
Database Queries
6
Different statements
2.74 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.63 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.description AS description_3, t0.datedebut AS datedebut_4, t0.datefin AS datefin_5, t0.nbrmaxparticipants AS nbrmaxparticipants_6, t0.programme_id AS programme_id_7 FROM session t0 WHERE t0.id = ?
Parameters:
[
"11"
]
|
2 | 0.30 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.role AS role_5, t0.nom AS nom_6 FROM user t0 WHERE t0.id = ?
Parameters:
[
8
]
|
3 | 0.35 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.jour AS jour_3, t0.heuredebut AS heuredebut_4, t0.heurefin AS heurefin_5, t0.typeseance AS typeseance_6, t0.semainendps AS semainendps_7, t0.sessions_id AS sessions_id_8 FROM seance t0 WHERE t0.sessions_id = ?
Parameters:
[
11
]
|
4 | 0.52 ms |
SELECT m0_.id AS id_0, m0_.membre_id AS membre_id_1, m0_.seance_id AS seance_id_2, m0_.suivienseignement_id AS suivienseignement_id_3 FROM membre_seance_suivi_ens m0_ INNER JOIN seance s1_ ON m0_.seance_id = s1_.id INNER JOIN session s2_ ON s1_.sessions_id = s2_.id WHERE s2_.id = ?
Parameters:
[
11
]
|
5 | 0.35 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.description AS description_3, t0.seance AS seance_4, t0.trancheage_id AS trancheage_id_5 FROM programme t0 WHERE t0.id = ?
Parameters:
[
4
]
|
6 | 0.59 ms |
SELECT p0_.id AS id_0, p0_.nom AS nom_1, p0_.description AS description_2, p0_.seance AS seance_3, p0_.trancheage_id AS trancheage_id_4 FROM programme 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\Session | No errors. |
App\Entity\Programme | No errors. |
App\Entity\Seance | No errors. |
App\Entity\User | No errors. |
App\Entity\Suivi | No errors. |
App\Entity\SeanceDetail | No errors. |
App\Entity\MembreSeanceSuiviEns | No errors. |
App\Entity\Membre | No errors. |
App\Entity\SuivieEnseignement | No errors. |
App\Entity\TrancheAge | No errors. |