klen / py-frameworks-bench

Another benchmark for some python frameworks
https://klen.github.io/py-frameworks-bench/
MIT License
712 stars 84 forks source link

Django app should not be in debug mode #138

Closed iurisilvio closed 2 years ago

iurisilvio commented 2 years ago

Django even has "memory leak" in debug mode, because it stores all database queries for debugging purposes.

I'm not sure how much overhead debug mode adds to Django, but benchmark should run in production mode.

klen commented 2 years ago

@iurisilvio Thank you!