Query Metrics

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

Queries

Group similar statements

# Time Info
1 1.71 ms
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-2014-dj-s-solomun-la-foret-d-club-lausanne"
]
2 4.19 ms
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:
[
  12
]
3 1.85 ms
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:
[
  12
]
4 2.67 ms
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:
[
  12
]

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.