POST http://aningo.duckdns.org/login

Query Metrics

1 Database Queries
1 Different statements
1.41 ms Query time
0 Invalid entities
2 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.41 ms
(100.00%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_enabled AS is_enabled_5, t0.created_at AS created_at_6, t7.id AS id_8, t7.nom AS nom_9, t7.prenom AS prenom_10, t7.photo_name AS photo_name_11, t7.bio AS bio_12, t7.cv_name AS cv_name_13, t7.competences AS competences_14, t7.experiences AS experiences_15, t7.formations AS formations_16, t7.created_at AS created_at_17, t7.updated_at AS updated_at_18, t7.user_id AS user_id_19, t20.id AS id_21, t20.nom AS nom_22, t20.entreprise AS entreprise_23, t20.secteur AS secteur_24, t20.logo_name AS logo_name_25, t20.description AS description_26, t20.created_at AS created_at_27, t20.updated_at AS updated_at_28, t20.user_id AS user_id_29 FROM `user` t0 LEFT JOIN candidat t7 ON t7.user_id = t0.id LEFT JOIN recruteur t20 ON t20.user_id = t0.id WHERE t0.email = ? LIMIT 1
Parameters:
[
  "yannpateyann@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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\User 1
App\Entity\Recruteur 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Candidat No errors.
App\Entity\Recruteur No errors.
App\Entity\Message No errors.
App\Entity\Notification No errors.
App\Entity\Offre No errors.