Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
Currently the dust templates are stored as separate files on the server side. The web UI has to make separate HTTP requests to load the templates, which increases the network overheads and page load latency.
This jira proposes to inline all dust templates with the main HTML file, so that the page can be loaded faster.