I recently gave a quick talk about how I use Nginx, HHVM, MariaDB with WordPress on this blog at the March WordPress Meetup in Tokyo. Here are the slides: I’ve published a Vagrant template for the setup detailed in the slides.
Category: Nginx
SSL and SPDY
In my quest for faster response times and page load speed, I’ve been playing around with Google’s SPDY. I finally got around to getting a SSL certificate for this website and installing the latest version of the SPDY module for Nginx. WordPress, alone, doesn’t really support SSL on all pages out of the box —… Continue reading SSL and SPDY
WordPress on Nginx, HHVM, and MariaDB
Update 2014/4/24: I’ve updated the template to work with the latest HHVM 3.0+, and also squished some bugs. I’ve been talking quite a bit about WordPress on HHVM recently, and it’s gotten a bit of attention, so I decided to open-source my Vagrant setup for running WordPress on HHVM. I originally made this Vagrant setup… Continue reading WordPress on Nginx, HHVM, and MariaDB