GET http://37.27.32.76/admin/adventure/edit/1

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
1.11 ms
(39.64%)
1
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:
[
  1
]
0.86 ms
(30.80%)
1
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.img AS img_2 FROM city c0_
Parameters:
[]
0.83 ms
(29.55%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.img AS img_3 FROM city t0 WHERE t0.id = ?
Parameters:
[
  3
]

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.