Query Metrics
5
Database Queries
4
Different statements
3.78 ms
Query time
2
Invalid entities
25
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 1.20 ms |
SELECT t0.id AS id_1, t0.school_hero_image AS school_hero_image_2, t0.school_hero_video AS school_hero_video_3, t0.is_image_published AS is_image_published_4, t0.is_video_published AS is_video_published_5, t0.school_hero_title AS school_hero_title_6, t0.school_hero_subtitle AS school_hero_subtitle_7, t0.school_hero_slug AS school_hero_slug_8, t0.school_programme_image AS school_programme_image_9, t0.school_programme_title AS school_programme_title_10, t0.school_programmelist AS school_programmelist_11, t0.school_programme_paragraph AS school_programme_paragraph_12, t0.school_cours_title AS school_cours_title_13, t0.school_cours_paragraph AS school_cours_paragraph_14, t0.school_cours_type AS school_cours_type_15, t0.school_teacher_title AS school_teacher_title_16, t0.school_teacher_paragraph AS school_teacher_paragraph_17, t0.school_studio_title_top AS school_studio_title_top_18, t0.school_studio_title_bottom AS school_studio_title_bottom_19, t0.school_studio_paragraph AS school_studio_paragraph_20, t0.school_studio_list AS school_studio_list_21 FROM school t0 LIMIT 1
Parameters:
[]
|
||||||||||||||||||||||
| 2 | 0.98 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.badge AS badge_3, t0.description AS description_4, t0.image AS image_5, t0.category AS category_6, t0.position AS position_7, t0.is_published AS is_published_8, t0.school_id AS school_id_9 FROM school_course t0 WHERE t0.school_id = ? AND t0.category = ? AND t0.is_published = ? ORDER BY t0.position ASC
Parameters:
[ 1 "milleniums" 1 ]
|
||||||||||||||||||||||
| 3 | 0.28 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.badge AS badge_3, t0.description AS description_4, t0.image AS image_5, t0.category AS category_6, t0.position AS position_7, t0.is_published AS is_published_8, t0.school_id AS school_id_9 FROM school_course t0 WHERE t0.school_id = ? AND t0.category = ? AND t0.is_published = ? ORDER BY t0.position ASC
Parameters:
[ 1 "adultes" 1 ]
|
||||||||||||||||||||||
| 4 | 0.68 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.paragraph_one AS paragraph_one_4, t0.paragraph_two AS paragraph_two_5, t0.paragraph_three AS paragraph_three_6, t0.position AS position_7, t0.is_published AS is_published_8, t0.school_id AS school_id_9 FROM school_teacher t0 WHERE t0.school_id = ? AND t0.is_published = ? ORDER BY t0.position ASC
Parameters:
[ 1 1 ]
|
||||||||||||||||||||||
| 5 | 0.64 ms |
SELECT t0.id AS id_1, t0.image AS image_2, t0.position AS position_3, t0.is_published AS is_published_4, t0.school_id AS school_id_5 FROM school_studio t0 WHERE t0.school_id = ? AND t0.is_published = ? ORDER BY t0.position ASC
Parameters:
[ 1 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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\SchoolCourse | 13 |
| App\Entity\SchoolStudio | 8 |
| App\Entity\SchoolTeacher | 3 |
| App\Entity\School | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\School |
|
| App\Entity\SchoolCourse | No errors. |
| App\Entity\SchoolTeacher |
|
| App\Entity\SchoolStudio | No errors. |