GET https://eterna-home.fr/blog

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
1.37 ms
(45.97%)
1
SELECT count(DISTINCT b0_.id) AS sclr_0 FROM blog_article b0_ WHERE b0_.is_published = 1 AND b0_.published_at <= ?
Parameters:
[
  "2026-03-24 14:32:05"
]
0.58 ms
(19.36%)
1
SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.slug AS slug_2, b0_.content AS content_3, b0_.image_name AS image_name_4, b0_.author AS author_5, b0_.meta_description AS meta_description_6, b0_.vote_count AS vote_count_7, b0_.published_at AS published_at_8, b0_.is_published AS is_published_9, b0_.created_at AS created_at_10, b0_.updated_at AS updated_at_11, b0_.category_id AS category_id_12 FROM blog_article b0_ WHERE b0_.is_published = 1 AND b0_.published_at <= ? AND b0_.id IN (?, ?) ORDER BY b0_.published_at DESC
Parameters:
[
  "2026-03-24 14:32:05"
  2
  1
]
0.55 ms
(18.54%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM blog_category t0
Parameters:
[]
0.48 ms
(16.13%)
1
SELECT DISTINCT b0_.id AS id_0, b0_.published_at AS published_at_1 FROM blog_article b0_ WHERE b0_.is_published = 1 AND b0_.published_at <= ? ORDER BY b0_.published_at DESC LIMIT 6
Parameters:
[
  "2026-03-24 14:32:05"
]

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\BlogArticle 2

Entities Mapping

Class Mapping errors
App\Entity\BlogArticle No errors.
App\Entity\BlogCategory No errors.
App\Entity\BlogTag No errors.
App\Entity\BlogComment No errors.
App\Entity\BlogVote No errors.