GET https://luka.codefactory.live/FluffyFriendsShelter/animal

Query Metrics

5 Database Queries
2 Different statements
26.33 ms Query time
2 Invalid entities
19 Managed entities

Grouped Statements

Show all queries

Time Count Info
18.87 ms
(71.66%)
4
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
]
7.46 ms
(28.34%)
1
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
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\Animal 15
App\Entity\Shelter 4

Entities Mapping

Class Mapping errors
App\Entity\Animal No 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\Application
  • The association App\Entity\Application#fk_user refers to the inverse side field App\Entity\User#applications which does not exist.
App\Entity\User No errors.