POST http://dev.megalomon.com/login

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
1.13 ms
(71.10%)
1
SELECT t0.id AS id_1, t0.ip AS ip_2, t0.banned_at AS banned_at_3, t0.reason AS reason_4 FROM banned_ips t0 WHERE t0.ip = ? LIMIT 1
Parameters:
[
  "10.10.0.2"
]
0.46 ms
(28.90%)
1
SELECT t0.id AS id_1, t0.username AS username_2, t0.password AS password_3 FROM admin_users t0 WHERE t0.username = ? LIMIT 1
Parameters:
[
  "megalomon"
]

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

Entities Mapping

Class Mapping errors
App\Entity\BannedIp No errors.
App\Entity\AdminUser No errors.