Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
3.05 ms
(28.41%)
1
SELECT t0.id AS id_1, t0.vType AS vType_2, t0.name AS name_3, t0.value AS value_4 FROM variable t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "siteTitle"
]
1.69 ms
(15.72%)
1
SELECT DISTINCT c0_.year AS year_0 FROM competition c0_ ORDER BY c0_.year DESC
Parameters:
[]
1.69 ms
(15.71%)
1
SELECT DISTINCT g0_.id AS id_0, g0_.title AS title_1 FROM gallery g0_ WHERE g0_.published = 1 ORDER BY g0_.title DESC
Parameters:
[]
1.61 ms
(14.96%)
1
SELECT n0_.title AS title_0, n0_.id AS id_1 FROM nomination n0_
Parameters:
[]
1.37 ms
(12.72%)
1
SELECT DISTINCT m0_.year AS year_0 FROM media m0_ ORDER BY m0_.year DESC
Parameters:
[]
1.34 ms
(12.48%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.date AS date_3, t0.url AS url_4, t0.name AS name_5, t0.media_type AS media_type_6, t0.year AS year_7, t0.published AS published_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
  116
]

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\Variable 1
App\Entity\Media 1

Entities Mapping

Class Mapping errors
App\Entity\Variable No errors.
App\Entity\Media No errors.
App\Entity\Nomination No errors.
App\Entity\Competition No errors.
App\Entity\Gallery No errors.