Redirect 302 redirect from GET @admin (d929df)

Query Metrics

1 Database Queries
1 Different statements
2.35 ms Query time
4 Invalid entities

Queries

Group similar statements

# Time Info
1 2.35 ms
SELECT t0.id AS id_1, t0.type AS type_2, t3.id AS id_4, t3.time AS time_5, t3.student_id AS student_id_6, t3.lesson_id AS lesson_id_7, t3.type_class_id AS type_class_id_8, t3.group_id AS group_id_9, t10.id AS id_11, t10.time AS time_12, t10.seat_time AS seat_time_13, t10.type_class_id AS type_class_id_14 FROM type_class t0 LEFT JOIN choosed_lesson t3 ON t3.type_class_id = t0.id LEFT JOIN lesson_map t10 ON t10.type_class_id = t0.id WHERE t0.id = ?
Parameters:
[
  "6"
]

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\TypeClass
  • The mappings App\Entity\TypeClass#choosedLesson and App\Entity\ChoosedLesson#typeClass are inconsistent with each other.
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\Student 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\Group No errors.
App\Entity\LessonMap No errors.
App\Entity\PhaseGroup No errors.
App\Entity\SubGroup
  • The mappings App\Entity\SubGroup#directionLesson and App\Entity\Lesson#subGroups are inconsistent with each other.