Query Metrics
1
Database Queries
1
Different statements
1.04 ms
Query time
0
Invalid entities
0
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
1.04 ms (100.00%) |
1 |
SELECT e0_.title AS title_0, e0_.slug AS slug_1, e0_.image_path AS image_path_2, e0_.location AS location_3, e0_.starts_at AS starts_at_4, e0_.ends_at AS ends_at_5, e0_.participants_count AS participants_count_6, e0_.private AS private_7, e0_.position AS position_8, e0_.id AS id_9, e0_.created_at AS created_at_10, e0_.updated_at AS updated_at_11, e0_.deleted_at AS deleted_at_12, e1_.name AS name_13, e1_.slug AS slug_14, e1_.color AS color_15, e1_.position AS position_16, e1_.id AS id_17, e1_.created_at AS created_at_18, e1_.updated_at AS updated_at_19, e0_.category_id AS category_id_20, e0_.organizer_id AS organizer_id_21 FROM event e0_ LEFT JOIN event_category e1_ ON e0_.category_id = e1_.id WHERE e0_.deleted_at IS NULL AND e0_.starts_at >= ? AND e0_.starts_at < ? ORDER BY e0_.starts_at ASC
Parameters:
[ "2026-12-01 00:00:00" "2027-01-01 00:00:00" ]
|
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\Event\Entity\Event | No errors. |
| App\Event\Entity\EventCategory | No errors. |
| App\User\Entity\User | No errors. |