This blog is aimed at helping publishers get the most out of WordPress. We’ll cover features that are often overlooked, we’ll highlight plugins that extend WordPress functionality, and we’ll showcase interesting sites being built with WordPress.
At a recent Dallas Fort Worth WordPress meetup, Mike Pratt gave a presentation on how he’s using WordPress and BuddyPress to build his very own social network: … there are a ton of excellent needs and reasons to use BuddyPress to take your site and turn it into the community it is begging to become. [...]
Really interesting case study posted by Ryan Hellyer of PixoPoint on how his firm, using CSS and a couple of upgrades, built a full site on WordPress.com for the Red Devils of the New Zealand Ice Hockey League: Ryan described the initial scope: Their original site consisted of hard coded .html files as a simple [...]
From Harvard Law’s Dan Collis-Puro, a how-to on optimizing your WordPress MU install, using Nginx as a front-end proxy cache for WordPress: We put an nginx caching proxy server in front of our wordpress mu install and sped it up dramatically – in some cases a thousandfold. I’ve packaged up a plugin, along with installation [...]
From Harvard Law’s Dan Collis-Puro, a how-to on optimizing your WordPress MU install, using Nginx as a front-end proxy cache for WordPress:
We put an nginx caching proxy server in front of our wordpress mu install and sped it up dramatically – in some cases a thousandfold. I’ve packaged up a plugin, along with installation instructions here – WordPress Nginx proxy cache integrator.
You can read the full details on Dan’s blog and grab the plugin from the WordPress.org plugin directory.
[ Visit http://blogs.law.harvard.edu/djcp ]
Howdy! The plugin is here:
http://wordpress.org/extend/plugins/nginx-proxy-cache-integrator/
The plugin itself is fairly simple – the “magic” is mostly in nginx and how awesome it is as a proxy cache. You will probably want to tweak the cache timeout rules to fit your traffic – but that should be fairly easy to figure out if you look through the example nginx configs.
Great, thanks Dan. I updated the post with a link to the plugin as well.
Awesome! Thanks for the link
There isn’t a lot of information available about this sort of things. For whatever reason people seem to set it up, but never bother publishing how they did it or what the best route to doing it is