Query Metrics
5
Database Queries
5
Different statements
6.88 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
1.91 ms (27.77%) |
1 |
SELECT t0.id AS id_1, t0.date_create AS date_create_2, t0.date_update AS date_update_3, t0.name AS name_4, t0.cpf AS cpf_5, t0.alias AS alias_6, t0.code_stage AS code_stage_7, t0.illustration_name AS illustration_name_8, t0.objectifs AS objectifs_9, t0.prerequis AS prerequis_10, t0.programme AS programme_11, t0.moyens_fournis AS moyens_fournis_12, t0.modalites AS modalites_13, t0.niveau_professionnel AS niveau_professionnel_14, t0.public AS public_15, t0.modalites_detail AS modalites_detail_16, t0.soustitre AS soustitre_17, t0.date_publication AS date_publication_18, t0.evaluation AS evaluation_19, t0.duree_jour AS duree_jour_20, t0.duree_heure AS duree_heure_21, t0.actif AS actif_22 FROM formation t0 WHERE t0.alias = ? LIMIT 1
Parameters:
[
"comprendre-les-enjeux-du-web-semantique"
]
|
1.44 ms (20.95%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.presentation AS presentation_3 FROM formation_formateur t0 INNER JOIN formation_formation_formateur ON t0.id = formation_formation_formateur.formation_formateur_id WHERE formation_formation_formateur.formation_id = ?
Parameters:
[
7
]
|
1.22 ms (17.71%) |
1 |
SELECT t0.id AS id_1, t0.date_debut AS date_debut_2, t0.date_fin AS date_fin_3, t0.horaires AS horaires_4, t0.tarif_adherent AS tarif_adherent_5, t0.tarif_non_adherent AS tarif_non_adherent_6, t0.contact AS contact_7, t0.modalites AS modalites_8, t0.lieu AS lieu_9, t0.session_complete AS session_complete_10, t0.formation_id AS formation_id_11 FROM formation_session t0 WHERE t0.formation_id = ?
Parameters:
[
7
]
|
1.21 ms (17.54%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.alias AS alias_3 FROM formation_domaine t0 INNER JOIN formation_formation_domaine ON t0.id = formation_formation_domaine.formation_domaine_id WHERE formation_formation_domaine.formation_id = ?
Parameters:
[
7
]
|
1.10 ms (16.03%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2 FROM formation_type_stage t0 INNER JOIN formation_formation_type_stage ON t0.id = formation_formation_type_stage.formation_type_stage_id WHERE formation_formation_type_stage.formation_id = ?
Parameters:
[
7
]
|
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\Formation | No errors. |
App\Entity\FormationPublic | No errors. |
App\Entity\FormationFormateur | No errors. |
App\Entity\FormationDomaine | No errors. |
App\Entity\FormationTypeStage | No errors. |
App\Entity\FormationSession | No errors. |