Query Metrics
2
Database Queries
2
Different statements
6.49 ms
Query time
0
Invalid entities
4
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
5.58 ms (85.95%) |
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.telephone AS telephone_7, t0.is_active AS is_active_8, t0.created_at AS created_at_9, t10.id AS id_11, t10.date_naissance AS date_naissance_12, t10.sexe AS sexe_13, t10.groupe_sanguin AS groupe_sanguin_14, t10.antecedents AS antecedents_15, t10.allergies AS allergies_16, t10.traitements AS traitements_17, t10.adresse AS adresse_18, t10.ville AS ville_19, t10.numero_dossier AS numero_dossier_20, t10.user_id AS user_id_21, t22.id AS id_23, t22.specialite AS specialite_24, t22.numero_ordre AS numero_ordre_25, t22.duree_creneau AS duree_creneau_26, t22.horaires AS horaires_27, t22.tarif_consultation AS tarif_consultation_28, t22.biographie AS biographie_29, t22.photo AS photo_30, t22.disponible AS disponible_31, t22.user_id AS user_id_32 FROM "user" t0 LEFT JOIN patient t10 ON t10.user_id = t0.id LEFT JOIN medecin t22 ON t22.user_id = t0.id WHERE t0.id = ?
Parameters:
[
18
]
|
||||||||||||||||||||||||||
|
0.91 ms (14.05%) |
1 |
SELECT t0.id AS id_1, t0.specialite AS specialite_2, t0.numero_ordre AS numero_ordre_3, t0.duree_creneau AS duree_creneau_4, t0.horaires AS horaires_5, t0.tarif_consultation AS tarif_consultation_6, t0.biographie AS biographie_7, t0.photo AS photo_8, t0.disponible AS disponible_9, t0.user_id AS user_id_10 FROM medecin t0 WHERE t0.id = ?
Parameters:
[
6
]
|
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\User | 2 |
| App\Entity\Patient | 1 |
| App\Entity\Medecin | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Patient | No errors. |
| App\Entity\Medecin | No errors. |
| App\Entity\RendezVous | No errors. |
| App\Entity\Consultation | No errors. |
| App\Entity\Ordonnance | No errors. |
| App\Entity\Document | No errors. |