-
Improvement
-
Resolution: Fixed
-
Critical
-
2.6
-
MOODLE_26_STABLE
-
MOODLE_29_STABLE
-
MDL-44367_master -
As a follow-on to MDL-43524 which removed global text caching, we need to examine the database filter and probably add MUC caching there to improve performance.
The database filter is what puts links in texts to database entries. There is quite a lot of processing going on in the background even before the simple text replacement, and this needs to be redone every time the cache is invalidated.
Petr has raised that the fully correct way would be to use new events or the as-yet-unwritten hooks to invalidate the caches, but I think that might be too much to do before 2.7, so I want to see a quick solution here even if it may mean relying on less-perfect cache invalidation.
Tests showing performance before/after are required.
- has a non-specific relationship to
-
MDL-43524 Drop problematic global text caching
- Closed
- has been marked as being related by
-
MDL-47962 Major room for performance improvement in filter_glossary
- Closed
- Testing discovered
-
MDL-48886 Filter database is linking database entries from hidden activities
- Closed
- will be (partly) resolved by
-
MDL-41126 Create a unit test generator for database module field entries.
- Closed