Query Metrics
4
Database Queries
4
Different statements
3.05 ms
Query time
0
Invalid entities
63
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 1.10 ms |
SELECT t0_.id AS id_0, t0_.status AS status_1, t0_.modality AS modality_2, t0_.level AS level_3, t0_.image_key AS image_key_4, t0_.price_cents AS price_cents_5, t0_.currency AS currency_6, t0_.duration_hours AS duration_hours_7, t0_.published_at AS published_at_8, t0_.created_at AS created_at_9, t0_.updated_at AS updated_at_10, t1_.id AS id_11, t1_.locale AS locale_12, t1_.title AS title_13, t1_.slug AS slug_14, t1_.summary AS summary_15, t1_.content AS content_16, t2_.id AS id_17, t2_.name AS name_18, t2_.logo_key AS logo_key_19, t3_.id AS id_20, t0_.institution_id AS institution_id_21, t1_.course_id AS course_id_22 FROM training_courses t0_ LEFT JOIN training_course_translations t1_ ON t0_.id = t1_.course_id LEFT JOIN training_institutions t2_ ON t0_.institution_id = t2_.id LEFT JOIN training_course_specialties t4_ ON t0_.id = t4_.course_id LEFT JOIN training_specialties t3_ ON t3_.id = t4_.specialty_id WHERE t0_.status = ? ORDER BY t0_.published_at DESC
Parameters:
[
"published"
]
|
||||||||||||||||||||||||||||||
| 2 | 0.97 ms |
SELECT t0_.id AS id_0, t1_.id AS id_1, t1_.locale AS locale_2, t1_.name AS name_3, t1_.specialty_id AS specialty_id_4 FROM training_specialties t0_ LEFT JOIN training_specialty_translations t1_ ON t0_.id = t1_.specialty_id
Parameters:
[]
|
||||||||||||||||||||||||||||||
| 3 | 0.71 ms |
SELECT t0_.id AS id_0, t1_.id AS id_1, t1_.locale AS locale_2, t1_.name AS name_3, t1_.profile_id AS profile_id_4 FROM training_professional_profiles t0_ LEFT JOIN training_professional_profile_translations t1_ ON t0_.id = t1_.profile_id
Parameters:
[]
|
||||||||||||||||||||||||||||||
| 4 | 0.27 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo_key AS logo_key_3 FROM training_institutions t0
Parameters:
[]
|
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\Training\Domain\SpecialtyTranslation | 16 |
| App\Training\Domain\ProfessionalProfileTranslation | 12 |
| App\Training\Domain\CourseTranslation | 10 |
| App\Training\Domain\Specialty | 8 |
| App\Training\Domain\Institution | 6 |
| App\Training\Domain\ProfessionalProfile | 6 |
| App\Training\Domain\Course | 5 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Training\Domain\Course | No errors. |
| App\Training\Domain\CourseTranslation | No errors. |
| App\Training\Domain\Institution | No errors. |
| App\Training\Domain\Specialty | No errors. |
| App\Training\Domain\ProfessionalProfile | No errors. |
| App\Training\Domain\Instructor | No errors. |
| App\Training\Domain\SpecialtyTranslation | No errors. |
| App\Training\Domain\ProfessionalProfileTranslation | No errors. |