Query Metrics
7
Database Queries
5
Different statements
8.08 ms
Query time
0
Invalid entities
24
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.37 ms |
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"
]
|
| 2 | 5.40 ms |
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:
[] |
| 3 | 0.57 ms |
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 15:07:32"
]
|
| 4 | 0.47 ms |
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:
[] |
| 5 | 0.61 ms |
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:
[
23
]
|
| 6 | 0.39 ms |
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:
[
24
]
|
| 7 | 0.26 ms |
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:
[
25
]
|
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. |