Query Metrics
3
Database Queries
3
Different statements
3.63 ms
Query time
0
Invalid entities
11
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.69 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.duration AS duration_4, t0.price AS price_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.session AS session_8, t0.student_level AS student_level_9, t0.uuid AS uuid_10, t0.registration_fee AS registration_fee_11, t0.slug AS slug_12, t0.highlights AS highlights_13, t0.learning_outcomes AS learning_outcomes_14, t0.target_audience AS target_audience_15, t0.featured_image AS featured_image_16, t0.is_active AS is_active_17, t0.syllabus_overview AS syllabus_overview_18, t0.facilities AS facilities_19, t0.created_by_id AS created_by_id_20 FROM program t0
Parameters:
[]
|
||||||||||||||||||||||||||||
| 2 | 2.38 ms |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.description AS description_2, p0_.duration AS duration_3, p0_.price AS price_4, p0_.created_at AS created_at_5, p0_.updated_at AS updated_at_6, p0_.session AS session_7, p0_.student_level AS student_level_8, p0_.uuid AS uuid_9, p0_.registration_fee AS registration_fee_10, p0_.slug AS slug_11, p0_.highlights AS highlights_12, p0_.learning_outcomes AS learning_outcomes_13, p0_.target_audience AS target_audience_14, p0_.featured_image AS featured_image_15, p0_.is_active AS is_active_16, p0_.syllabus_overview AS syllabus_overview_17, p0_.facilities AS facilities_18, p0_.created_by_id AS created_by_id_19 FROM program p0_ LEFT JOIN student s1_ ON p0_.id = s1_.program_id WHERE s1_.deleted_at IS NULL GROUP BY p0_.id ORDER BY COUNT(s1_.id) DESC LIMIT 1
Parameters:
[]
|
||||||||||||||||||||||||||||
| 3 | 0.55 ms |
SELECT t0.id AS id_1, t0.setting_key AS setting_key_2, t0.setting_value AS setting_value_3, t0.description AS description_4 FROM settings t0 WHERE t0.setting_key = ? LIMIT 1
Parameters:
[
"show_enrollment_banner"
]
|
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\Program | 10 |
| App\Entity\Settings | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Program | No errors. |
| App\Entity\User | No errors. |
| App\Entity\StudyGroup | No errors. |
| App\Entity\Student | No errors. |
| App\Entity\Settings | No errors. |