-
Improvement
-
Resolution: Fixed
-
Minor
-
3.4, 3.5
-
MOODLE_34_STABLE, MOODLE_35_STABLE
-
MOODLE_35_STABLE
-
MDL-60966-master -
The external format functions currently only take contexts by id and will then load the context within the function. This potentially adds an additional DB read if we've already loaded the context because we can't just simply pass it in.
Instead the functions should take the id (for backwards compatibility) and the context itself. It can then load the context only if one isn't provided.
- will help resolve
-
MDL-60402 Calendar slow performance loading contexts with large number of courses
-
- Closed
-