GET https://app.bullsacademy.sk/api/admin/parents

Query Metrics

8 Database Queries
6 Different statements
6.12 ms Query time
0 Invalid entities
7 Managed entities

Queries

Group similar statements

# Time Info
1 2.80 ms
SELECT t0.id AS id_1, t0.token_hash AS token_hash_2, t0.label AS label_3, t0.created_at AS created_at_4, t0.expires_at AS expires_at_5, t0.user_id AS user_id_6 FROM api_token t0 WHERE t0.token_hash = ? LIMIT 1
Parameters:
[
  "94b21c18184353f4acd9c10987b8b92bdc9cec7e3e8b1b13c620029cc2ef7cba"
]
2 0.87 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.phone AS phone_7, t0.invite_token AS invite_token_8, t0.invite_expires_at AS invite_expires_at_9, t0.created_at AS created_at_10 FROM app_user t0 WHERE t0.id = ?
Parameters:
[
  5
]
3 0.24 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.phone AS phone_7, t0.invite_token AS invite_token_8, t0.invite_expires_at AS invite_expires_at_9, t0.created_at AS created_at_10 FROM app_user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "jakub.kotrady91@gmail.com"
]
4 0.57 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.phone AS phone_7, t0.invite_token AS invite_token_8, t0.invite_expires_at AS invite_expires_at_9, t0.created_at AS created_at_10 FROM app_user t0 ORDER BY t0.last_name ASC, t0.first_name ASC
Parameters:
[]
5 0.80 ms
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.birth_date AS birth_date_4, t0.note AS note_5, t0.internal_note AS internal_note_6, t0.created_at AS created_at_7, t0.archived_at AS archived_at_8, t0.parent_id AS parent_id_9, t0.category_id AS category_id_10 FROM child t0 WHERE t0.parent_id = ? ORDER BY t0.first_name ASC
Parameters:
[
  5
]
6 0.24 ms
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.birth_date AS birth_date_4, t0.note AS note_5, t0.internal_note AS internal_note_6, t0.created_at AS created_at_7, t0.archived_at AS archived_at_8, t0.parent_id AS parent_id_9, t0.category_id AS category_id_10 FROM child t0 WHERE t0.parent_id = ? ORDER BY t0.first_name ASC
Parameters:
[
  11
]
7 0.43 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM category t0 WHERE t0.id = ?
Parameters:
[
  1
]
8 0.17 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM category t0 WHERE t0.id = ?
Parameters:
[
  2
]

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 2
App\Entity\Child 2
App\Entity\Category 2
App\Entity\ApiToken 1

Entities Mapping

Class Mapping errors
App\Entity\ApiToken No errors.
App\Entity\User No errors.
App\Entity\Child No errors.
App\Entity\Category No errors.
App\Entity\Registration No errors.