GET https://plavs.ch/

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.83 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.username_canonical AS username_canonical_3, t0.displayName AS displayName_4, t0.password AS password_5, t0.email AS email_6, t0.email_canonical AS email_canonical_7, t0.salt AS salt_8, t0.roles AS roles_9, t0.enabled AS enabled_10, t0.locked AS locked_11, t0.expired AS expired_12, t0.credentials_expired AS credentials_expired_13, t0.signaturePath AS signaturePath_14, t0.driver_id AS driver_id_15 FROM `user` t0 WHERE t0.username = ? LIMIT 1
Parameters:
[
  "Caroline"
]

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

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\BaseEntity No errors.
App\Entity\Driver
  • The field 'App\Entity\Driver#salaryParameterA' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'App\Entity\Driver#salaryParameterB' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'App\Entity\Driver#salaryParameterC' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'App\Entity\Driver#salaryParameterD' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'App\Entity\Driver#salaryParameterNightSurcharge' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.