GET https://test.masterdi.fr/blog/blog.html

Query Metrics

4 Database Queries
4 Different statements
2.39 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.83 ms
SELECT count(DISTINCT b0_.id) AS sclr_0 FROM blog_article b0_ WHERE b0_.published_at <= ?
Parameters:
[
  "2026-02-13 06:37:57"
]
2 0.45 ms
SELECT DISTINCT b0_.id AS id_0 FROM blog_article b0_ WHERE b0_.published_at <= ? LIMIT 6
Parameters:
[
  "2026-02-13 06:37:57"
]
3 0.63 ms
SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.slug AS slug_2, b0_.intro AS intro_3, b0_.content AS content_4, b0_.published_at AS published_at_5, b0_.created_at AS created_at_6, b0_.updated_at AS updated_at_7, b0_.photo_name AS photo_name_8, b0_.meta_keywords AS meta_keywords_9, b0_.meta_description AS meta_description_10, b0_.content_text AS content_text_11, b0_.category_id AS category_id_12, b0_.created_by_id AS created_by_id_13, b0_.updated_by_id AS updated_by_id_14 FROM blog_article b0_ WHERE b0_.published_at <= ? AND b0_.id IN (?, ?, ?, ?, ?, ?)
Parameters:
[
  "2026-02-13 06:37:57"
  1
  2
  3
  4
  5
  6
]
4 0.48 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.created_at AS created_at_7, t0.is_actif AS is_actif_8, t0.mobile AS mobile_9, t0.reference AS reference_10, t0.photo_name AS photo_name_11, t0.updated_at AS updated_at_12, t0.token_password AS token_password_13 FROM user t0 WHERE t0.id = ?
Parameters:
[
  1
]

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\BlogArticle No errors.
App\Entity\BlogCategory No errors.
App\Entity\User No errors.
App\Entity\BlogTag No errors.
App\Entity\BlogArticleMeta No errors.
App\Entity\RecapCommand No errors.