Query Metrics
12
Database Queries
3
Different statements
15.08 ms
Query time
0
Invalid entities
23
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
10.78 ms (71.46%) |
1 |
SELECT COUNT(*) FROM news_entry t0 WHERE t0.locale = ?
Parameters:
[
"de"
]
|
|
3.38 ms (22.40%) |
10 |
SELECT t0.id AS id_1, t0.file_name AS file_name_2, t0.sort_order AS sort_order_3, t0.entry_id AS entry_id_4 FROM news_image t0 WHERE t0.entry_id = ? ORDER BY t0.sort_order ASC
Parameters:
[
341
]
|
|
0.92 ms (6.13%) |
1 |
SELECT n0_.id AS id_0, n0_.uuid AS uuid_1, n0_.title AS title_2, n0_.slug AS slug_3, n0_.locale AS locale_4, n0_.author AS author_5, n0_.summary AS summary_6, n0_.content AS content_7, n0_.published_at AS published_at_8 FROM news_entry n0_ WHERE n0_.locale = ? AND n0_.published_at <= ? ORDER BY n0_.published_at DESC, n0_.id DESC LIMIT 10
Parameters:
[ "de" "2026-03-20 14:38:52" ] |
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\NewsImage | 13 |
| App\Entity\NewsEntry | 10 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\NewsEntry | No errors. |
| App\Entity\NewsImage | No errors. |