Query Metrics

4 Database Queries
4 Different statements
16.35 ms Query time
0 Invalid entities
36 Managed entities

Grouped Statements

Show all queries

Time Count Info
11.81 ms
(72.23%)
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:
[
  "alma-de-ibiza-dj-s-ken-fan-andy-wilson-camilo-miranda-adon-kasheme-zurich"
]
1.96 ms
(12.01%)
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:
[
  7
]
1.31 ms
(7.99%)
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:
[
  7
]
1.27 ms
(7.77%)
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:
[
  7
]

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

Entities Mapping

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