GET https://develop.le-peintre.fr/actualites

Query Metrics

6 Database Queries
4 Different statements
2.29 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.47 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.status AS status_5, t0.created_at AS created_at_6, t0.is_portfolio AS is_portfolio_7, t0.thumbnail AS thumbnail_8, t0.snippet_content AS snippet_content_9, t0.alt_thumbnail AS alt_thumbnail_10, t0.updated_at AS updated_at_11 FROM article t0 WHERE t0.status = ? ORDER BY t0.created_at DESC LIMIT 6
Parameters:
[
  "publié"
]
2 0.21 ms
SELECT COUNT(*) FROM article t0 WHERE t0.status = ?
Parameters:
[
  "publié"
]
3 0.27 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3 FROM category t0
Parameters:
[]
4 0.32 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3 FROM category t0 INNER JOIN article_category ON t0.id = article_category.category_id WHERE article_category.article_id = ?
Parameters:
[
  4
]
5 0.55 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3 FROM category t0 INNER JOIN article_category ON t0.id = article_category.category_id WHERE article_category.article_id = ?
Parameters:
[
  2
]
6 0.47 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3 FROM category t0 INNER JOIN article_category ON t0.id = article_category.category_id WHERE article_category.article_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\Article No errors.
App\Entity\Category No errors.