POST https://pharma.cassaclock.com/auth/login

Query Metrics

1 Database Queries
1 Different statements
3.00 ms Query time
1 Invalid entities
1 Managed entities

Grouped Statements

Show all queries

Time Count Info
3.00 ms
(100.00%)
1
SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.email AS email_3, t0.phone AS phone_4, t0.password AS password_5, t0.roles AS roles_6, t0.position AS position_7, t0.salary AS salary_8, t0.hire_date AS hire_date_9, t0.address AS address_10, t0.is_active AS is_active_11, t0.created_at AS created_at_12 FROM employees t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "pdwade@cassapharma.sn"
]

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\Employee 1

Entities Mapping

Class Mapping errors
App\Entity\Employee
  • The field 'App\Entity\Employee#salary' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.