It really depends on the workload here. It is possible that there's a large CPU-bound workload (e.g. a join-heavy sql query) that would throw these numbers off.
But yeah, these numbers are pretty bad for a simple templating job in Django, even taking into account network round-trip time.
> We originally released High Performance Django in 2014 following a successful Kickstarter campaign. While the packages and code samples may now be outdated, we stand by the general concepts and still use them in production sites today.
How do these numbers compare with other popular frameworks like Laravel, Symfony, Flask, nextjs ... ?
I for one use my own PHP framework (own routing, templating engine, db abstraction) and see response times of about 40ms.