Scaling WordPress: Using Docker in Production

While containers and jails have existed for decades, Docker brought them to the mainstream with better tooling and improved developer experience. Containers are a great way to ensure your applications run in the same environment no matter where they are hosted. ...

Scaling WordPress: Enable HTTP/2 today

There are quite a few settings one can tweak at the distribution layer to make the websites load faster. More often than not, the returns from these tweaks are close to zero if not outright negative. Things like adjusting TCP buffers, tuning sysctl.conf, changing...