Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information