Query Metrics

2 Database Queries
2 Different statements
0.63 ms Query time
0 Invalid entities
9 Managed entities

Queries

Group similar statements

# Time Info
1 0.28 ms
SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.title AS title_3, t0.slug AS slug_4, t0.locale AS locale_5, t0.author AS author_6, t0.summary AS summary_7, t0.content AS content_8, t0.published_at AS published_at_9 FROM news_entry t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "bimotion-begeisterte-6000-zuschauer-bei-sport-und-show-in-rotenburg"
]
2 0.35 ms
SELECT t0.id AS id_1, t0.file_name AS file_name_2, t0.sort_order AS sort_order_3, t0.entry_id AS entry_id_4 FROM news_image t0 WHERE t0.entry_id = ? ORDER BY t0.sort_order ASC
Parameters:
[
  330
]

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\NewsImage 8
App\Entity\NewsEntry 1

Entities Mapping

Class Mapping errors
App\Entity\NewsEntry No errors.
App\Entity\NewsImage No errors.