Redirect 301 redirect from GET @admin (b3d7f4)

Query Metrics

23 Database Queries
4 Different statements
13.17 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
10.53 ms
(79.97%)
20
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:
[
  13
]
1.61 ms
(12.24%)
1
SELECT DISTINCT t0_.id AS id_0 FROM teacher t0_ LIMIT 20 OFFSET 120
Parameters:
[]
0.60 ms
(4.53%)
1
SELECT t0_.id AS id_0, t0_.first_name AS first_name_1, t0_.last_name AS last_name_2, t0_.email AS email_3, t0_.surname AS surname_4 FROM teacher t0_ WHERE t0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  109
  158
  13
  118
  133
  111
  16
  62
  123
  75
  128
  126
  166
  99
  142
  152
  41
  46
  157
  53
]
0.43 ms
(3.27%)
1
SELECT count(t0_.id) AS sclr_0 FROM teacher t0_
Parameters:
[]

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\Teacher No errors.
App\Entity\Department No errors.
App\Entity\ClassTime No errors.
App\Entity\Lesson
  • The association App\Entity\Lesson#subGroups refers to the owning side field App\Entity\SubGroup#lesson which does not exist.