GET https://51.255.160.65/

Query Metrics

5 Database Queries
5 Different statements
10.13 ms Query time
3 Invalid entities
27 Managed entities

Queries

Group similar statements

# Time Info
1 2.82 ms
SELECT COUNT(*) FROM Etablissement t0
Parameters:
[]
2 1.42 ms
SELECT COUNT(*) FROM niveau_scolaire t0
Parameters:
[]
3 1.34 ms
SELECT COUNT(*) FROM classe t0
Parameters:
[]
4 2.14 ms
SELECT t0.ID AS ID_1, t0.Annee AS Annee_2, t0.datedebut AS datedebut_3, t0.datefin AS datefin_4, t0.cloture AS cloture_5, t0.par_defaut AS par_defaut_6, t0.Type AS Type_7, t0.datedebutsem1 AS datedebutsem1_8, t0.datefinsem1 AS datefinsem1_9, t0.datedebutsem2 AS datedebutsem2_10, t0.datefinsem2 AS datefinsem2_11, t0.datedebtrim1 AS datedebtrim1_12, t0.datefintrim1 AS datefintrim1_13, t0.datedebtrim2 AS datedebtrim2_14, t0.datefintrim2 AS datefintrim2_15, t0.datedebtrim3 AS datedebtrim3_16, t0.datefintrim3 AS datefintrim3_17, t0.creer_le AS creer_le_18, t0.creer_par AS creer_par_19, t0.modifier_le AS modifier_le_20, t0.modifier_par AS modifier_par_21 FROM AnneeScolaire t0 WHERE t0.par_defaut = ? AND t0.cloture = ? ORDER BY (SELECT 0) OFFSET 0 ROWS FETCH NEXT 1 ROWS ONLY
Parameters:
[
  1
  0
]
5 2.41 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.code AS code_3, t0.ordre AS ordre_4, t0.groupe AS groupe_5, t0.description AS description_6, t0.configuration AS configuration_7, t0.actif AS actif_8, t0.creer_le AS creer_le_9, t0.creer_par AS creer_par_10, t0.modifier_le AS modifier_le_11, t0.modifier_par AS modifier_par_12, t0.etablissement_id AS etablissement_id_13 FROM niveau_scolaire t0 ORDER BY t0.nom ASC
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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\NiveauScolaire 22
App\Entity\Etablissement 4
App\Entity\AnneeScolaire 1

Entities Mapping

Class Mapping errors
App\Entity\Etablissement
  • The association App\Entity\Etablissement#superviseurs refers to the owning side field App\Entity\EtablissementUtilisateur#idEtablissement which does not exist.
App\Entity\NiveauScolaire
  • The association App\Entity\NiveauScolaire#matieresScolaires refers to the owning side field App\Entity\MatiereScolaire#niveauScolaire which does not exist.
App\Entity\Classe
  • The field App\Entity\Classe#enseignantClasses is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\EnseignantClasse#classe does not contain the required 'inversedBy: "enseignantClasses"' attribute.
  • The field App\Entity\Classe#eleves is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Eleve#classe does not contain the required 'inversedBy: "eleves"' attribute.
App\Entity\AnneeScolaire No errors.
App\Entity\MatiereScolaire No errors.