Query Metrics

7 Database Queries
7 Different statements
16.73 ms Query time
0 Invalid entities
55 Managed entities

Grouped Statements

Show all queries

Time Count Info
6.31 ms
(37.72%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.imageName AS imageName_3, t0.updated_at AS updated_at_4, t0.caption AS caption_5, t0.published AS published_6, t0.date AS date_7, t0.slideshow AS slideshow_8, t0.gallery_id AS gallery_id_9 FROM photo t0 WHERE t0.gallery_id = ?
Parameters:
[
  6
]
2.71 ms
(16.23%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.date AS date_3, t0.description AS description_4, t0.summary AS summary_5, t0.published AS published_6 FROM gallery t0 WHERE t0.id = ?
Parameters:
[
  6
]
1.91 ms
(11.42%)
1
SELECT n0_.title AS title_0, n0_.id AS id_1 FROM nomination n0_
Parameters:
[]
1.69 ms
(10.09%)
1
SELECT DISTINCT c0_.year AS year_0 FROM competition c0_ ORDER BY c0_.year DESC
Parameters:
[]
1.47 ms
(8.79%)
1
SELECT DISTINCT m0_.year AS year_0 FROM media m0_ ORDER BY m0_.year DESC
Parameters:
[]
1.42 ms
(8.48%)
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.22 ms
(7.27%)
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:
[]

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\Photo 53
App\Entity\Gallery 1
App\Entity\Variable 1

Entities Mapping

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