Link: Surviving traffic storms with WordPress
Wednesday, May 2nd, 2007Interesting link on surviving traffic storms with WordPress: not that I currently need it, but maybe in the future…
In a nutshell:
- fine tuning of Apache (adjusting #processes, keep alives and ListenBacklog to values that match your machine’s constraints).
- fine tuning of MySQL query caching
- installing WP-Cache plugin + adaptive switching on of WP-cache plugin (only in heavy-load condition)
- disabling some plugins (the ones that take up a lot of resources)
- enabling Squid caching for static content.