GET https://stuvent.mncr.nl/more-info/510

Query Metrics

6 Database Queries
6 Different statements
7.19 ms Query time
2 Invalid entities

Grouped Statements

Show all queries

Time Count Info
2.50 ms
(34.81%)
1
SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.student_number AS student_number_4, u0_.first_name AS first_name_5, u0_.last_name AS last_name_6, u0_.image AS image_7, u0_.telefoonnummer AS telefoonnummer_8, u0_.opleiding_id AS opleiding_id_9, u0_.klas_id AS klas_id_10 FROM user u0_
Parameters:
[]
1.47 ms
(20.45%)
1
SELECT t0.id AS id_1, t0.accepted AS accepted_2, t0.presence AS presence_3, t0.rating AS rating_4, t0.hours AS hours_5, t0.notification AS notification_6, t0.user_id AS user_id_7, t0.event_id AS event_id_8, t0.user_event_status_id AS user_event_status_id_9 FROM user_events t0 WHERE t0.event_id = ?
Parameters:
[
  510
]
1.38 ms
(19.23%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.company AS company_4, t0.date AS date_5, t0.image AS image_6, t0.aantal_uur AS aantal_uur_7, t0.niveau AS niveau_8, t0.attendees AS attendees_9, t0.end_date AS end_date_10, t0.concomitance AS concomitance_11, t0.students_informed AS students_informed_12, t0.client_informed AS client_informed_13, t0.assessment_forms_received AS assessment_forms_received_14, t0.evaluation AS evaluation_15, t0.absenteeism_department_informed AS absenteeism_department_informed_16, t0.opleiding_id AS opleiding_id_17 FROM event t0 WHERE t0.id = ?
Parameters:
[
  510
]
0.67 ms
(9.34%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3 FROM user_event_status t0 WHERE t0.id = ?
Parameters:
[
  3
]
0.67 ms
(9.31%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.active AS active_3 FROM opleiding t0 WHERE t0.id = ?
Parameters:
[
  7
]
0.49 ms
(6.86%)
1
SELECT t0.id AS id_1, t0.text AS text_2, t0.title AS title_3, t0.date AS date_4, t0.file AS file_5, t0.event_id AS event_id_6 FROM mededeling t0 WHERE t0.event_id = ?
Parameters:
[
  510
]

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
  • The association App\Entity\Opleiding#eventOpleidings refers to the owning side field App\Entity\EventOpleiding#Opleiding which does not exist.
App\Entity\UserEvents No errors.
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.
App\Entity\UserEventStatus No errors.
App\Entity\Klas No errors.
App\Entity\Message No errors.