GET https://camp.sv-pfahlbronn.de/admin/registrations/8

Query Metrics

5 Database Queries
5 Different statements
0.31 ms Query time
0 Invalid entities
6 Managed entities

Queries

Group similar statements

# Time Info
1 0.05 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:
[
  6
]
2 0.09 ms
SELECT t0.id AS id_1, t0.registration_number AS registration_number_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.email AS email_5, t0.street AS street_6, t0.postal_code AS postal_code_7, t0.city AS city_8, t0.phone_number AS phone_number_9, t0.country AS country_10, t0.total_amount AS total_amount_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.email_verified_at AS email_verified_at_14, t0.paid_at AS paid_at_15, t0.email_verification_token AS email_verification_token_16, t0.invoice_file_path AS invoice_file_path_17, t0.invoice_generated_at AS invoice_generated_at_18, t0.privacy_accepted AS privacy_accepted_19, t0.privacy_accepted_at AS privacy_accepted_at_20, t0.camp_id AS camp_id_21 FROM registration t0 WHERE t0.id = ?
Parameters:
[
  "8"
]
3 0.07 ms
SELECT t0.id AS id_1, t0.child_registration_number AS child_registration_number_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birth_date AS birth_date_5, t0.status AS status_6, t0.jersey_number AS jersey_number_7, t0.tshirt_size AS tshirt_size_8, t0.shorts_size AS shorts_size_9, t0.jersey_print AS jersey_print_10, t0.has_allergy AS has_allergy_11, t0.allergy_details AS allergy_details_12, t0.registration_id AS registration_id_13, t0.shirt_type_id AS shirt_type_id_14, t0.price_category_id AS price_category_id_15 FROM child t0 WHERE t0.registration_id = ?
Parameters:
[
  8
]
4 0.07 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3 FROM shirt_type t0 WHERE t0.id = ?
Parameters:
[
  1
]
5 0.03 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.amount AS amount_3, t0.description AS description_4 FROM price_category t0 WHERE t0.id = ?
Parameters:
[
  1
]

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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\User 1
App\Entity\Registration 1
App\Entity\FootballCamp 1
App\Entity\Child 1
App\Entity\ShirtType 1
App\Entity\PriceCategory 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Registration No errors.
App\Entity\FootballCamp No errors.
App\Entity\Child No errors.
App\Entity\ShirtType No errors.
App\Entity\PriceCategory No errors.