GET https://edelar.tech/admin?crudAction=new&crudControllerFqcn=App%5CController%5CAdmin%5CDepartmentCrudController

Query Metrics

2 Database Queries
2 Different statements
1.85 ms Query time
3 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.99 ms
(53.61%)
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_
Parameters:
[]
0.86 ms
(46.39%)
1
SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.deep_value AS deep_value_2, l0_.switch AS switch_3, l0_.department_id AS department_id_4 FROM lesson l0_
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\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\SubGroup
  • The mappings App\Entity\SubGroup#directionLesson and App\Entity\Lesson#subGroups are inconsistent with each other.
App\Entity\ClassTime No errors.
App\Entity\PhaseGroup No errors.
App\Entity\ChoosedLesson
  • The association App\Entity\ChoosedLesson#typeClass refers to the inverse side field App\Entity\TypeClass#choosedLessons which does not exist.
App\Entity\LessonType No errors.
App\Entity\PhaseItem No errors.
App\Entity\Phase No errors.