GET http://sport.ksu.edu.kz/student

Query Metrics

22 Database Queries
3 Different statements
7.85 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
5.38 ms
(68.54%)
19
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.valid_till AS valid_till_3, t0.teacher_id AS teacher_id_4 FROM registration_points t0 WHERE t0.id = ?
Parameters:
[
  "e016ad06-b4f7-4f9a-99a3-250d6d2c839c"
]
1.26 ms
(16.05%)
2
SELECT t0.id AS id_1, t0.iin AS iin_2, t0.password AS password_3, t0.lastname AS lastname_4, t0.firstname AS firstname_5, t0.patronymic AS patronymic_6, t0.avatar AS avatar_7, t0.roles AS roles_8 FROM users t0 WHERE t0.id = ?
Parameters:
[
  "93659505-bae9-474b-abc3-ea1dedc0aa79"
]
1.21 ms
(15.41%)
1
SELECT r0_.id AS id_0, r0_.registered_at AS registered_at_1, r0_.registration_point_id AS registration_point_id_2, r0_.student_id AS student_id_3 FROM registrations r0_ WHERE r0_.student_id = ? ORDER BY r0_.registered_at DESC LIMIT 25
Parameters:
[
  Ramsey\Uuid\Lazy\LazyUuidFromString {#660
    __toString(): "93659505-bae9-474b-abc3-ea1dedc0aa79"
  }
]

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.

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\RegistrationPoint No errors.
App\Entity\Registration No errors.