Query Metrics
1
Database Queries
1
Different statements
1.01 ms
Query time
0
Invalid entities
0
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 1.01 ms |
SELECT i0_.id AS id_0, i0_.title AS title_1, i0_.message AS message_2, i0_.severity AS severity_3, i0_.status AS status_4, i0_.created_at AS created_at_5, i0_.resolved_at AS resolved_at_6, i0_.notified_at AS notified_at_7, i0_.scheduled_start_at AS scheduled_start_at_8, i0_.scheduled_end_at AS scheduled_end_at_9, n1_.id AS id_10, n1_.channel AS channel_11, n1_.target AS target_12, n1_.result AS result_13, n1_.error_message AS error_message_14, n1_.sent_at AS sent_at_15, n1_.incident_id AS incident_id_16, n1_.user_id AS user_id_17 FROM incident i0_ LEFT JOIN notification n1_ ON i0_.id = n1_.incident_id WHERE (i0_.created_at BETWEEN ? AND ?) OR (i0_.scheduled_start_at BETWEEN ? AND ?) ORDER BY i0_.created_at ASC
Parameters:
[ "2026-03-07 00:00:00" "2026-03-07 23:59:59" "2026-03-07 00:00:00" "2026-03-07 23:59:59" ]
|
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 |
|---|
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Incident | No errors. |
| App\Entity\Notification | No errors. |
| App\Entity\User | No errors. |