How can I make my Django application scale?

Thanks @massover !
That link is helpful. I wish there’s an official guide about improving Django’s performance via server and hardware configs.

There’s a blog article about improving FastAPI’s performance by changing server configs:

The author was able to handle 4831 requests per second by using FastAPI + asyncpg + ujson + gunicorn (8 workers).

Do you know how to accomplish at least something similar?