Query Metrics
5
Database Queries
5
Different statements
10.12 ms
Query time
0
Invalid entities
20
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.46 ms |
SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.last_used AS last_used_5, t0.username AS username_6, t0.enabled AS enabled_7, t0.used AS used_8, t0.name AS name_9, t0.organisation AS organisation_10, t0.town AS town_11, t0.country AS country_12, t0.email AS email_13, t0.password AS password_14, t0.azure_id AS azure_id_15, t0.menu_id AS menu_id_16, t0.azure_refresh_token AS azure_refresh_token_17, t0.progress AS progress_18, t0.roles AS roles_19, t0.lastlogin AS lastlogin_20, t0.user_id AS user_id_21 FROM user t0 WHERE t0.id = ?
Parameters:
[
1845
]
|
| 2 | 0.38 ms |
SELECT e0_.id AS id_0, e0_.key AS key_1, e0_.value AS value_2, e0_.type AS type_3 FROM env_settings e0_
Parameters:
[] |
| 3 | 0.49 ms |
SELECT t0.id AS id_1, t0.menu_origin AS menu_origin_2, t0.page AS page_3, t0.location AS location_4, t0.exercise_id AS exercise_id_5, t0.path1 AS path1_6, t0.sequence1 AS sequence1_7, t0.name1 AS name1_8, t0.path2 AS path2_9, t0.sequence2 AS sequence2_10, t0.name2 AS name2_11, t0.path3 AS path3_12, t0.sequence3 AS sequence3_13, t0.name3 AS name3_14, t0.path4 AS path4_15, t0.sequence4 AS sequence4_16, t0.name4 AS name4_17, t0.path5 AS path5_18, t0.sequence5 AS sequence5_19, t0.name5 AS name5_20, t0.request_uri AS request_uri_21, t0.path_title AS path_title_22 FROM st_path t0 WHERE t0.menu_origin = ? AND t0.page = ? LIMIT 1
Parameters:
[ "6" "menu" ] |
| 4 | 8.26 ms |
SELECT s0_.id AS id_0, s0_.date AS date_1, s0_.timespend AS timespend_2, s0_.stpath_id AS stpath_id_3, s0_.user_id AS user_id_4 FROM spend_time s0_ WHERE s0_.stpath_id = ? AND s0_.user_id = ? AND s0_.date = ?
Parameters:
[ 51 1845 "2026-09-01" ] |
| 5 | 0.52 ms |
SELECT t0_.id AS id_0, t0_.state AS state_1, t0_.teacherRole AS teacherRole_2, t0_.studentRole AS studentRole_3 FROM teacher_students t0_ WHERE t0_.studentRole = ? AND t0_.state = ?
Parameters:
[ 1845 0 ] |
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\EnvSettings | 17 |
| App\Entity\User | 1 |
| App\Entity\SpendTime\StPath | 1 |
| App\Entity\SpendTime\Spendtime | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\TimeStamped | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Sso\TeacherStudents | No errors. |
| App\Entity\EnvSettings | No errors. |
| App\Entity\SpendTime\StPath | No errors. |
| App\Entity\SpendTime\Spendtime | No errors. |
| App\Entity\SpendTime\StRating | No errors. |