[Answer]-Django/Python 2.7 on Google App Engine: performance fine in production, extremely slow on localhost

1👍

It’s not really possible to answer your question without more specifics, but it does make sense for the app to run faster on Google app engine than on the built-in single-threaded runserver. I would start by downloading Django Debug Toolbar and see what that shows you.

Leave a comment