Query Metrics
18
Database Queries
5
Different statements
12.12 ms
Query time
0
Invalid entities
24
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
6.73 ms (55.52%) |
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_.id NOT IN (?) ORDER BY n0_.updated_at DESC
Parameters:
[
21
]
|
|
3.97 ms (32.75%) |
14 |
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.52 ms (4.27%) |
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_ ORDER BY n0_.updated_at DESC LIMIT 1
Parameters:
[] |
|
0.48 ms (4.00%) |
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:
[] |
|
0.42 ms (3.46%) |
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:
[
"actualites"
]
|
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. |