Re: [google-appengine] getServingUrl slow itself?

2010-08-26 Thread Ikai L (Google)
Only the initial call to getServingUrl should be slow. Subsequent calls should be faster. You should be able to cache the URL - I don't believe it should change. On Thu, Aug 26, 2010 at 4:02 PM, mathijs wrote: > Hi, > > We have been starting to use getServingUrl on http://www.appbrain.com/ > whe

[google-appengine] getServingUrl slow itself?

2010-08-26 Thread mathijs
Hi, We have been starting to use getServingUrl on http://www.appbrain.com/ where we have very many pages little icons. (for instance about 30 on the homepage). Since we implemented the getServingUrl calls for these icons, the logs show that the homepage now takes 3000ms (3 seconds!) to be processe