GET https://infotafel.tvm1905.de/display

Query Metrics

4 Database Queries
4 Different statements
1.73 ms Query time
0 Invalid entities
12 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.53 ms
(30.80%)
1
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.description AS description_2, c0_.weekday AS weekday_3, c0_.time AS time_4, c0_.trainer AS trainer_5, c0_.location AS location_6, c0_.is_active AS is_active_7, c0_.sort_order AS sort_order_8 FROM course_offering c0_ WHERE c0_.is_active = ? AND c0_.weekday = ? ORDER BY c0_.time ASC, c0_.sort_order ASC
Parameters:
[
  1
  3
]
0.48 ms
(27.98%)
1
SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.content AS content_2, n0_.image AS image_3, n0_.valid_from AS valid_from_4, n0_.valid_until AS valid_until_5, n0_.priority AS priority_6, n0_.is_active AS is_active_7 FROM news n0_ WHERE n0_.is_active = ? AND n0_.valid_from <= ? AND n0_.valid_until >= ? ORDER BY n0_.priority DESC, n0_.valid_from DESC
Parameters:
[
  1
  "2025-12-24 10:50:51"
  "2025-12-24 10:50:51"
]
0.45 ms
(25.84%)
1
SELECT s0_.id AS id_0, s0_.image_path AS image_path_1, s0_.title AS title_2, s0_.display_duration AS display_duration_3, s0_.sort_order AS sort_order_4, s0_.is_active AS is_active_5 FROM slide_image s0_ WHERE s0_.is_active = ? ORDER BY s0_.sort_order ASC
Parameters:
[
  1
]
0.27 ms
(15.38%)
1
SELECT t0.id AS id_1, t0.config_key AS config_key_2, t0.config_value AS config_value_3, t0.description AS description_4 FROM display_config 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\DisplayConfig 9
App\Entity\News 2
App\Entity\SlideImage 1

Entities Mapping

Class Mapping errors
App\Entity\News No errors.
App\Entity\CourseOffering No errors.
App\Entity\SlideImage No errors.
App\Entity\DisplayConfig No errors.