Query Metrics
3
Database Queries
1
Different statements
1.30 ms
Query time
0
Invalid entities
0
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.51 ms |
SELECT e0_.id AS id_0, e0_.name AS name_1, e0_.code AS code_2, e0_.event_start_at AS event_start_at_3, e0_.event_end_at AS event_end_at_4, e0_.description AS description_5, e0_.reservation AS reservation_6, e0_.is_active AS is_active_7, e0_.is_canceled AS is_canceled_8, e0_.is_archived AS is_archived_9, e0_.is_public AS is_public_10, e0_.access_code AS access_code_11, e0_.created_at AS created_at_12, e0_.updated_at AS updated_at_13 FROM event e0_ WHERE e0_.event_start_at >= ? AND e0_.event_start_at <= ? AND e0_.is_archived = ? ORDER BY e0_.event_start_at ASC
Parameters:
[ "2024-10-01 00:00:00" "2025-09-30 23:59:59" 0 ]
|
||||||||||||||||||||||||||||||
| 2 | 0.43 ms |
SELECT e0_.id AS id_0, e0_.name AS name_1, e0_.code AS code_2, e0_.event_start_at AS event_start_at_3, e0_.event_end_at AS event_end_at_4, e0_.description AS description_5, e0_.reservation AS reservation_6, e0_.is_active AS is_active_7, e0_.is_canceled AS is_canceled_8, e0_.is_archived AS is_archived_9, e0_.is_public AS is_public_10, e0_.access_code AS access_code_11, e0_.created_at AS created_at_12, e0_.updated_at AS updated_at_13 FROM event e0_ WHERE e0_.event_start_at >= ? AND e0_.event_start_at <= ? AND e0_.is_archived = ? ORDER BY e0_.event_start_at ASC
Parameters:
[ "2023-10-01 00:00:00" "2024-09-30 23:59:59" 0 ]
|
||||||||||||||||||||||||||||||
| 3 | 0.36 ms |
SELECT e0_.id AS id_0, e0_.name AS name_1, e0_.code AS code_2, e0_.event_start_at AS event_start_at_3, e0_.event_end_at AS event_end_at_4, e0_.description AS description_5, e0_.reservation AS reservation_6, e0_.is_active AS is_active_7, e0_.is_canceled AS is_canceled_8, e0_.is_archived AS is_archived_9, e0_.is_public AS is_public_10, e0_.access_code AS access_code_11, e0_.created_at AS created_at_12, e0_.updated_at AS updated_at_13 FROM event e0_ WHERE e0_.event_start_at >= ? AND e0_.event_start_at <= ? AND e0_.is_archived = ? ORDER BY e0_.event_start_at ASC
Parameters:
[ "2022-10-01 00:00:00" "2023-09-30 23:59:59" 0 ]
|
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\Event | No errors. |