Link: Surviving traffic storms with Wordpress
Interesting 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.
May 2nd, 2007 at 8:07 am
You’re better off implementing this now. I didn’t know I was going to get Digged/Reddied/Slashdotted/TPBed and so I had to scrum — it’s a lot better when you implement it with planning.