Query Metrics
11
Database Queries
11
Different statements
23.10 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
4.10 ms (17.74%) |
1 |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.date_naissance AS date_naissance_4, t0.numero_tel AS numero_tel_5, t0.numero_portable AS numero_portable_6, t0.email AS email_7, t0.adeli AS adeli_8, t0.rpps AS rpps_9, t0.adresse_pro_id AS adresse_pro_id_10, t0.civilite_id AS civilite_id_11, t12.id AS id_13, t12.sujet AS sujet_14, t12.message AS message_15, t12.datetime AS datetime_16, t12.ip_adresse AS ip_adresse_17, t12.individu_id AS individu_id_18 FROM individu t0 LEFT JOIN demande_contact t12 ON t12.individu_id = t0.id WHERE t0.id = ?
Parameters:
[
43
]
|
|
3.65 ms (15.82%) |
1 |
SELECT t0.id AS id_1, t0.dateheure_inscription AS dateheure_inscription_2, t0.individu_id AS individu_id_3, t0.session_id AS session_id_4, t0.role_id AS role_id_5 FROM formateur t0 WHERE t0.session_id = ?
Parameters:
[
4
]
|
|
2.80 ms (12.10%) |
1 |
SELECT c0_.id AS id_0, c0_.libelle AS libelle_1 FROM civilite c0_
Parameters:
[] |
|
2.73 ms (11.82%) |
1 |
SELECT t0.id AS id_1, t0.libelle AS libelle_2 FROM statut_stagiaire t0 WHERE t0.id = ?
Parameters:
[
1
]
|
|
2.44 ms (10.56%) |
1 |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.duree_heures AS duree_heures_3 FROM duree_session t0 WHERE t0.id = ?
Parameters:
[
1
]
|
|
2.19 ms (9.46%) |
1 |
SELECT t0.id AS id_1, t0.libelle AS libelle_2 FROM organisme t0 WHERE t0.id = ?
Parameters:
[
1
]
|
|
2.00 ms (8.66%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.dateheure_derniere_connexion AS dateheure_derniere_connexion_5, t0.individu_id AS individu_id_6 FROM utilisateur t0 WHERE t0.id = ?
Parameters:
[
3
]
|
|
1.39 ms (6.00%) |
1 |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.dateheure_debut AS dateheure_debut_3, t0.objectifs AS objectifs_4, t0.nb_participants_max AS nb_participants_max_5, t0.cible AS cible_6, t0.numero_action AS numero_action_7, t0.description AS description_8, t0.organisme_id AS organisme_id_9, t0.duree_id AS duree_id_10, t0.lieu_id AS lieu_id_11, t0.theme_id AS theme_id_12, t0.responsable_id AS responsable_id_13 FROM session t0 WHERE t0.id = ?
Parameters:
[
"4"
]
|
|
0.82 ms (3.55%) |
1 |
SELECT t0.id AS id_1, t0.libelle AS libelle_2 FROM theme_session t0 WHERE t0.id = ?
Parameters:
[
1
]
|
|
0.53 ms (2.30%) |
1 |
SELECT t0.id AS id_1, t0.dateheure_inscription AS dateheure_inscription_2, t0.individu_id AS individu_id_3, t0.session_id AS session_id_4, t0.statut_id AS statut_id_5 FROM stagiaire t0 WHERE t0.session_id = ?
Parameters:
[
4
]
|
|
0.46 ms (1.98%) |
1 |
SELECT t0.id AS id_1, t0.voie AS voie_2, t0.voie_suite AS voie_suite_3, t0.code_postal AS code_postal_4, t0.ville AS ville_5 FROM adresse t0 WHERE t0.id = ?
Parameters:
[
50
]
|
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\Organisme | No errors. |
| App\Entity\DureeSession | No errors. |
| App\Entity\Adresse | No errors. |
| App\Entity\ThemeSession | No errors. |
| App\Entity\Utilisateur | No errors. |
| App\Entity\Stagiaire | No errors. |
| App\Entity\Formateur | No errors. |
| App\Entity\StatutStagiaire | No errors. |
| App\Entity\Civilite | No errors. |
| App\Entity\Individu | No errors. |
| App\Entity\RoleFormateur | No errors. |
| App\Entity\DemandeContact | No errors. |