6 ms·
For performance context: nginx on a $5 DO droplet does 600 requests per second on static file. Serving static files with Elixir/Phoenix has a performance of 30
by Vesuvium 7y ago
For performance context: nginx on a $5 DO droplet does 600 requests per second on static file.
Serving static files with Elixir/Phoenix has a performance of 300 requests per second.
Python+gunicorn serves about 100 requests per second of JSON from postgres data.