Query Metrics
18
Database Queries
8
Different statements
9.68 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
1.60 ms (16.51%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lastname AS lastname_3, t0.email AS email_4, t0.picture AS picture_5, t0.partner AS partner_6, t0.slug AS slug_7, t0.type AS type_8, t0.order_list AS order_list_9 FROM lecturers t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"erik-potocar"
]
|
1.54 ms (15.94%) |
3 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.fk_lecture_id AS fk_lecture_id_4, t0.fk_language_id AS fk_language_id_5 FROM lecture_translate t0 WHERE t0.fk_lecture_id = ?
Parameters:
[
34
]
|
1.46 ms (15.10%) |
3 |
SELECT t0.id AS id_1, t0.language AS language_2, t0.fk_course_id AS fk_course_id_3, t0.fk_lecture_id AS fk_lecture_id_4 FROM course_lecture t0 WHERE t0.fk_lecture_id = ?
Parameters:
[
34
]
|
1.35 ms (13.96%) |
3 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.target_group AS target_group_4, t0.place AS place_5, t0.fk_course_id AS fk_course_id_6, t0.fk_language_id AS fk_language_id_7 FROM course_translate t0 WHERE t0.fk_course_id = ?
Parameters:
[
8
]
|
1.17 ms (12.12%) |
3 |
SELECT t0.id AS id_1, t0.date_start AS date_start_2, t0.date_end AS date_end_3, t0.mode AS mode_4, t0.experts AS experts_5, t0.slug AS slug_6, t0.organizer AS organizer_7, t0.open AS open_8, t0.time_start AS time_start_9, t0.time_end AS time_end_10, t0.link_course AS link_course_11, t0.link_youtube AS link_youtube_12, t0.venue AS venue_13, t0.language AS language_14 FROM course t0 WHERE t0.id = ?
Parameters:
[
8
]
|
1.11 ms (11.43%) |
3 |
SELECT t0.id AS id_1, t0.language AS language_2, t0.fk_course_id AS fk_course_id_3, t0.fk_lecture_id AS fk_lecture_id_4 FROM course_lecture t0 WHERE t0.fk_course_id = ?
Parameters:
[
8
]
|
0.73 ms (7.52%) |
1 |
SELECT t0.id AS id_1, t0.description AS description_2, t0.fk_lecturers_id AS fk_lecturers_id_3, t0.fk_language_id AS fk_language_id_4 FROM lecturers_translate t0 WHERE t0.fk_lecturers_id = ?
Parameters:
[
12
]
|
0.72 ms (7.43%) |
1 |
SELECT t0.id AS id_1, t0.date_created AS date_created_2, t0.slug AS slug_3 FROM lecture t0 INNER JOIN lecture_lecturers ON t0.id = lecture_lecturers.lecture_id WHERE lecture_lecturers.lecturers_id = ?
Parameters:
[
12
]
|
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\Lecturers | No errors. |
App\Entity\LecturersTranslate | No errors. |
App\Entity\Lecture | No errors. |
App\Entity\Language | No errors. |
App\Entity\LectureTranslate | No errors. |
App\Entity\CourseLecture | No errors. |
App\Entity\LectureMaterials | No errors. |
App\Entity\Course | No errors. |
App\Entity\CourseTranslate | No errors. |
App\Entity\Student | No errors. |
App\Entity\User | No errors. |