TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What’s the biggest traffic spike you got?

2 pointsby alexkonabout 8 years ago
Tell us your story. Please do share even if your site was still small at the time. It’s always relative to your usual traffic figures.<p>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?

1 comment

sjs382about 8 years ago
When it was announced here, <a href="https:&#x2F;&#x2F;artpacks.org" rel="nofollow">https:&#x2F;&#x2F;artpacks.org</a> peaked at about 100 requests per second. It&#x27;s a site that <i>really</i> triggers nostalgia and encourages a lot of browsing.<p>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.<p>Edit: Just checked and I was wrong—it&#x27;s a $10&#x2F;mo DO VPS.<p>Edit 2: Oops, I forgot to mention that an app launched the same day, which used the same API endpoints as the main site.