GET http://admin.localhost:9080/admin/children

Query Metrics

3 Database Queries
3 Different statements
0.83 ms Query time
0 Invalid entities
5 Managed entities

Queries

Group similar statements

# Time Info
1 0.31 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.email_hash AS email_hash_3, t0.roles AS roles_4, t0.password AS password_5, t0.first_name AS first_name_6, t0.last_name AS last_name_7, t0.phone AS phone_8, t0.address_line1 AS address_line1_9, t0.address_line2 AS address_line2_10, t0.city AS city_11, t0.province AS province_12, t0.postal_code AS postal_code_13, t0.is_active AS is_active_14, t0.camera_access_revoked AS camera_access_revoked_15, t0.camera_entitled_until AS camera_entitled_until_16, t0.confirmed_at AS confirmed_at_17, t0.invitation_token_hash AS invitation_token_hash_18, t0.invitation_sent_at AS invitation_sent_at_19, t0.created_at AS created_at_20, t0.updated_at AS updated_at_21, t0.family_id AS family_id_22 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
  10
]
2 0.19 ms
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.date_of_birth AS date_of_birth_4, t0.room AS room_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7 FROM child t0
Parameters:
[]
3 0.32 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.email_hash AS email_hash_3, t0.roles AS roles_4, t0.password AS password_5, t0.first_name AS first_name_6, t0.last_name AS last_name_7, t0.phone AS phone_8, t0.address_line1 AS address_line1_9, t0.address_line2 AS address_line2_10, t0.city AS city_11, t0.province AS province_12, t0.postal_code AS postal_code_13, t0.is_active AS is_active_14, t0.camera_access_revoked AS camera_access_revoked_15, t0.camera_entitled_until AS camera_entitled_until_16, t0.confirmed_at AS confirmed_at_17, t0.invitation_token_hash AS invitation_token_hash_18, t0.invitation_sent_at AS invitation_sent_at_19, t0.created_at AS created_at_20, t0.updated_at AS updated_at_21, t0.family_id AS family_id_22 FROM `user` t0 INNER JOIN child_guardian ON t0.id = child_guardian.user_id WHERE child_guardian.child_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 3
App\Entity\Child 1
App\Entity\Family 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Family No errors.
App\Entity\Child No errors.
App\Entity\TermsAcceptance No errors.