Query Metrics

5 Database Queries
4 Different statements
2.04 ms Query time
0 Invalid entities
2 Managed entities

Queries

Group similar statements

# Time Info
1 0.66 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:18:59"
  "2026-02-27 12:18:59"
]
2 0.27 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4 FROM category t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "general"
]
3 0.35 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.thumb AS thumb_4, t0.hero AS hero_5, t0.video AS video_6, t0.body AS body_7, t0.released_at AS released_at_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.category_id AS category_id_11 FROM post t0 WHERE t0.category_id = ? AND t0.slug = ? LIMIT 1
Parameters:
[
  5
  "how-to-pack-lapavoni-europiccola-espresso-machine"
]
4 0.33 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.significant AS significant_4, t0.display AS display_5, t0.count AS count_6, t0.tag_group_id AS tag_group_id_7 FROM tag t0 INNER JOIN post_tag ON t0.id = post_tag.tag_id WHERE post_tag.post_id = ?
Parameters:
[
  2
]
5 0.43 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:18:59"
  "2026-02-27 12:18:59"
]

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

Entities Mapping

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