-
Improvement
-
Resolution: Fixed
-
Minor
-
3.11.4
-
None
-
MOODLE_311_STABLE
-
MOODLE_400_STABLE
The "view all submissions" page in assignments loads very slowly when configured to use group submissions and when displaying a lot of users with no submissions. To reproduce:
- Create a test course with 100 users in it.
- php admin/tool/generator/cli/maketestcourse.php --size=S --shortname=group-assignment-test-s
- Choose an assignment in the course.
- Edit settings
- Submission types -> File submissions -> check
- Group submission settings -> Students submit in groups -> yes
- View all submissions
- Options -> Assignments per page -> all
- Options -> Filter -> No filter
=> The page takes a noticeable amount of time to load. For me it's about 8s (reported by browser's developer tools)
If you want a more pronounced effect do the same in a course with 1000 users (--size=M). In that case it takes around 8 to 10 mins for me.
- will be (partly) resolved by
-
MDL-72052 comments lib should cache assign class
-
- Closed
-