Query Metrics
4
Database Queries
4
Different statements
1.65 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.58 ms (34.81%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.short_description AS short_description_3, t0.content AS content_4, t0.image AS image_5, t0.event_date AS event_date_6, t0.event_type AS event_type_7, t0.is_visible AS is_visible_8, t0.position AS position_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM event t0 WHERE t0.id = ?
Parameters:
[
2
]
|
|
0.47 ms (28.15%) |
1 |
SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.short_description AS short_description_2, e0_.content AS content_3, e0_.image AS image_4, e0_.event_date AS event_date_5, e0_.event_type AS event_type_6, e0_.is_visible AS is_visible_7, e0_.position AS position_8, e0_.created_at AS created_at_9, e0_.updated_at AS updated_at_10 FROM event e0_ WHERE e0_.is_visible = ? AND e0_.id <> ? AND e0_.event_date < ? ORDER BY e0_.event_date DESC LIMIT 1
Parameters:
[ 1 2 "2026-04-30 00:00:00" ] |
|
0.32 ms (19.15%) |
1 |
SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.short_description AS short_description_2, e0_.content AS content_3, e0_.image AS image_4, e0_.event_date AS event_date_5, e0_.event_type AS event_type_6, e0_.is_visible AS is_visible_7, e0_.position AS position_8, e0_.created_at AS created_at_9, e0_.updated_at AS updated_at_10 FROM event e0_ WHERE e0_.is_visible = ? AND e0_.id <> ? ORDER BY e0_.event_date DESC LIMIT 3
Parameters:
[ 1 2 ] |
|
0.30 ms (17.89%) |
1 |
SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.short_description AS short_description_2, e0_.content AS content_3, e0_.image AS image_4, e0_.event_date AS event_date_5, e0_.event_type AS event_type_6, e0_.is_visible AS is_visible_7, e0_.position AS position_8, e0_.created_at AS created_at_9, e0_.updated_at AS updated_at_10 FROM event e0_ WHERE e0_.is_visible = ? AND e0_.id <> ? AND e0_.event_date > ? ORDER BY e0_.event_date ASC LIMIT 1
Parameters:
[ 1 2 "2026-04-30 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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Event | No errors. |