Details
-
Type:
Bug
-
Status: CLOSED
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 20.0, 21.0 [Tentative]
-
Fix Version/s: 20.1, 21.0 [Tentative]
-
Component/s: Web Components
-
Labels:None
-
20 status:Resolved
-
Test Plan:
Description
sakai-i18n.js makes a lot of calls to the server, for the same translations. This can happen if a component is loaded many times on a page, gradebook for example, and each of those instances retrieves its translations. Those fetches happen in parallel and are unaware of each other. After caching in localStorage, the requests stop, but there is always that initial hit with a new client.