The intent of that line was that you would save 3.5s dropping factory for the GAE API
But one of my main apps is 2.2s average spinup time, I am pretty sure I can get Hello world in under 1.5. Are you lazy loading? Are your lazy loads lazy loading? Have you threaded your Lazy Loads? Class 1 has dependencies ABC, Class 2 has depencies DEF, Warm up does basically nothing but defer Class1 and Class2 If Cold Start only do Called Class, If first call to instance defer other classes for warm up. From: [email protected] [mailto:[email protected]] On Behalf Of André Pankraz Sent: Saturday, July 21, 2012 12:27 PM To: [email protected] Subject: Re: [google-appengine] Re: Startup time exceeded...on F4?! Brandon, your 1.5 seconds - I call this nonsense in Java world, thats all. Create empty Java Project with 1 Servlet, disable JDO/Datanucleus stuff, no Framework, nothing. 2012-07-21 12:14:33.275 / 200 3525ms 1kb Mozilla/5.0 (Windows NT 6.0; rv:14.0) Gecko/20100101 Firefox/14.0.1 May be there was some time where your mantioned link could reach 2.5 seconds - but it's not regular. Do I have problems with 5 seconds startup time? No - it's considered very fast in the Java world. I don't use any Frameworks, have learned that early. Just saying...1.5 seconds. And your regular posts that all is fine and the people are just doing it wrong are at least as annoying as mine. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/tv73lRqnY1MJ. 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?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
