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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

0 to 1M: Scaling My Side Project to 1M Requests a Day

1 点作者 vital101超过 8 年前

1 comment

olegkikin超过 8 年前
I just did a simple benchmark on one of the websites I deployed. It runs on a $6&#x2F;month VPS along with 5 other websites.<p><pre><code> ~# ab -n 1000 -c 50 &#x27;http:&#x2F;&#x2F;&lt;url&gt;.net&#x2F;&#x27; ... Requests per second: 2333.10 [#&#x2F;sec] (mean) </code></pre> That&#x27;s<p>139K req&#x2F;minute<p>8.3M req&#x2F;hour<p>201M req&#x2F;day<p>This is just simple PHP7 &#x2F; MySQL 5.7 &#x2F; memcached.<p>1M req&#x2F;day doesn&#x27;t seem that exciting.