-
Sub-task
-
Resolution: Fixed
-
Minor
-
2.4.3
-
MOODLE_24_STABLE
-
MOODLE_24_STABLE, MOODLE_25_STABLE
-
MDL-39472-master -
The get_from_persist_cache function could benefit from optimisations:
1) Where perfdebug is turned on (some live sites used this option), record_cache_hit takes an annoyingly long time.
2) Micro-optimisations could improve performance of the main function.
I'll give details in comments.