One of our clients is facing performance issues (504 Gateway Time-out) when using this plugin in certain courses.
We've identified the function get_all_groups_of_choices as a cause and rewrote it to minimise the number of database queries done in order to retrieve $groupids.
One of our clients is facing performance issues (504 Gateway Time-out) when using this plugin in certain courses.
We've identified the function
get_all_groups_of_choices
as a cause and rewrote it to minimise the number of database queries done in order to retrieve $groupids.