-
Improvement
-
Resolution: Fixed
-
Minor
-
3.2
-
-
MOODLE_32_STABLE
-
MOODLE_32_STABLE
-
Moodle Mobile 3.2.1
We detected 2 ways to decrease them:
- Mark resources as downloadable by default. Right now we load the module contents and check if the resource has contents. If we always treat them as downloadable we can spare 1 request per module. This means that empty folders will be shown as downloadable.
- If the user performs a PTR and we have the WebService to check for updates, there's no need to invalidate some data to calculate the activity status. These invalidates sometimes call a WS to get required data.