Google App Engine Cold Start Guide for Java - 0 views
-
Originally my application started out using Spring MVC and JDO. The first use of JDO took my application about 5 seconds to get everything set up. Similarily, Spring MVC added around 6 seconds to the cold start time
-
If you are not using either JDO or JPA, you can safely delete all related libraries (ones that have JDO, JPA, or Datanucleus in their name) and use the command line tool to upload your app. Deleting these libraries shaves about 400ms off of cold start time.