Query Metrics

3 Database Queries
3 Different statements
7.74 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
3.67 ms
(47.44%)
1
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.slug AS slug_3, t0.contenu AS contenu_4, t0.publie_at AS publie_at_5, t0.brouillon AS brouillon_6, t0.active AS active_7, t0.featured_image AS featured_image_8, t0.categorie_id AS categorie_id_9 FROM article t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "et-si-les-heros-du-quotidien-etaient-monsieur-et-madame-tout-le-monde"
]
2.59 ms
(33.49%)
1
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.slug AS slug_3, t0.contenu AS contenu_4, t0.publie_at AS publie_at_5, t0.brouillon AS brouillon_6, t0.active AS active_7, t0.featured_image AS featured_image_8, t0.categorie_id AS categorie_id_9 FROM article t0 ORDER BY t0.id DESC LIMIT 5
Parameters:
[]
1.48 ms
(19.08%)
1
SELECT t0.id AS id_1, t0.url AS url_2, t0.article_id AS article_id_3 FROM media t0 WHERE t0.article_id = ?
Parameters:
[
  10
]

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\Article No errors.
App\Entity\CategorieBlog No errors.
App\Entity\Media No errors.