Query Metrics
6
Database Queries
6
Different statements
34.01 ms
Query time
2
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 7.49 ms |
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:
[
962
]
|
| 2 | 7.00 ms |
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:
[
962
]
|
| 3 | 2.36 ms |
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
]
|
| 4 | 8.71 ms |
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:
[] |
| 5 | 7.65 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.active AS active_3 FROM opleiding t0 WHERE t0.id = ?
Parameters:
[
6
]
|
| 6 | 0.80 ms |
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:
[
962
]
|
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\User | No errors. |
| App\Entity\UserEventStatus | No errors. |
| App\Entity\Klas | No errors. |
| App\Entity\Message | No errors. |