You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add cache file to enable faster generation of output.
Caching of the results of the tags includes a md5 of the file. This
allows different git branches to continue to make use of the cache file
4 when switching. Caching of fields is not included. You will currently
get unexpected behaviour if using a cachefile with different fields included.
Performance seen from changes;
- When updating Moodle 2.4 using a cache file, updates are approximately 3 seconds with no changes.
0 commit comments