Query Metrics
1
Database Queries
1
Different statements
3.28 ms
Query time
0
Invalid entities
2
Managed entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 3.28 ms |
SELECT t0.id AS id_1, t0.roles AS roles_2, t0.password AS password_3, t0.is_verified AS is_verified_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.username AS username_7, t0.token AS token_8, t0.token_mdp AS token_mdp_9, t0.desactivation_compte AS desactivation_compte_10, t0.created_at AS created_at_11, t0.refus_campagne AS refus_campagne_12, t0.compte_finalise AS compte_finalise_13, t0.structure AS structure_14, t0.nom_structure AS nom_structure_15, t0.coordonnees_id AS coordonnees_id_16, t0.info_allocataire_id AS info_allocataire_id_17, t18.id AS id_19, t18.date_naissance AS date_naissance_20, t18.pays_naissance AS pays_naissance_21, t18.code_postal_naissance AS code_postal_naissance_22, t18.commune_naissance AS commune_naissance_23, t18.numero_securite_social AS numero_securite_social_24, t18.intitule_poste AS intitule_poste_25, t18.nom_photo AS nom_photo_26, t18.updated_at_photo AS updated_at_photo_27, t18.notes AS notes_28, t18.code_insee AS code_insee_29, t18.user_id AS user_id_30, t18.statut_employe_id AS statut_employe_id_31 FROM user t0 LEFT JOIN animateur t18 ON t18.user_id = t0.id WHERE t0.username = ? LIMIT 1
Parameters:
[
"gaelle_admin"
]
|
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 | 1 |
App\Entity\Coordonnees | 1 |
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\User | No errors. |
App\Entity\Coordonnees | No errors. |
App\Entity\InfoAllocataire | No errors. |
App\Entity\Animateur | No errors. |
App\Entity\StatutEmploye | No errors. |
App\Entity\EstLie | No errors. |
App\Entity\Reservation | No errors. |
App\Entity\Annulation | No errors. |
App\Entity\ModePaiementCommande | No errors. |
App\Entity\AdhesionUtilisateur | No errors. |