Query Metrics
2
Database Queries
2
Different statements
0.89 ms
Query time
0
Invalid entities
2
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.55 ms |
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:
[
"3149_water_bottles_saved_via_sustainable"
]
|
| 2 | 0.34 ms |
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:
[
125
]
|
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. |