-
Sub-task
-
Resolution: Fixed
-
Major
-
2.3, 2.5
-
MOODLE_23_STABLE, MOODLE_25_STABLE
-
MOODLE_25_STABLE
-
MDL-34401-muc-pluginlib -
-
/lib/pluginlib has a number of static caches for things that don't change very much and may get called a lot. A good candidate for persistent caching between upgrades I think.
$this->pluginsinfo
$this->subpluginsinfo
$pluginversions
$blocksinfocache
$globalstatescache
$modulesinfocache
$repositories
$portfolios
Other candidates are core functions like get_plugin_list().
- has a non-specific relationship to
-
MDL-41071 Class plugininfo_mod does not cache in the right cache definition
- Closed