GET https://luka.codefactory.live/FluffyFriendsShelter/shelter/2

Query Metrics

2 Database Queries
2 Different statements
27.21 ms Query time
2 Invalid entities
3 Managed entities

Queries

Group similar statements

# Time Info
1 19.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.fk_admin_id AS fk_admin_id_4 FROM shelter t0 WHERE t0.id = ?
Parameters:
[
  "2"
]
2 8.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.species AS species_3, t0.breed AS breed_4, t0.photo AS photo_5, t0.adoption_requirements AS adoption_requirements_6, t0.date_birth AS date_birth_7, t0.description AS description_8, t0.fk_shelter_id AS fk_shelter_id_9 FROM animal t0 WHERE t0.fk_shelter_id = ?
Parameters:
[
  2
]

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\Animal 2
App\Entity\Shelter 1

Entities Mapping

Class Mapping errors
App\Entity\Shelter
  • The association App\Entity\Shelter#fk_admin refers to the inverse side field App\Entity\User#shelter which does not exist.
App\Entity\User No errors.
App\Entity\Animal No errors.
App\Entity\Application
  • The association App\Entity\Application#fk_user refers to the inverse side field App\Entity\User#applications which does not exist.