the-benchmarker / web-frameworks

Which is the fastest web framework?
MIT License
6.9k stars 642 forks source link

disable unused django apps and middlewares #7391

Closed jackcvr closed 2 weeks ago

jackcvr commented 2 weeks ago

Django has a lot of stuff enabled by default which worsens performance significantly. It would be much more fair to disable them IMHO.