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

Query Metrics

4 Database Queries
4 Different statements
2.49 ms Query time
3 Invalid entities

Grouped Statements

Show all queries

Time Count Info
1.12 ms
(45.06%)
1
SELECT DISTINCT l0_.id AS id_0 FROM lesson l0_ LIMIT 20
Parameters:
[]
0.49 ms
(19.58%)
1
SELECT count(l0_.id) AS sclr_0 FROM lesson l0_
Parameters:
[]
0.48 ms
(19.41%)
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_ WHERE l0_.id IN (?, ?, ?, ?, ?)
Parameters:
[
  1
  2
  3
  4
  5
]
0.40 ms
(15.95%)
1
SELECT t0.id AS id_1, t0.name AS name_2 FROM department t0 WHERE t0.id = ?
Parameters:
[
  1
]

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