Query Metrics
5
Database Queries
5
Different statements
12.53 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
4.99 ms (39.81%) |
1 |
SELECT a0_.important AS important_0, a0_.id AS id_1, a0_.tmp_old_ids AS tmp_old_ids_2, a0_.name AS name_3, a0_.title AS title_4, a0_.slug AS slug_5, a0_.chapo AS chapo_6, a0_.content AS content_7, a0_.tmp_keywords AS tmp_keywords_8, a0_.priority AS priority_9, a0_.published AS published_10, a0_.created_at AS created_at_11, a0_.updated_at AS updated_at_12, a0_.type_id AS type_id_13 FROM article a0_ INNER JOIN article_type a1_ ON a0_.type_id = a1_.id WHERE a1_.name = ? AND a0_.published = 1 ORDER BY a0_.priority DESC, a0_.created_at DESC LIMIT 9
Parameters:
[
"a-la-une"
]
|
|
3.05 ms (24.33%) |
1 |
SELECT a0_.important AS important_0, a0_.id AS id_1, a0_.tmp_old_ids AS tmp_old_ids_2, a0_.name AS name_3, a0_.title AS title_4, a0_.slug AS slug_5, a0_.chapo AS chapo_6, a0_.content AS content_7, a0_.tmp_keywords AS tmp_keywords_8, a0_.priority AS priority_9, a0_.published AS published_10, a0_.created_at AS created_at_11, a0_.updated_at AS updated_at_12, a0_.type_id AS type_id_13 FROM article a0_ INNER JOIN article_type a1_ ON a0_.type_id = a1_.id WHERE a1_.name = ? AND a0_.published = 1 ORDER BY a0_.priority DESC, a0_.created_at DESC LIMIT 8
Parameters:
[
"article-fond"
]
|
|
2.43 ms (19.37%) |
1 |
SELECT p0_.id AS id_0, p0_.period_start AS period_start_1, p0_.period_end AS period_end_2, p0_.all_day AS all_day_3, p0_.event_id AS event_id_4 FROM period p0_ INNER JOIN event e1_ ON p0_.event_id = e1_.id WHERE e1_.published = 1 AND ((p0_.period_start IS NOT NULL AND p0_.period_start >= ?) OR (p0_.period_end IS NOT NULL AND p0_.period_end >= ?) OR (p0_.all_day IS NOT NULL AND p0_.period_start >= ?)) ORDER BY p0_.period_start ASC, e1_.priority DESC, e1_.name ASC LIMIT 10
Parameters:
[ "2026-05-02 12:38:06" "2026-05-02 12:38:06" "2026-05-02 00:00:01" ] |
|
1.81 ms (14.43%) |
1 |
SELECT a0_.important AS important_0, a0_.id AS id_1, a0_.tmp_old_ids AS tmp_old_ids_2, a0_.name AS name_3, a0_.title AS title_4, a0_.slug AS slug_5, a0_.chapo AS chapo_6, a0_.content AS content_7, a0_.tmp_keywords AS tmp_keywords_8, a0_.priority AS priority_9, a0_.published AS published_10, a0_.created_at AS created_at_11, a0_.updated_at AS updated_at_12, a0_.type_id AS type_id_13 FROM article a0_ INNER JOIN article_type a1_ ON a0_.type_id = a1_.id WHERE a1_.name = ? AND a0_.published = 1 ORDER BY a0_.priority DESC, a0_.created_at DESC LIMIT 4
Parameters:
[
"publication"
]
|
|
0.26 ms (2.07%) |
1 |
SELECT t0.id AS id_1, t0.tmp_old_ids AS tmp_old_ids_2, t0.name AS name_3, t0.title AS title_4, t0.slug AS slug_5, t0.chapo AS chapo_6, t0.content AS content_7, t0.tmp_keywords AS tmp_keywords_8, t0.priority AS priority_9, t0.published AS published_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12 FROM page t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"home"
]
|
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\ArticleType | No errors. |
| App\Entity\Tag | No errors. |
| App\Entity\Media | No errors. |
| App\Entity\Page | No errors. |
| App\Entity\Period | No errors. |
| App\Entity\Event | No errors. |