Query Metrics

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

Queries

Group similar statements

# Time Info
1 2.33 ms
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"
]
2 1.14 ms
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:
[
  95
]
3 63.82 ms
SELECT n0_.title AS title_0, n0_.id AS id_1 FROM nomination n0_
Parameters:
[]
4 1.97 ms
SELECT DISTINCT c0_.year AS year_0 FROM competition c0_ ORDER BY c0_.year DESC
Parameters:
[]
5 1.20 ms
SELECT DISTINCT m0_.year AS year_0 FROM media m0_ ORDER BY m0_.year DESC
Parameters:
[]
6 1.13 ms
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:
[]

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.