GET https://dev.scrutineering.org/

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
1.35 ms
(55.87%)
1
SELECT e0_.id AS id_0, e0_.name AS name_1, e0_.description AS description_2, e0_.date_start AS date_start_3, e0_.date_end AS date_end_4, e0_.representation_type AS representation_type_5, e0_.representation_other AS representation_other_6, e0_.registration_start AS registration_start_7, e0_.registration_end AS registration_end_8, e0_.registration_modify AS registration_modify_9, e0_.created_at AS created_at_10, e0_.updated_at AS updated_at_11, e0_.location_id AS location_id_12 FROM event e0_ WHERE e0_.date_start >= ? ORDER BY e0_.date_start ASC
Parameters:
[
  "2025-12-06 05:02:38"
]
0.75 ms
(31.10%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.event_id AS event_id_5, t0.category_id AS category_id_6 FROM competition t0 WHERE t0.event_id = ? ORDER BY t0.name ASC
Parameters:
[
  1
]
0.32 ms
(13.04%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4 FROM location t0 WHERE t0.id = ?
Parameters:
[
  1
]

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\Event 1
App\Entity\Location 1

Entities Mapping

Class Mapping errors
App\Entity\Event No errors.
App\Entity\Location No errors.
App\Entity\Competition No errors.
App\Entity\Registration No errors.
App\Entity\Category No errors.