GET https://yggdrasil.emilix.fr/personnages

Query Metrics

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

Queries

Group similar statements

# Time Info
1 8.15 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.owner_id AS owner_id_3 FROM character t0 WHERE t0.owner_id IS NULL ORDER BY t0.name ASC
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

Entities Mapping

Class Mapping errors
App\Entity\Character
  • The mappings App\Entity\Character#owner and App\Entity\User#characters are inconsistent with each other.
App\Entity\User
  • The association App\Entity\User#characters refers to the owning side field App\Entity\Character#player which does not exist.