-
Bug
-
Resolution: Fixed
-
Minor
-
2.7
-
MOODLE_27_STABLE
-
MOODLE_27_STABLE
-
wip-
MDL-45466-master -
Introduced in MDL-40062
Discovered while peer reviewing MDL-45296 by marina
Delete_subscription is called (via forum_unsubscribe) in a loop from mod/forum/subscribers.php, which means the performance for delete_subscription is important
Delete_subscription calls get_coursemodule_from_id, which is very expensive, we need to find a way around it.