Files
edx-platform/openedx/core/djangoapps
Michael Roytman eb98d7fac5 MST-675: QuerySet Performance for StudentOnboardingStatusByCourse Endpoint (#26789)
* The original use of user.has_perm('can_take_proctored_exam') in the get_active_enrollments_for_course method had very poor performance when used for multiple learners. The permission is not designed for use in bulk operations. It was being called for each user in a loop by edx-proctoring, resulting in many queries to the database. This lead to timeouts on the client. This change exposes a new service endpoint that performs this permission checking in the database, resulting in one single query to the necessary LMS SQL tables and many fewer queries to the modulestore.

* bump version of edx-proctoring to 3.7.3
2021-03-02 19:46:58 -05:00
..
2021-02-23 18:14:17 +05:00
2021-02-23 18:14:17 +05:00
2021-02-08 12:45:57 +05:00
2020-01-30 16:36:02 +05:00
2021-02-22 16:36:53 +05:00
2021-02-23 18:14:17 +05:00