Query Metrics
2
Database Queries
2
Different statements
28.08 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 11.93 ms |
SELECT t0.id AS id_1, t0.headline AS headline_2, t0.content AS content_3 FROM page_content t0 WHERE t0.headline = ? LIMIT 1
Parameters:
[
"Úvod"
]
|
2 | 16.14 ms |
SELECT t0.id AS id_1, t0.headline AS headline_2, t0.content AS content_3, t0.created_at AS created_at_4, t0.active AS active_5 FROM articles t0 WHERE t0.active = ? ORDER BY t0.created_at DESC LIMIT 6
Parameters:
[
1
]
|
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.
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\PageContent | No errors. |
App\Entity\Articles | No errors. |