Query Metrics

2 Database Queries
2 Different statements
2.74 ms Query time
1 Invalid entities

Show all queries

Time Count Info
1.42 ms
(51.94%)
1
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.email AS email_4, t0.surname AS surname_5 FROM teacher t0 WHERE t0.id = ?
Parameters:
0 of 0
[ "127" ]
1.32 ms
(48.06%)
1
SELECT t0.id AS id_1, t0.name AS name_2 FROM department t0 INNER JOIN teacher_department ON t0.id = teacher_department.department_id WHERE teacher_department.teacher_id = ?
Parameters:
0 of 0
[ 127 ]