Query Metrics

6 Database Queries
3 Different statements
2.06 ms Query time
0 Invalid entities
13 Managed entities

Queries

Group similar statements

# Time Info
1 0.52 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.is_visible AS is_visible_3, t0.color AS color_4, t0.range_id AS range_id_5, t0.image_id AS image_id_6 FROM period t0 WHERE (( t0.is_visible = 1 ))
Parameters:
[]
2 0.40 ms
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.name AS name_3, t0.copyright AS copyright_4, t0.description AS description_5 FROM image t0 WHERE t0.id = ?
Parameters:
[
  1
]
3 0.31 ms
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.name AS name_3, t0.copyright AS copyright_4, t0.description AS description_5 FROM image t0 WHERE t0.id = ?
Parameters:
[
  2
]
4 0.24 ms
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.name AS name_3, t0.copyright AS copyright_4, t0.description AS description_5 FROM image t0 WHERE t0.id = ?
Parameters:
[
  7
]
5 0.24 ms
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.name AS name_3, t0.copyright AS copyright_4, t0.description AS description_5 FROM image t0 WHERE t0.id = ?
Parameters:
[
  8
]
6 0.35 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.description AS description_4 FROM page t0
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\Period 4
App\Entity\DateRange 4
App\Entity\Image 4
App\Entity\Page 1

Entities Mapping

Class Mapping errors
App\Entity\Period No errors.
App\Entity\DateRange No errors.
App\Entity\Image No errors.
App\Entity\Page No errors.