Query Metrics

4 Database Queries
4 Different statements
16.00 ms Query time
0 Invalid entities
34 Managed entities

Grouped Statements

Show all queries

Time Count Info
8.65 ms
(54.04%)
1
SELECT t0.id AS id_1, t0.created AS created_2, t0.updated AS updated_3, t0.file_name AS file_name_4, t0.file_path AS file_path_5, t0.file_type AS file_type_6, t0.file_size AS file_size_7, t0.album_id AS album_id_8 FROM media t0 WHERE t0.album_id = ?
Parameters:
[
  11
]
4.74 ms
(29.62%)
1
SELECT t0.id AS id_1, t0.created AS created_2, t0.updated AS updated_3, t0.title AS title_4, t0.slug AS slug_5, t0.description_de AS description_de_6, t0.description_fr AS description_fr_7, t0.image AS image_8, t0.is_frontpage AS is_frontpage_9 FROM album t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "ibiza-en-tu-copa-the-night-of-hierbas-2015-dj-s-andrea-oliva-anna-tur-alci-paul-lomax-jose-maria-ramon-anisch-the-pdg-nassau-tanit-beach-club-ibiza"
]
1.43 ms
(8.91%)
1
SELECT a0_.id AS id_0, a0_.created AS created_1, a0_.updated AS updated_2, a0_.title AS title_3, a0_.slug AS slug_4, a0_.description_de AS description_de_5, a0_.description_fr AS description_fr_6, a0_.image AS image_7, a0_.is_frontpage AS is_frontpage_8 FROM album a0_ WHERE a0_.id < ? ORDER BY a0_.id DESC LIMIT 1
Parameters:
[
  11
]
1.19 ms
(7.44%)
1
SELECT a0_.id AS id_0, a0_.created AS created_1, a0_.updated AS updated_2, a0_.title AS title_3, a0_.slug AS slug_4, a0_.description_de AS description_de_5, a0_.description_fr AS description_fr_6, a0_.image AS image_7, a0_.is_frontpage AS is_frontpage_8 FROM album a0_ WHERE a0_.id > ? ORDER BY a0_.id ASC LIMIT 1
Parameters:
[
  11
]

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\Media 31
App\Entity\Album 3

Entities Mapping

Class Mapping errors
App\Entity\Album No errors.
App\Entity\Media No errors.