Ask HN: How do you prepare for HN traffic?
There's an article on the front page[1] right now about the horrors of a burst of HN traffic taking down your site. This is a fairly common occurrence. With that in mind, what steps can a person take to mitigate the risk of a visit to the HN page ruining the chance for conversions/signups/visits?
[1] http://news.ycombinator.com/item?id=4847665
5 comments
[ 1.5 ms ] story [ 27.1 ms ] threadIf it sounds like I'm trying to sell them, I am. :) I have it on several of my sites, and it works great for me!
- If you can serve content static, serve it static. (For example, if you are running a Wordpress site, then there are several Wordpress plugins which make this even easier)
- Use a CDN to offload your static media. I'd recommend using CloudFlare OR even copying your CSS, Images & Javascript to S3 & changing their respective references to their new location.
- Any dyamic content should rely heavily on caching.
http://news.ycombinator.com/item?id=4637415