TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How did your “Show HN” post affect your website?

11 点作者 perakojotgenije将近 9 年前
So here's the thing. I'm soon finishing a small project that I'd like to Show HN, but I'm afraid it'll cause a "hug of death". So the question goes to those who have made a "Show HN" post. How did it affect your website infrastructure? What amount of traffic should I prepare for?

6 条评论

sjs382将近 9 年前
The &quot;Show HN&quot; for <a href="https:&#x2F;&#x2F;Artpacks.org" rel="nofollow">https:&#x2F;&#x2F;Artpacks.org</a> (<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=8962810" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=8962810</a>) got 111 points, hit #2, and stayed on the front page for most of the day it launched (and part of the following day).<p>Over that two-day span, Google Analytics shows: 4,475 Sessions, 4,365 Users, 72,851 Pageviews.<p>Hourly pageviews peaked at 10,251, according to GA.<p><a href="https:&#x2F;&#x2F;artpacks.org" rel="nofollow">https:&#x2F;&#x2F;artpacks.org</a> is an art project&#x2F;collection rather than a startup&#x2F;product, so YMMV.<p>One of my $10&#x2F;mo DigitalOcean boxes (that hosts a few other small projects) held up very well under the load.
michaeloblak将近 9 年前
It relly depends on how high you go in the Show HN.<p>In October &#x27;15, I posted <a href="https:&#x2F;&#x2F;sheetsu.com" rel="nofollow">https:&#x2F;&#x2F;sheetsu.com</a> to Show HN, starting with $5 DigitalOcean server (512MB RAM, 1 core). Before it popped out to the first page, server died, so I have to resize it to handle the traffic.<p>During the peak, I&#x27;ve 316 users online. [1] You have to know, that if you do well on the Show HN, probably somebody will repost it, share a link, etc. So it&#x27;s not only traffic from the HN itself.<p>I was for the whole day on the first page, in the top position. On that day I get 9,812 new sessions. Overall, from the Show HN only (referrer was HN) I get 12,715 sessions that week. [2]<p>[1] <a href="https:&#x2F;&#x2F;www.dropbox.com&#x2F;s&#x2F;44875op49ydukgt&#x2F;_Screenshot%202015-09-21%2015.52.35.png?dl=0" rel="nofollow">https:&#x2F;&#x2F;www.dropbox.com&#x2F;s&#x2F;44875op49ydukgt&#x2F;_Screenshot%202015...</a><p>[2] <a href="https:&#x2F;&#x2F;www.dropbox.com&#x2F;s&#x2F;bb27l6bu3x8u57g&#x2F;Screenshot%202016-07-01%2014.58.47.png?dl=0" rel="nofollow">https:&#x2F;&#x2F;www.dropbox.com&#x2F;s&#x2F;bb27l6bu3x8u57g&#x2F;Screenshot%202016-...</a>
Mz将近 9 年前
I have never done a Show HN, but I have written and spoken before about the fact that this varies a great deal. I have had posts get thousands of page views. I have also had posts get largely ignored.<p><a href="http:&#x2F;&#x2F;micheleincalifornia.blogspot.com&#x2F;2014&#x2F;01&#x2F;unimpressive-hacker-news-post-mortem.html" rel="nofollow">http:&#x2F;&#x2F;micheleincalifornia.blogspot.com&#x2F;2014&#x2F;01&#x2F;unimpressive...</a><p>There are a great many factors that impact how much traffic you will get from HN. Do not assume that posting something here will cause your site to be overwhelmed with traffic. That can happen. But lots and lots of stuff gets posted here and largely ignored.<p>The only way to know which it will be for your project is to post it. No amount of surveying will give you a meaningful answer.<p>Best of luck.
jayhuang将近 9 年前
Not a &quot;Show HN&quot;&#x2F;product, but a blog. Figured I&#x27;d share to provide more data points on HN traffic numbers.<p>I had two posts hit front page, top 3 and top 5 respectively.<p>359 points, ~55,000 pageviews, ~23,000 sessions<p>141 points, ~31,000 pageviews, ~12,500 sessions<p>Running on simple shared hosting, I didn&#x27;t see any downtime or at any point experience&#x2F;hear reports of slowness. Obviously there&#x27;s less room for aggressive caching when it comes to a product&#x2F;service but my blog chugged along fine.<p>Worth noting these stats are approximate as I&#x27;ve taken out the average pageviews of my site on a day to day basis. This was also back in late 2013&#x2F;early 2014 so traffic numbers may be different.
imauld将近 9 年前
It depends on what your project does. If it&#x27;s a fairly simple affair doing some CRUD or perhaps some kind of service (sign up for an account&#x2F;subscription type deal) provided you&#x27;re not doing things in a hacked together or otherwise sketchy way it should be fine.<p>However if you are launching a product that allows users to upload images which are then analyzed by an algorithm to determine what objects are in said image (read computationally expensive) unless you have specifically prepared for a huge traffic spike then you may have some issues.
eschutte2将近 9 年前
I had one not too long ago that was served fine on a cheap Linode plan. I even had some guy on Reddit try to crash it and as far as I know he only succeeded in saturating his own connection. I&#x27;d thought about boosting capacity before posting it and I&#x27;m glad I didn&#x27;t bother. Depends on the content and your setup though - mine was stateless and read only.