Redirect 302 redirect from GET @admin (b92c07)

Query Metrics

1 Database Queries
1 Different statements
1.30 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 1.30 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM department t0 WHERE t0.id = ?
Parameters:
[
  "5"
]

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\Department 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.
App\Entity\Teacher No errors.
App\Entity\ClassTime No errors.