If you work with WordPress professionally, you almost certainly have a staging environment. Most hosting setups include one, most agencies set one up as a matter of routine. But here…
Read more
If you work with WordPress professionally, you almost certainly have a staging environment. Most hosting setups include one, most agencies set one up as a matter of routine. But here…
Read more
When I need to debug a WordPress quickly, I usually reach for this quick command: Let’s take a quick look at what this does. First of all, it will install…
Read more
In this post, we’ll look at how to transfer a single serialized option between WordPress installations from the command line. This technique can be usefull when dealing with serialized data…
Read more
TL:DR; DigitalOcean API returns /proc/stat data in its CPU metrics API, and here I’ll show you how to convert that to something usefull. After years of developers begging, DigitalOcean opened…
Read more
If you have needs beyond what Caddy offers, you setup a reverse proxy to Nginx. Let’s look at an example where you would use Nginx for caching. I also added…
Read more
I’ve been using Nginx for about a decade, and beyond using Varnish every now and then I haven’t really had the need to use anything else. Well, recently I started…
Read more