I also did some experiments trying to improve my app initial load time and think simply loading new classes in GAE is quite expensive - probably due to all the security restrictions of the class loader. It may be that the first use of a JSP causes a lot of classes to be loaded which causes the initial delay.
On Feb 14, 8:05 am, Spines <[email protected]> wrote: > By the way, what I am talking about above is an experiment I did to > see if a simple jsp experienced this. I first noticed it in my real > app which has a loading request time of about 7 seconds due to using > Spring MVC and other things. On my real app I noticed that even after > the loading request of about 7 seconds, the first access to a jsp took > about 600ms. After the first access though, jsps loaded quickly. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
