https://hauptstadtwettbewerb.engagement-global.de/

Query Metrics

4 Database Queries
2 Different statements
1.28 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.57 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.year AS year_3, t0.active AS active_4, t0.open AS open_5 FROM contest t0 WHERE t0.active = ? AND t0.open = ? LIMIT 1
Parameters:
[
  "1"
  "1"
]
2 0.27 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.type AS type_3, t0.content AS content_4, t0.name AS name_5 FROM content_block t0 WHERE t0.title = ? LIMIT 1
Parameters:
[
  "HOMEPAGE_LOGIN"
]
3 0.25 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.year AS year_3, t0.active AS active_4, t0.open AS open_5 FROM contest t0 WHERE t0.active = ? AND t0.open = ? LIMIT 1
Parameters:
[
  "1"
  "1"
]
4 0.20 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.type AS type_3, t0.content AS content_4, t0.name AS name_5 FROM content_block t0 WHERE t0.title = ? LIMIT 1
Parameters:
[
  "HOMEPAGE_REGISTRATION_CLOSED"
]

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.

Entities Mapping

Class Mapping errors
App\Entity\Contest No errors.
App\Entity\ContentBlock No errors.