1 comment

[ 2.6 ms ] story [ 13.5 ms ] thread
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.

    ~# ab -n 1000 -c 50 'http://<url>.net/'
    ...
    Requests per second:    2333.10 [#/sec] (mean)
That's

139K req/minute

8.3M req/hour

201M req/day

This is just simple PHP7 / MySQL 5.7 / memcached.

1M req/day doesn't seem that exciting.