Slow page load
Posted by wreeder on Sep 30, 2010; 10:22pm
URL: https://discuss.orbeon.com/Slow-page-load-tp2768407.html
I have a page that loads fast (about 1-2 seconds) on one server, and extremely slowly on another (about 10 minutes). I verified that my data is loading in about 5 seconds on the slow server, so the majority of the time is not spent loading the data from the web service. I turned on debug logging and got the following logged for each XML element loaded:
2010-09-30 13:54:37,578 DEBUG XFormsServer - XForms - controls - start building
2010-09-30 13:54:51,797 DEBUG XFormsServer - XForms - controls - end building {time (ms): "14219"}
As you can see, building the controls is taking about 15 seconds, and it is doing that for every element being mapped to a table cell, adding up to about 10 minutes.
Any idea why this logic is taking so long?
Thanks,
Bill