Query Metrics
3
Database Queries
2
Different statements
11.72 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
8.83 ms (75.31%) |
2 |
SELECT * FROM school s WHERE s.type = ? ORDER BY edited_at desc, updated_at desc
Parameters:
[
"hbo"
]
|
|
2.89 ms (24.69%) |
1 |
SELECT count(*) as cnt FROM (SELECT e.date, e.from_time, e.to_time, e.description, s.name as school, s.slug as url FROM open_days e INNER JOIN school s ON s.id = e.school_id WHERE date > ? LIMIT 5) dbal_count_tbl LIMIT 5
Parameters:
[
"2026-04-14"
]
|
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
No loaded entities.