-
Sub-task
-
Resolution: Duplicate
-
Minor
-
None
-
2.0
-
None
-
MOODLE_20_STABLE
Current text caching table seems to be a big performance problem because it does too much blocking IO for very little gain.
It might be better to cache only important stuff in filters that actually need it, the main point is that only filter know what is worth caching.
Extra mem and CPU cycles could help with DB access.