GET https://www.camp.sv-pfahlbronn.de/

Query Metrics

14 Database Queries
5 Different statements
0.96 ms Query time
0 Invalid entities
25 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.52 ms
(54.58%)
9
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
]
0.15 ms
(15.80%)
2
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.name = ? LIMIT 1
Parameters:
[
  "Normal"
]
0.11 ms
(12.03%)
1
SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.start_date AS start_date_2, f0_.end_date AS end_date_3, f0_.description AS description_4, f0_.active_for_registration AS active_for_registration_5, f0_.max_participants AS max_participants_6, f0_.location AS location_7 FROM football_camp f0_ WHERE f0_.active_for_registration = ? LIMIT 1
Parameters:
[
  1
]
0.08 ms
(8.88%)
1
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.camp_id = ?
Parameters:
[
  1
]
0.08 ms
(8.71%)
1
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.description AS description_2 FROM shirt_type s0_
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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Child 11
App\Entity\Registration 9
App\Entity\ShirtType 2
App\Entity\PriceCategory 2
App\Entity\FootballCamp 1

Entities Mapping

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