GET https://soutenance.manosphone.com/

Query Metrics

25 Database Queries
4 Different statements
17.69 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
7.18 ms
(40.62%)
1
SELECT t0.id AS id_1, t0.remarque AS remarque_2, t0.heure_debut AS heure_debut_3, t0.heure_fin AS heure_fin_4, t0.soutenance_id AS soutenance_id_5 FROM calendrier t0
Parameters:
[]
5.17 ms
(29.23%)
12
SELECT t0.id AS id_1, t0.date_soutenance AS date_soutenance_2, t0.president AS president_3, t0.examinateur AS examinateur_4, t0.resultat AS resultat_5, t0.annee_soutenance AS annee_soutenance_6, t0.these_id AS these_id_7, t0.salle_id AS salle_id_8 FROM soutenance t0 WHERE t0.id = ?
Parameters:
[
  2
]
3.06 ms
(17.32%)
7
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.date_naissance AS date_naissance_4, t0.email AS email_5, t0.telephone AS telephone_6, t0.date_inscription AS date_inscription_7, t0.adresse AS adresse_8, t0.filiere_id AS filiere_id_9 FROM etudiant t0 WHERE t0.id = ?
Parameters:
[
  4
]
2.27 ms
(12.83%)
5
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.date_debut AS date_debut_3, t0.date_fin AS date_fin_4, t0.statut AS statut_5, t0.description AS description_6, t0.etudiant_id AS etudiant_id_7, t0.superviseur_id AS superviseur_id_8, t0.etudiant2_id AS etudiant2_id_9 FROM these t0 WHERE t0.id = ?
Parameters:
[
  3
]

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\Calendrier No errors.
App\Entity\Soutenance
  • The association App\Entity\Soutenance#these refers to the inverse side field App\Entity\These#soutenances which does not exist.
App\Entity\These No errors.
App\Entity\Salle No errors.
App\Entity\Etudiant No errors.
App\Entity\Superviseur No errors.
App\Entity\Filiere No errors.