POST https://resa.escal-hatoup.klerthis.net/auth/login

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.85 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.phone AS phone_7 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "l.perron@free.fr"
]

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

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Userparam No errors.
App\Entity\Booking
  • The mappings App\Entity\Booking#retailer and App\Entity\User#bookings are inconsistent with each other.
App\Entity\Order
  • The mappings App\Entity\Order#retailer and App\Entity\User#orders are inconsistent with each other.