jonof / moodle-block_completion_progress

A time management tool for students using activity completion
https://moodle.org/plugins/block_completion_progress
GNU General Public License v3.0
17 stars 65 forks source link

timeout when sorting by progress #85

Closed rimkov closed 2 years ago

rimkov commented 2 years ago

hello first of all thank you for this plugin :) we installed it on our Moodle platform and integrated it into a course with 1300 students, however we encounter a timeout problem when we want to sort by progression. Is there another solution than to increase the different timeouts?

we are using Moodle 3.11.5+ and the plugin version 2021070900

thank you for your help.

jonof commented 2 years ago

Sorting by progress is by its nature an extremely expensive operation because there is no precomputed completion percentage stored anywhere in Moodle, so it has to be calculated on-demand for every participant.

rimkov commented 2 years ago

that's what we thought, thanks for your answer :)