GET http://chronic.website/admin/adventure/edit/5

Query Metrics

3 Database Queries
3 Different statements
3.13 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 1.42 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.img AS img_3, t0.data AS data_4, t0.img_bg AS img_bg_5, t0.city_id AS city_id_6 FROM adventure t0 WHERE t0.id = ?
Parameters:
[
  5
]
2 0.99 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.img AS img_3 FROM city t0 WHERE t0.id = ?
Parameters:
[
  1
]
3 0.72 ms
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.img AS img_2 FROM city 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.

Entities Mapping

Class Mapping errors
App\Entity\Adventure No errors.
App\Entity\City No errors.
App\Entity\Player
  • The association App\Entity\Player#user refers to the inverse side field App\Entity\User#player which does not exist.
App\Entity\Shop No errors.