Ask HN: Suggestions to handle 1000x traffic?
I manage a web site that runs on a CMS on a typical LAMP stack (AWS, Cloudfront). Next week, it's possible our site traffic might go up to several million unique views per day, for about 5 days. Aside from 'boot more servers up' I'm wondering if the HN crowd can provide some advice or suggestions on how to handle a 1000 times increase in web traffic, for 5 days.
7 comments
[ 0.20 ms ] story [ 13.1 ms ] threadI used it to increase my google pagespeed score, which it did. It does effect Analytics though but mainly the tracking of the visitor ID. But Cloudflare has a text on that, but have not yet read it.
You should possibly look at runnign a reverse proxy cache then. I've had fantastic success with Varnish.
I've been able to increase the performance of Drupal by a factor of several thousand by running Varnish.
Since you are running a CDN already then I assume you have moved all of your static assets off onto there.
And then have fun with the advanced topics :)
You can optimize your application all you want, but you're never going to get better performance that a caching proxy handling most of your requests.