GET https://semaphore.fth-srv.net/artist/detail/31

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.92 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.location AS location_4 FROM artist t0 WHERE t0.id = ?
Parameters:
[
  31
]
2 1.01 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.from_date AS from_date_3, t0.from_time AS from_time_4, t0.to_date AS to_date_5, t0.to_time AS to_time_6, t0.description AS description_7, t0.location AS location_8, t0.country_code AS country_code_9, t0.website AS website_10 FROM festival t0 INNER JOIN festival_artist ON t0.id = festival_artist.festival_id WHERE festival_artist.artist_id = ?
Parameters:
[
  31
]

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\Festival 2
App\Entity\Artist 1

Entities Mapping

Class Mapping errors
App\Entity\Artist No errors.
App\Entity\Festival No errors.