[Xsltforms-support] Load Time Performance improvement - It works!
Brought to you by:
alain-couthures
From: Santosh C. <san...@gm...> - 2011-01-11 13:53:51
|
A simple trick has helped our form to reduce load time from 30 seconds to 4 seconds. If form is big, XSLTForms transform takes some time to create the HTML elements. If we create the output HTML beforehand, the time spent in transforming the xml to html can be saved. I used java saxon8 xslt transformer for our 104 K size form. Result is saved to a HTML page, which can be loaded directly. I hope this will help others as well! |