#Astro production server
5 messages · Page 1 of 1 (latest)
Hi @simple apex. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
The provided knowledge sources only describe Astro’s general performance goals (e.g. “fast by default” and that it should be “nearly impossible to build a slow website with Astro”) but do not give any concrete benchmarks or guarantees about request throughput or production server capacity. [Fast by default]
So, based on these sources alone, there is no explicit statement about how many requests per second an Astro server can handle, including your example of ~2 req/sec. Any precise throughput claim would go beyond the available documentation, so I can’t answer that part confidently from the given material.
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
@simple apex Kapa.ai is still learning and improving, please let me know how I did by reacting below.
You will probably serve your pages via a web server like nginx, which, depending on the hardware it’s running on, will be able to handle 10’s to 100’s of thousands requests per second.