Details
-
Type:
Sub-task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.3, 2.5
-
Fix Version/s: 2.5
-
Component/s: Libraries, Performance
-
Labels:
-
Testing Instructions:
-
Workaround:
-
Affected Branches:MOODLE_23_STABLE, MOODLE_25_STABLE
-
Fixed Branches:MOODLE_25_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-34401-muc-pluginlib -
Pull Master Diff URL:
Description
/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().
Attachments
Issue Links
- has a non-specific relationship to
-
MDL-41071 Class plugininfo_mod does not cache in the right cache definition
-
- Closed
-