Redirect 302 redirect from POST @app_login (3da61b)

GET http://btgfootballbookings.com/admin/65/365

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.43 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ?
Parameters:
[
  2
]
2 0.29 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.date AS date_3, t0.recurring AS recurring_4, t0.bookable AS bookable_5, t0.max_guests AS max_guests_6, t0.guest_count AS guest_count_7, t0.show_phone_on_form AS show_phone_on_form_8, t0.site_id AS site_id_9 FROM event t0 WHERE t0.id = ?
Parameters:
[
  "365"
]
3 0.52 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.phone AS phone_3, t0.email AS email_4, t0.event_id AS event_id_5 FROM guest t0 WHERE t0.event_id = ? ORDER BY t0.name ASC
Parameters:
[
  365
]
4 0.28 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.address_line_one AS address_line_one_3, t0.address_line_two AS address_line_two_4, t0.address_line_three AS address_line_three_5, t0.city AS city_6, t0.county AS county_7, t0.post_code AS post_code_8, t0.latitude AS latitude_9, t0.longitude AS longitude_10, t0.default_event_description AS default_event_description_11, t0.region_id AS region_id_12 FROM site t0 WHERE t0.id = ?
Parameters:
[
  65
]

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\User No errors.
App\Entity\Event No errors.
App\Entity\Site No errors.
App\Entity\Guest
  • The association App\Entity\Guest#event refers to the inverse side field App\Entity\Event#guests which does not exist.
App\Entity\Region No errors.