Query Metrics
7
Database Queries
5
Different statements
9.59 ms
Query time
0
Invalid entities
24
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
6.13 ms (63.94%) |
1 |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.content AS content_3, t0.image AS image_4, t0.slug AS slug_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7 FROM news t0
Parameters:
[] |
|
1.32 ms (13.74%) |
3 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.color AS color_4 FROM news_category t0 INNER JOIN news_news_category ON t0.id = news_news_category.news_category_id WHERE news_news_category.news_id = ?
Parameters:
[
21
]
|
|
0.87 ms (9.08%) |
1 |
SELECT n0_.id AS id_0, n0_.titre AS titre_1, n0_.content AS content_2, n0_.image AS image_3, n0_.slug AS slug_4, n0_.created_at AS created_at_5, n0_.updated_at AS updated_at_6 FROM news n0_ WHERE n0_.created_at >= ? ORDER BY n0_.created_at DESC
Parameters:
[
"2026-05-03 13:28:44"
]
|
|
0.69 ms (7.22%) |
1 |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.old AS old_3, t0.contenu_id AS contenu_id_4 FROM url t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"accueil"
]
|
|
0.58 ms (6.02%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.color AS color_4 FROM news_category t0
Parameters:
[] |
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\News | 14 |
| App\Entity\NewsCategory | 8 |
| App\Entity\Url | 1 |
| App\Entity\Page | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Url | No errors. |
| App\Entity\Page | No errors. |
| App\Entity\News | No errors. |
| App\Entity\NewsCategory | No errors. |
| App\Entity\Document | No errors. |