-
Bug
-
Resolution: Fixed
-
Minor
-
2.4.5, 2.5
-
MOODLE_24_STABLE, MOODLE_25_STABLE
-
MOODLE_24_STABLE, MOODLE_25_STABLE
-
array_key_exists can be slow and can add substantial overhead to calls.
time() can be an expensive call on some platforms.
There calls should be out of the critical path in the static cache.