I have wordpress site on Linode VPS (Ubuntu 11.04). Site working fine, but sometimes i have Digg-effect (large numbers of simultaneous visits) and my site has down. I looking a cloud-solution that worked only when the linode-server can not process a large number of requests. Thanks for help..
|
Simplest thing to do is place a caching server infront of wordpess, such as varnish-cache Or there are nginx + memcache setups that are also viable, at any rate reducing the amount of dynamic content generation will help alleviate a lot of the strain on your solution. Update: voretaq7's comment reminded me of the W3 Total cache plugin, this is a great plugin that allows you to take database and objects and cache them within word press using a variety of technologies. |
|||||||||||
|
|
My first instinct mirrors Oneiroi's position... but to try and be creative, spin up cloud instances when under load and start issues temporary redirects to the cloud server's DNS name. Of course, anything generated still has to be sourced from over there, and thus already copied across the network. |
|||
|
|
|
Have you considered using something like CloudFlare as a CDN? |
|||||
|