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

Query Metrics

4 Database Queries
4 Different statements
2.97 ms Query time
4 Invalid entities

Queries

Group similar statements

# Time Info
1 0.95 ms
SELECT p0_.id AS id_0, p0_.lesson_id AS lesson_id_1, p0_.phase_id AS phase_id_2 FROM phase_element p0_
Parameters:
[]
2 0.71 ms
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.number AS number_2, p0_.phase_index_title AS phase_index_title_3, p0_.group_id AS group_id_4, p0_.sub_group_id AS sub_group_id_5, p0_.lesson_id AS lesson_id_6, p0_.type_class_id AS type_class_id_7, p0_.phase_item_id AS phase_item_id_8 FROM phase_group p0_
Parameters:
[]
3 0.78 ms
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:
[]
4 0.52 ms
SELECT b0_.id AS id_0, b0_.count AS count_1, b0_.phase_index_title AS phase_index_title_2, b0_.phase_item_id AS phase_item_id_3 FROM bucket b0_
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\PhaseItem No errors.
App\Entity\PhaseElement No errors.
App\Entity\PhaseGroup 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\Bucket No errors.
App\Entity\Phase No errors.
App\Entity\Group No errors.
App\Entity\SubGroup
  • The mappings App\Entity\SubGroup#directionLesson and App\Entity\Lesson#subGroups are inconsistent with each other.
App\Entity\TypeClass
  • The mappings App\Entity\TypeClass#choosedLesson and App\Entity\ChoosedLesson#typeClass are inconsistent with each other.
App\Entity\Department No errors.
App\Entity\ClassTime 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.