Query Metrics
3
Database Queries
2
Different statements
3.08 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
2.01 ms (65.20%) |
2 |
SELECT * FROM school s WHERE s.type = ? ORDER BY edited_at desc, updated_at desc
Parameters:
[
"hbo"
]
|
|
1.07 ms (34.80%) |
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:
[
"2025-12-18"
]
|
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.