Description
The course students page loads slowly. On a large course it takes about 10 seconds.
Example: https://markus108.teach.cs.toronto.edu/2026-09/courses/1/students
GET /courses/:course_id/students.json sends back every student at once. The table has no pagination.
The admin users page had the same problem. #7997 fixed it there. The students page could do the same.
Description
The course students page loads slowly. On a large course it takes about 10 seconds.
Example:
https://markus108.teach.cs.toronto.edu/2026-09/courses/1/studentsGET /courses/:course_id/students.jsonsends back every student at once. The table has no pagination.The admin users page had the same problem. #7997 fixed it there. The students page could do the same.