POST https://meteo.abageol.ch/login

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.47 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.phone_number AS phone_number_7 FROM `user` t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "znrtzqqr@immenseignite.info"
]

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#alertNotifications is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\AlertNotification#user does not contain the required 'inversedBy="alertNotifications"' attribute.