POST https://admin.receptiongo.com/login

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
2.00 ms
(100.00%)
1
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.token AS token_5 FROM admin t0 WHERE t0.username = ? LIMIT 1
Parameters:
[
  "admin"
]

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

Entities Mapping

Class Mapping errors
App\Entity\Admin No errors.
App\Entity\Hotel
  • The field 'App\Entity\Hotel#cityTaxUnder7' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'App\Entity\Hotel#cityTax7To18' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'App\Entity\Hotel#cityTax18AndOver' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.