POST https://mon-lms.com/reset-password

Query Metrics

1 Database Queries
1 Different statements
3.51 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
3.51 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.nom AS nom_5, t0.prenom AS prenom_6, t0.telephone AS telephone_7, t0.avatar AS avatar_8, t0.last_activity AS last_activity_9, t0.school_id AS school_id_10, t11.id AS id_12, t11.logo AS logo_13, t11.about AS about_14, t11.title AS title_15, t11.presentation AS presentation_16, t11.address AS address_17, t11.phone AS phone_18, t11.email AS email_19, t11.school_name AS school_name_20, t11.acronyme AS acronyme_21, t11.url AS url_22 FROM user t0 LEFT JOIN school t11 ON t0.school_id = t11.id WHERE t0.email = ? LIMIT 1
Parameters:
[
  "krofordcxy18@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\User
  • The field App\Entity\User#evaluations is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Evaluation#user does not contain the required 'inversedBy="evaluations"' attribute.
App\Entity\School No errors.