from Hacker News

How much traffic does a #1 spot on HN typically bring?

by BaudouinVH on 10/11/24, 12:37 PM with 9 comments

Always wanted to know that. Has there already been a "#1 link on HN made my server crash" situation ?

thanks in advance Baudouin

  • by etewiah on 10/12/24, 8:18 AM

    A bit of a tangent but the big problem a friend of mine faced when he got on the front page was managing all the replies. It quickly gets difficult to figure out which comments are new and should be replied to.

    There is a solution I am working on at the moment.

    If you replace ycombinator in a url like: https://news.ycombinator.com/item?id=41816756

    with gipety to get: https://news.gipety.com/item?id=41816756

    you will get a page that remembers the comments currently displayed. On subsequent refreshes you will see any new comments highlighted in green.

    It is not yet quite ready but if I get some positive feedback I might do a Show HN about it. (Would be ironic if too many people tried it and my site crashed ;)

  • by susam on 10/11/24, 5:42 PM

    I haven’t kept track of how much traffic it brings to the whole website but I have some data about how much traffic it brings to the particular page that is trending on the HN front page: https://susam.net/from-web-feed-to-186850-hits.html

    To summarise that post, it brought me about 95000 hits on the first day. That was a simple, static, standalone HTML page and the traffic was way below what Nginx can handle without breaking a sweat, so never had any trouble on the web server.

  • by pamoroso on 10/11/24, 1:08 PM

    One year ago or so one of my posts ended up within the first few items of the home page and my blog got about 35K views over 2 days. The blog is hosted on a commercial platform and had no server issues.
  • by remyp on 10/11/24, 6:10 PM

    I shared some stats here [0] from a front page Show HN. The data is a handful of years old, though.

    [0] https://jeremyphelps.com/blog/from-idea-to-revenue-in-5-work...

  • by MrDunham on 10/11/24, 12:48 PM

    10 years ago a post from @Bluehat for something we were working on* made #1 and generated about 7k clicks in 2 days.

    Would suspect that number is much, much higher now.

    * The Hacker Fair reverse job fair at the Hacker Dojo. #2 was "the CIA got hacked". Proud of that one.

  • by yen223 on 10/11/24, 2:35 PM

    30k unique visitors when my project hit the front page (not #1) a few weeks ago
  • by throwaway1681 on 10/11/24, 11:36 PM

    10000 visitors an hour is less than 3 per second.

    30000 visitors per day is 20 per minute.

    With stats like that, break out an AWS XL and ensure your Lambdas are ready.

  • by yellow_lead on 10/11/24, 3:52 PM

    It's pretty common for sites to crash, especially those relying on some AI or GPU backed service.
  • by xlinux on 10/11/24, 12:41 PM

    Front page post got about 22k unique users over 2 days and never crashed (had CDN by the way).