-
Type:
Sub-task
-
Resolution: Won't Fix
-
Priority:
Low
-
None
-
Affects Version/s: 4.3
-
Component/s: None
In Mobile, any resources requested by macros during a page render will be communicated to the front end which then makes additional requests to fetch these resources.
We could instead retrieve the CSS and JS on the server side during the initial REST request and send down inline CSS and SCRIPT with the page content.
Is this a worthwhile optimisation. Does it require a multi-threaded fulfilment of resources to compete with the concurrent fetches a browser performs, etc.