Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
1.31 ms
(60.35%)
2
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"
]
0.86 ms
(39.65%)
2
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"
]

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.