-
Sub-task
-
Resolution: Fixed
-
Minor
-
2.4.3
-
MOODLE_24_STABLE
-
MOODLE_24_STABLE, MOODLE_25_STABLE
-
MDL-39454-master -
In a typical page request, is_siteadmin gets called more than 200 times. In my profiling this takes about 5ms.
The function is not very efficient. I am investigating two approaches to improve performance with the aim of saving a couple of milliseconds.