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