Query Metrics
1
Database Queries
1
Different statements
3.52 ms
Query time
2
Invalid entities
1
Managed entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 3.52 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.surname AS surname_3, t0.patronym AS patronym_4, t0.phone AS phone_5, t0.email AS email_6, t0.telegram_id AS telegram_id_7, t0.date_of_birth AS date_of_birth_8, t0.contract AS contract_9, t0.exam_status AS exam_status_10, t0.license AS license_11, t0.experience AS experience_12, t0.hire_date AS hire_date_13, t0.enroll_date AS enroll_date_14, t0.roles AS roles_15, t0.is_active AS is_active_16, t0.is_approved AS is_approved_17, t0.message AS message_18, t0.about_me AS about_me_19, t0.balance AS balance_20, t0.image AS image_21, t0.password AS password_22, t0.updated_at AS updated_at_23, t0.created_at AS created_at_24, t0.exam_id AS exam_id_25, t0.car_id AS car_id_26, t27.id AS id_28, t27.time_from AS time_from_29, t27.time_to AS time_to_30, t27.days_of_week AS days_of_week_31, t27.notice AS notice_32, t27.created_at AS created_at_33, t27.updated_at AS updated_at_34, t27.autodrome_id AS autodrome_id_35, t27.category_id AS category_id_36, t27.instructor_id AS instructor_id_37, t0.category_id AS category_id_38 FROM user t0 LEFT JOIN drive_schedule t27 ON t27.instructor_id = t0.id WHERE t0.email = ? LIMIT 1
Parameters:
[
"admin@admin.com"
]
|
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.
Managed Entities
default entity manager
Class | Amount of managed objects |
---|---|
App\Entity\User | 1 |
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\User |
|
App\Entity\Exam | No errors. |
App\Entity\Car | No errors. |
App\Entity\DriveSchedule | No errors. |
App\Entity\Autodrome | No errors. |
App\Entity\Category | No errors. |
App\Entity\TeacherLesson |
|
App\Entity\InstructorLesson | No errors. |
App\Entity\Review | No errors. |
App\Entity\Course | No errors. |
App\Entity\StudentLessonProgress | No errors. |
App\Entity\StudentQuizProgress | No errors. |
App\Entity\Transaction | No errors. |