Query Metrics
3
Database Queries
3
Different statements
12.36 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.88 ms |
SELECT t0.slug_username AS slug_username_1, t0.username AS username_2, t0.password AS password_3, t0.roles AS roles_4, t0.id AS id_5, t0.email AS email_6, t0.email_token AS email_token_7, t0.nom AS nom_8, t0.prenom AS prenom_9, t0.nom_complet AS nom_complet_10, t0.dateNaissance AS dateNaissance_11, t0.contacts AS contacts_12, t0.adresse AS adresse_13, t0.matricule AS matricule_14, t0.salaire AS salaire_15, t0.numero_cnps AS numero_cnps_16, t0.vacataire AS vacataire_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.filename AS filename_20, t0.boutique_id AS boutique_id_21, t0.avatar_id AS avatar_id_22 FROM app_user t0 WHERE t0.id = ?
Parameters:
[
57
]
|
| 2 | 0.53 ms |
SELECT t0.role AS role_1, t0.accepte AS accepte_2, t0.est_parti AS est_parti_3, t0.salaire AS salaire_4, t0.matricule AS matricule_5, t0.la_fonction AS la_fonction_6, t0.categorie_emploi AS categorie_emploi_7, t0.la_qualification AS la_qualification_8, t0.departement_emploi AS departement_emploi_9, t0.date_de_prise_de_fonction AS date_de_prise_de_fonction_10, t0.igr AS igr_11, t0.nombre_d_enfant AS nombre_d_enfant_12, t0.nom_etablissement_fne AS nom_etablissement_fne_13, t0.nom_point_de_vente_fne AS nom_point_de_vente_fne_14, t0.boutique_id AS boutique_id_15, t0.user_id AS user_id_16 FROM gestock_user_boutique t0 WHERE t0.user_id = ?
Parameters:
[
57
]
|
| 3 | 10.96 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.role AS role_3, t0.accepte AS accepte_4, t0.vu AS vu_5, t0.laDate AS laDate_6, t0.boutique_id AS boutique_id_7 FROM gestock_requete_ajout_boutique t0 WHERE t0.email = ?
Parameters:
[
"nignanange0@gmail.com"
]
|
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\AppUser | No errors. |
| App\Entity\Boutique | No errors. |
| App\Entity\Photo | No errors. |
| App\Entity\UserBoutique | No errors. |
| App\Entity\RequeteAjoutBoutique | No errors. |