Speed issues with Google App Engine + Spring MVC + Annotations-Collection of common programming errors
One way to speed up the initial loading of Spring would be to disable the line in your springapp-servlet.xml and manually specify all of the controllers in your application like this:
I’m using Spring MVC on Google App Engine and have gotten loading requests down to ~3 seconds.