Redirect 302 redirect from GET @calendar_registration_toggle_deleted (27676a)

GET https://app.undernimme.nl/calendar/register/toggle-deleted/663

Query Metrics

4 Database Queries
4 Different statements
49.37 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
21.28 ms
(43.12%)
1
"START TRANSACTION"
Parameters:
[]
19.74 ms
(39.98%)
1
"COMMIT"
Parameters:
[]
7.26 ms
(14.70%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.first_name AS first_name_3, t0.gender AS gender_4, t0.email AS email_5, t0.phonenumber AS phonenumber_6, t0.dayofbirth AS dayofbirth_7, t0.password AS password_8, t0.deleted_at AS deleted_at_9, t0.calendar_item_id AS calendar_item_id_10 FROM registration t0 WHERE t0.id = ?
Parameters:
[
  663
]
1.09 ms
(2.20%)
1
UPDATE registration SET deleted_at = ? WHERE id = ?
Parameters:
[
  null
  663
]

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\Registration No 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.