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

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.49 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.37 ms
SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.email_hash AS email_hash_2, u0_.roles AS roles_3, u0_.password AS password_4, u0_.first_name AS first_name_5, u0_.last_name AS last_name_6, u0_.phone AS phone_7, u0_.address_line1 AS address_line1_8, u0_.address_line2 AS address_line2_9, u0_.city AS city_10, u0_.province AS province_11, u0_.postal_code AS postal_code_12, u0_.is_active AS is_active_13, u0_.camera_access_revoked AS camera_access_revoked_14, u0_.camera_entitled_until AS camera_entitled_until_15, u0_.confirmed_at AS confirmed_at_16, u0_.invitation_token_hash AS invitation_token_hash_17, u0_.invitation_sent_at AS invitation_sent_at_18, u0_.created_at AS created_at_19, u0_.updated_at AS updated_at_20, u0_.family_id AS family_id_21 FROM `user` u0_ WHERE u0_.roles NOT LIKE ?
Parameters:
[
  "%ROLE_ADMIN%"
]
3 0.41 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 INNER JOIN child_guardian ON t0.id = child_guardian.child_id WHERE child_guardian.user_id = ?
Parameters:
[
  6
]
4 0.26 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 INNER JOIN child_guardian ON t0.id = child_guardian.child_id WHERE child_guardian.user_id = ?
Parameters:
[
  5
]
5 0.23 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 INNER JOIN child_guardian ON t0.id = child_guardian.child_id WHERE child_guardian.user_id = ?
Parameters:
[
  4
]

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 4
App\Entity\Family 2
App\Entity\Child 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.