GET https://joergkirchhoff.de/post/details/667

Query Metrics

2 Database Queries
2 Different statements
0.99 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.54 ms
(54.86%)
1
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.date AS date_2, p0_.content AS content_3, p0_.image AS image_4, p0_.description AS description_5, p0_.parish AS parish_6, p0_.video AS video_7, p0_.vis AS vis_8, p0_.start_at AS start_at_9, p0_.highli AS highli_10 FROM posts p0_ WHERE p0_.start_at >= ? AND p0_.vis LIKE ? ORDER BY p0_.start_at ASC LIMIT 3
Parameters:
[
  "2024-12-23 10:15:24"
  "%1%"
]
0.45 ms
(45.14%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.date AS date_3, t0.content AS content_4, t0.image AS image_5, t0.description AS description_6, t0.parish AS parish_7, t0.video AS video_8, t0.vis AS vis_9, t0.start_at AS start_at_10, t0.highli AS highli_11 FROM posts t0 WHERE t0.id = ?
Parameters:
[
  "667"
]

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.

Entities Mapping

Class Mapping errors
App\Entity\Posts No errors.