GET https://semaphore.fth-srv.net/artist?location=PL

Query Metrics

2 Database Queries
2 Different statements
3.42 ms Query time
0 Invalid entities
48 Managed entities

Queries

Group similar statements

# Time Info
1 1.62 ms
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.image AS image_2, a0_.location AS location_3 FROM artist a0_ WHERE a0_.location = ? ORDER BY a0_.name ASC
Parameters:
[
  "PL"
]
2 1.81 ms
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.image AS image_2, a0_.location AS location_3 FROM artist a0_ WHERE a0_.location IS NULL OR a0_.location = ? ORDER BY a0_.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
App\Entity\Artist 48

Entities Mapping

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