You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MDL-81481 assign grading: speed up assign 'View all submissions' page
the 'View all submissions' page was fairly slow when dealing with large databases.
Solution: Utilize a static 'capability_checker' in 'filter_user_list' to prevent reinitialization.
Requests made by 'get_users_by_capability' will be cached, thus enhancing performance for large databases.
0 commit comments