How to purge Cache from your Cloudflare CDN

If you need to clear your Cloudflare CDN cache, you can clear it for a domain/site. To clear your cache 1. Log in to your account at https://dash.cloudflare.com. 2. Click the…

Identifying Bottleneck Plugins

During the last few months I had a number of customers report that their WordPress backend was running slow. This seemed to be very annoying, with some requests taking well…

WP-CLI Starter guide – Managing WordPress From the Terminal

For most of its life, WordPress has been built using a simple code-base with a dash of object-oriented PHP being the most abstract system. In the past few years, however, this is changing for the better. From unit testing to CSS preprocessing and command line tools, more and more developer-friendly assets are popping up. In […]