Query Metrics

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

Queries

Group similar statements

# Time Info
1 1.43 ms
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:
[
  "12"
]
2 1.29 ms
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:
[
  12
]

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.