Details
-
Type:
Bug
-
Status: CLOSED
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 21.0, 22.0 [Tentative]
-
Fix Version/s: 19.6, 20.2, 21.0, 22.0 [Tentative]
-
Component/s: Global
-
Labels:None
-
21 Status:Resolved
-
20 status:Resolved
-
19 status:Resolved
-
Test Plan:
- For testing all that needs to be done is for the following tools to be entered and light testing if there are no reports for missing keys then all is well.
Description
Sakai wastes a lot of time of reloading bundles which never change. Loading these bundles once and only once improves performance.
The CachingMessageBundleService detected these bundles reloading constantly as part of a request.
In this issue
- we remove the invalidation logic that was happening when a bundle reloads
- First pass that fixes the majority of bundles reloading