Closed MartijnR closed 6 years ago
I think this could be done by:
connection.getFormParts()
to a GET request. We may be able to just use a fixed URL (same for every form) and determine the parameters from the origin of the request (so on the server).<link rel="preload">
for the URL in that requestconnection.getInstance()
It will approximately save the time it takes to download the js bundle file (not hugely significant)
This issue was moved to enketo/enketo#1200
Atm, the large JS bundle is loaded first, after which the form is loaded (by the js is bundle). Would be
veryworthwhile to split that up.