Redirect 302 redirect from POST @admin_character_delete (0ea11d)

GET http://dev.megalomon.com/admin/character

Query Metrics

4 Database Queries
4 Different statements
3.23 ms Query time
0 Invalid entities
1 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.10 ms
(34.06%)
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.99 ms
(30.78%)
1
SELECT DISTINCT c0_.id AS id_0, c0_.name AS name_1 FROM characters c0_ ORDER BY c0_.name ASC LIMIT 20
Parameters:
[]
0.70 ms
(21.79%)
1
SELECT t0.id AS id_1, t0.username AS username_2, t0.password AS password_3 FROM admin_users t0 WHERE t0.id = ?
Parameters:
[
  2
]
0.43 ms
(13.36%)
1
SELECT count(*) AS sclr_0 FROM characters c0_
Parameters:
[]

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.
App\Entity\Character No errors.