We are experiencing an issue where the first time an XPages application is accessed on a server it is VERY slow to load (this morning took about 2 minutes to load). Subsequent connections to the application from that point are then much faster, without any noticeable delay.
I was wondering if this is to do with the server having to load resources (like the JVM) the first time a call to an XPages application is made after an idle period.
If so, is there a way to tell the server to keep everything loaded so there is not a delay?
If not, is there any other reason that very first load could be slow?
Hopefully there is a nice INI setting like “XPAGES_RUN_FAST=TRUE”.
Until then at the moment this is affecting the rollout of our first XPages application so if there are any suggestions they would be gratefully received.
I have looked at a couple of other links that suggest it might be a DNS issue, or the JVM memory allocation, but don’t seem to have made a difference.