-
Type: Task
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 73.10
-
Component/s: Application Definition
-
Epic Link:
-
Tags:
-
Sprint:NOS 9.1.4
-
Story Points:0
Current loading time for target platforms list is huge. As it is now, loading takes roughly 8 seconds which is not acceptable from a user standpoint, especially since it is immediate in current application dependencies in Studio.
Reasons:
- Resource is loaded in full at every reload (no client-side cache)
- No server-side cache
=> Investigate ways to optimize that call and set up optimizations.