Query Metrics
3
Database Queries
2
Different statements
3.08 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.48 ms |
SELECT * FROM school s WHERE s.type = ? ORDER BY edited_at desc, updated_at desc
Parameters:
[
"hbo"
]
|
| 2 | 0.52 ms |
SELECT * FROM school s WHERE s.type = ? ORDER BY edited_at desc, updated_at desc
Parameters:
[
"wo"
]
|
| 3 | 1.07 ms |
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.