The first access to a jsp page takes a while.  A simple hello world
takes about 600ms of cpu time.  This is not due to it being a loading
request.  I have a servlet that doesn't use jsp, and I hit that first
to do the loading request, then I hit the jsp and it takes ~600ms to
respond.  Subsequent requests to any jsp do not have this performance
hit.

It seems like its just the first time I use the jsp system.

NOTE: I have precompilation-enabled set to true.

Any ideas of what causes this and does anyone know how to eliminate
this?  It adds an additional 600ms to my cold start time, and my app
is a low traffic app so there are a lot of loading requests.

-- 
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.

Reply via email to