GET https://semaphore.fth-srv.net/

Query Metrics

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

Queries

Group similar statements

# Time Info
1 4.01 ms
SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.from_date AS from_date_2, f0_.from_time AS from_time_3, f0_.to_date AS to_date_4, f0_.to_time AS to_time_5, f0_.description AS description_6, f0_.location AS location_7, f0_.country_code AS country_code_8, f0_.website AS website_9 FROM festival f0_ WHERE f0_.from_date > ? ORDER BY f0_.from_date ASC LIMIT 1
Parameters:
[
  "2026-01-14 00:00:00"
]
2 1.82 ms
SELECT a0_.location AS location_0, COUNT(a0_.id) AS sclr_1 FROM artist a0_ WHERE a0_.location IS NOT NULL AND a0_.location <> ? GROUP BY a0_.location ORDER BY sclr_1 DESC
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\Festival No errors.
App\Entity\Artist No errors.