-
Bug
-
Resolution: Fixed
-
Minor
-
3.4
-
MOODLE_34_STABLE
-
MOODLE_34_STABLE
-
MDL-60434_master -
get_analysables interface should return all analysable elements available on the site because we need all of them to sort them later and see which should be processed next and similar things. We should avoid initialising analysables until it is really required so in order to keep memory usage low and constant we can:
- Defer analysable elements initialisation (e.g. loading of course data, students, activities info...)
- unset analysables that have already been processed
I am flagging this as a bug intentionally.
- caused a regression
-
MDL-60631 Evaluating a model filtering by course does not work anymore
-
- Closed
-