Most of the slowness I experience comes from allowing dev_appserver.py to serve static assets. It's possible to get a big speed boost by placing a reverse proxy in from of the dev server. Serve static files directly from the proxy, and pass through dynamic requests to the dev server as usual. I was able to drop my pageload time from 35 s to 2 s by doing this. Instructions are on my blog: http://desmondbrand.com/blog/2011/11/15/speed-up-your-app-engine-dev-server-with-an-apache-reverse-proxy/
-- 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/-/LyXVqjsL0t8J. 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.
