GET https://app.undernimme.nl/calendar/register/790

Query Metrics

3 Database Queries
3 Different statements
1.71 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 0.86 ms
SELECT t0.id AS id_1, t0.deleted_at AS deleted_at_2, t0.title AS title_3, t0.description AS description_4, t0.date AS date_5, t0.time_from AS time_from_6, t0.time_till AS time_till_7, t0.address AS address_8, t0.postal_code AS postal_code_9, t0.city AS city_10, t0.open AS open_11, t0.max_seats_available AS max_seats_available_12, t0.seats_taken AS seats_taken_13 FROM calendar_item t0 WHERE t0.id = ?
Parameters:
[
  "790"
]
2 0.35 ms
SELECT r0_.id AS id_0, r0_.name AS name_1, r0_.first_name AS first_name_2, r0_.gender AS gender_3, r0_.email AS email_4, r0_.phonenumber AS phonenumber_5, r0_.dayofbirth AS dayofbirth_6, r0_.password AS password_7, r0_.deleted_at AS deleted_at_8, r0_.calendar_item_id AS calendar_item_id_9 FROM registration r0_ WHERE r0_.calendar_item_id = ?
Parameters:
[
  790
]
3 0.50 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.icon AS icon_3, t0.link AS link_4, t0.sort_order AS sort_order_5, t0.code AS code_6 FROM navigation_item t0 ORDER BY t0.sort_order ASC
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\Modules\Custom\GrootInBhv\CalendarItem
  • The field App\Entity\Modules\Custom\GrootInBhv\CalendarItem#registrations is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Modules\Custom\GrootInBhv\Registration#calendarItem does not contain the required 'inversedBy="registrations"' attribute.
App\Entity\Modules\Custom\GrootInBhv\Registration No errors.
App\Entity\Modules\Custom\GrootInBhv\Option No errors.
App\Entity\NavigationItem No errors.