by alexkon on 5/10/17, 4:15 PM with 1 comments
Where did the crowd come from? How many requests per second did it reach at peak? How did your site handle the load? How long did the surge last? How many unique visitors came to your site during the surge? How did this affect your business?
by sjs382 on 5/10/17, 4:42 PM
The site held up very well on a $5 DigitalOcean box, due to the fact that it mostly served small, static files (only routing and archive-unzipping happen server-side). All templates are created on the front-end.
Edit: Just checked and I was wrong—it's a $10/mo DO VPS.
Edit 2: Oops, I forgot to mention that an app launched the same day, which used the same API endpoints as the main site.