[google-appengine] Re: Performance issues

2009-04-16 Thread Jeff S (Google)
Hi Eric, I'm not sure if you've seen the documentation on app caching, but it seems like this is related to the questions you have about the initial load time: http://code.google.com/appengine/docs/python/runtime.html#App_Caching Of the five ideas that you listed, all of them would probably hav

[google-appengine] Re: Performance issues

2009-04-18 Thread Eric Walker
Thanks for the suggestion. I'll try #3 as an first approach and see where that takes me (and look forward to #5). I think app-engine- patch has a main() declared, and I assume the app is getting cached as a result, but I'm not sure if that's the case. Re the file caching idea, I don't understan

[google-appengine] Re: performance issues. My quota is Ok. Please help!

2009-08-14 Thread riq
It seems it is working OK now. But I'm not sure why :-( Any clues ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com To

[google-appengine] Re: performance issues. My quota is Ok. Please help!

2009-08-17 Thread Nick Johnson (Google)
Hi riq, We really need many more details to provide a useful diagnosis. It sounds like you could have issues with contention - if every request is trying to update the same set of entities, you will run into contention issues - but it's impossible to say without more details of how your app is writ