What are some tips on scaling a startup once you get massive news coverage?
27th September 2013
My answer to What are some tips on scaling a startup once you get massive news coverage? on Quora
It’s pretty rare for press coverage to drive large amounts of traffic—even if you get stories on a bunch of big news site you’re very unlikely to see a traffic spike of more than 20-30 hits a second, which most reasonably well built web applications should be able to handle.
An easy way of protecting yourself against unexpected (or expected) traffic spikes is to configure Varnish to serve cached pages to logged-out users with a 60 second (or longer) cache expiry. Most users checking your site out from a news link will not be logged in, so this lets Varnish soak up load spikes without having any negative effect on your regular users.
Varnish van quite happily handle thousands of requests a second even on low end servers, so it’s a great tool to have in your stack.
More recent articles
- Reverse engineering some updates to Claude - 31st July 2025
- Trying out Qwen3 Coder Flash using LM Studio and Open WebUI and LLM - 31st July 2025
- My 2.5 year old laptop can write Space Invaders in JavaScript now, using GLM-4.5 Air and MLX - 29th July 2025