I can confirm that the history file size has direct impact to how fast static files are being returned. After mine had grown to 312kb, reloading the dev server page took about 8 secs (serving in the test page ~15 static stylesheets, images and js files). Removing history sets it back to something like 200msec serve.
On Sep 4, 4:38 pm, Nick Winter <[email protected]> wrote: > Dunno about the caching, but for slow requests, try deleting your > datastore history file. I found that every request to the development > server got slower and slower as that grew, so I delete the history > file each time I start the server. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
