Query Metrics
65
Database Queries
4
Different statements
43.31 ms
Query time
2
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
21.80 ms (50.33%) |
30 |
SELECT COUNT(u0_.id) AS sclr_0 FROM user_events u0_ INNER JOIN user_event_status u1_ ON u0_.user_event_status_id = u1_.id WHERE u0_.event_id = ? AND u1_.code <> ?
Parameters:
[ 1127 "de" ] |
|
15.91 ms (36.73%) |
30 |
SELECT t0.id AS id_1, t0.attendees AS attendees_2, t0.event_id AS event_id_3, t0.opleiding_id AS opleiding_id_4 FROM event_opleiding t0 WHERE t0.event_id = ?
Parameters:
[
1127
]
|
|
3.56 ms (8.22%) |
1 |
SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.description AS description_2, e0_.company AS company_3, e0_.date AS date_4, e0_.image AS image_5, e0_.aantal_uur AS aantal_uur_6, e0_.niveau AS niveau_7, e0_.attendees AS attendees_8, e0_.end_date AS end_date_9, e0_.concomitance AS concomitance_10, e0_.students_informed AS students_informed_11, e0_.client_informed AS client_informed_12, e0_.assessment_forms_received AS assessment_forms_received_13, e0_.evaluation AS evaluation_14, e0_.absenteeism_department_informed AS absenteeism_department_informed_15, e0_.opleiding_id AS opleiding_id_16 FROM event e0_ WHERE e0_.end_date > ? ORDER BY e0_.date ASC
Parameters:
[
"2026-03-13 11:56:22"
]
|
|
2.04 ms (4.72%) |
4 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.active AS active_3 FROM opleiding t0 WHERE t0.id = ?
Parameters:
[
6
]
|
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. |
| App\Entity\Opleiding |
|
| App\Entity\UserEvents | No errors. |
| App\Entity\Mededeling | No errors. |
| App\Entity\EventOpleiding |
|
| App\Entity\UserEventStatus | No errors. |
| App\Entity\User | No errors. |