Query Metrics
3
Database Queries
2
Different statements
3.70 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.95 ms (52.83%) |
2 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.headline AS headline_4, t0.body AS body_5, t0.contact AS contact_6, t0.access AS access_7, t0.address1 AS address1_8, t0.address2 AS address2_9, t0.zip AS zip_10, t0.city AS city_11, t0.image AS image_12, t0.updated AS updated_13, t0.published AS published_14, t0.latitude AS latitude_15, t0.longitude AS longitude_16, t0.amenity AS amenity_17, t0.gallery_id AS gallery_id_18, t0.owner_id AS owner_id_19 FROM event t0 WHERE t0.id = ?
Parameters:
[
137
]
|
|
1.74 ms (47.17%) |
1 |
SELECT d0_.id AS id_0, d0_.start AS start_1, d0_.end AS end_2, d0_.event_id AS event_id_3 FROM date d0_ LEFT JOIN event e1_ ON d0_.event_id = e1_.id WHERE e1_.published = 1 AND ((d0_.end IS NULL AND d0_.start >= ?) OR (d0_.end >= ?)) ORDER BY CASE WHEN d0_.start > ? THEN d0_.start ELSE d0_.end END ASC LIMIT 12
Parameters:
[ "2026-06-26 16:48:23" "2026-06-26 16:48:23" "2026-06-26 16:48:23" ] |
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\Date | No errors. |
| App\Entity\Event | No errors. |
| App\Entity\Gallery | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Photo | No errors. |
| App\Entity\Talent | No errors. |
| App\Entity\News | No errors. |
| Vich\UploaderBundle\Entity\File | No errors. |
| ConnectHolland\CookieConsentBundle\Entity\CookieConsentLog | No errors. |