I am using Orbeon 3.9 CE on tomcat. And also another Server runs Orbeon 3.9 CE on Weblogic for different environment.
I can see that the js file send from server is around 800Kb and the css send is around 50Kb.These files are send every time when I hit a page. So when my form renders it takes a lot of time to download these files.
I tried to compress the files and it gave a good download advantage. as the file size reduced to 179 Kb and 10 Kb respectively.
But still I am thinking if I can cache these files in my browser cache, I could get a serious performance improvement on the time.
Please let me know how to achieve this in Orbeon.
Thanks in advance :)