GET https://stuvent.mncr.nl/pastevents

Query Metrics

13 Database Queries
3 Different statements
14.33 ms Query time
2 Invalid entities

Grouped Statements

Show all queries

Time Count Info
5.68 ms
(39.64%)
11
SELECT t0.id AS id_1, t0.name AS name_2, t0.active AS active_3 FROM opleiding t0 WHERE t0.id = ?
Parameters:
[
  8
]
5.48 ms
(38.25%)
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 13:12:21"
]
3.17 ms
(22.10%)
1
SELECT COUNT(u0_.id) AS sclr_0 FROM user_events u0_ WHERE u0_.accepted = 0
Parameters:
[]

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\UserEvents No errors.
App\Entity\Event No errors.
App\Entity\Opleiding
  • The association App\Entity\Opleiding#eventOpleidings refers to the owning side field App\Entity\EventOpleiding#Opleiding which does not exist.
App\Entity\Mededeling No errors.
App\Entity\EventOpleiding
  • The mappings App\Entity\EventOpleiding#opleiding and App\Entity\Opleiding#eventOpleidings are inconsistent with each other.
App\Entity\User No errors.