Query Metrics
2
Database Queries
2
Different statements
0.43 ms
Query time
0
Invalid entities
2
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.30 ms (68.75%) |
1 |
SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.title AS title_3, t0.slug AS slug_4, t0.locale AS locale_5, t0.author AS author_6, t0.summary AS summary_7, t0.content AS content_8, t0.published_at AS published_at_9 FROM news_entry t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"bueffeln-am-boden-bevor-es-in-die-hoehe-geht"
]
|
|
0.14 ms (31.25%) |
1 |
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:
[
344
]
|
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\NewsEntry | 1 |
| App\Entity\NewsImage | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\NewsEntry | No errors. |
| App\Entity\NewsImage | No errors. |