Query Metrics

3 Database Queries
2 Different statements
6.06 ms Query time
0 Invalid entities
8 Managed entities

Queries

Group similar statements

# Time Info
1 2.10 ms
SELECT a0_.id AS id_0, a0_.text AS text_1, a0_.style AS style_2, a0_.dismissable AS dismissable_3, a0_.display_from AS display_from_4, a0_.display_until AS display_until_5, a0_.target AS target_6 FROM alert a0_ WHERE (a0_.display_from IS NULL OR a0_.display_from <= ?) AND (a0_.display_until IS NULL OR a0_.display_until >= ?) ORDER BY a0_.id ASC LIMIT 5
Parameters:
[
  "2026-02-27 12:19:43"
  "2026-02-27 12:19:43"
]
2 3.18 ms
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.slug AS slug_2, p0_.thumb AS thumb_3, p0_.hero AS hero_4, p0_.video AS video_5, p0_.body AS body_6, p0_.released_at AS released_at_7, p0_.created_at AS created_at_8, p0_.updated_at AS updated_at_9, p0_.category_id AS category_id_10 FROM post p0_ ORDER BY p0_.released_at DESC, p0_.created_at DESC
Parameters:
[]
3 0.78 ms
SELECT a0_.id AS id_0, a0_.text AS text_1, a0_.style AS style_2, a0_.dismissable AS dismissable_3, a0_.display_from AS display_from_4, a0_.display_until AS display_until_5, a0_.target AS target_6 FROM alert a0_ WHERE (a0_.display_from IS NULL OR a0_.display_from <= ?) AND (a0_.display_until IS NULL OR a0_.display_until >= ?) ORDER BY a0_.id ASC LIMIT 5
Parameters:
[
  "2026-02-27 12:19:43"
  "2026-02-27 12:19:43"
]

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\Post\Post 5
App\Entity\Taxonomy\Category 3

Entities Mapping

Class Mapping errors
App\Entity\System\Alert No errors.
App\Entity\Post\Post No errors.
App\Entity\Taxonomy\Category No errors.
App\Entity\Taxonomy\Tag No errors.