Query Metrics

13 Database Queries
3 Different statements
2.54 ms Query time
3 Invalid entities

Grouped Statements

Show all queries

Time Count Info
1.51 ms
(59.51%)
11
SELECT t0.id AS id_1, t0.ville_departement AS ville_departement_2, t0.ville_nom_reel AS ville_nom_reel_3, t0.ville_code_postal AS ville_code_postal_4, t0.ville_nom_simple AS ville_nom_simple_5 FROM ville_france.villes_france_free t0 WHERE t0.id = ?
Parameters:
[
  4708
]
0.71 ms
(27.76%)
1
SELECT d0_.id AS id_0, d0_.date AS date_1, d0_.heure_depart AS heure_depart_2, d0_.heure_arrivee AS heure_arrivee_3, d0_.pdj AS pdj_4, d0_.rmidi AS rmidi_5, d0_.rsoir AS rsoir_6, d0_.rgd AS rgd_7, d0_.rnuit AS rnuit_8, d0_.retour_voiture AS retour_voiture_9, d0_.interr AS interr_10, d0_.amp AS amp_11, d0_.serv AS serv_12, d0_.cond AS cond_13, d0_.trav AS trav_14, d0_.coup AS coup_15, d0_.heure_nuit AS heure_nuit_16, d0_.i AS i_17, d0_.av AS av_18, d0_.created AS created_19, d0_.heure_voiture_avant AS heure_voiture_avant_20, d0_.heure_voiture_apres AS heure_voiture_apres_21, d0_.ville_depart_id AS ville_depart_id_22, d0_.ville_arrivee_id AS ville_arrivee_id_23, d0_.user_id AS user_id_24 FROM declaration_chauffeur d0_ WHERE d0_.date >= ? AND d0_.user_id = ? ORDER BY d0_.date DESC
Parameters:
[
  "2025-09-08 00:00:00"
  3
]
0.32 ms
(12.74%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.prenom AS prenom_5, t0.nom AS nom_6, t0.initiales AS initiales_7, t0.matricule AS matricule_8, t0.actif AS actif_9, t0.carte_clef_rendu AS carte_clef_rendu_10, t0.rappel_sms AS rappel_sms_11, t0.telephone AS telephone_12, t0.telephone_pro AS telephone_pro_13, t0.ville_id AS ville_id_14, t0.ville_attache_id AS ville_attache_id_15, t0.systeme_client_id AS systeme_client_id_16 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "nicolas.boudet40@orange.fr"
]

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\User
  • The association App\Entity\User#camions refers to the owning side field App\Entity\Camion#user which does not exist.
  • The association App\Entity\User#cartePaiements refers to the owning side field App\Entity\CartePaiement#user which does not exist.
App\Entity\VilleFrance No errors.
App\Entity\SystemeClient
  • The association App\Entity\SystemeClient#maintenanceTypes refers to the owning side field App\Entity\MaintenanceType#SystemeClient which does not exist.
App\Entity\Camion
  • The association App\Entity\Camion#cartePaiements refers to the owning side field App\Entity\CartePaiement#camion which does not exist.
  • The association App\Entity\Camion#maintenances refers to the owning side field App\Entity\Maintenance#Camion which does not exist.
  • The association App\Entity\Camion#constructeur refers to the inverse side field App\Entity\Constructeur#constructeur which does not exist.
App\Entity\CamionUser No errors.
App\Entity\Documentation No errors.
App\Entity\CartePaiement No errors.
App\Entity\Absence No errors.
App\Entity\PlanningReccurence No errors.
App\Entity\InfoChauffeur No errors.
App\Entity\InfoChauffeurDate No errors.
App\Entity\PlanningUpdateDateTime No errors.
App\Entity\HoraireExploit No errors.
App\Entity\DeclarationChauffeur No errors.