GET https://www.ichtah.gebanalysis.cloud/public/school

Query Metrics

5 Database Queries
4 Different statements
3.78 ms Query time
2 Invalid entities
25 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.25 ms
(33.09%)
2
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
]
1.20 ms
(31.84%)
1
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:
[]
0.68 ms
(18.04%)
1
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
]
0.64 ms
(17.03%)
1
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
  • The mappings App\Entity\School#teachers and App\Entity\SchoolTeacher#school are inconsistent with each other.
App\Entity\SchoolCourse No errors.
App\Entity\SchoolTeacher
  • The association App\Entity\SchoolTeacher#school refers to the inverse side field App\Entity\School#name which does not exist.
App\Entity\SchoolStudio No errors.