Debug Performance Issues

There are essentially two very different cases how WP site typically bring server down with symptoms of CPU overload: Your site is not fast enough for your traffic Simply put if your server can serve page every tenth of a second and you get more than 10 pageviews in that second – your resources are … Read more

Serve content from centralized location

On your master site, register a new XML RPC method that accepts a date argument and replies back with all content published since then. For each of your drone sites, register a cron hook that pings the master every X minutes/hours with the date of the most recently “imported” content, and then saves the response … Read more