In part one I discussed the benefits of using Cloudflare to cache our generated HTML in it’s network of 194+ edge nodes, in order to get maximum speed and reduce load on our origin server. So let’s go ahead and do it now. I’m assuming that you’ve already got a Cloudflare account and it’s in use…
Tag: cloudflare
Cloudflare full page caching – part 1
WordPress is a great CMS, really powerful and flexible. But the downside that comes with that is that is can be rather slow, when not properly optimised. And even if it has been properly optimised, you’re still hitting the database a lot of the time, and this can really slow things down under heavy load.…
HTTP/3 with Cloudflare
It doesn’t seem like HTTP/2 has really been mainstream that long, but along has come HTTP/3, brand new and bleeding edge. HTTP/2 itself is much quicker than HTTP/1.1 because it allows TCP connections to be multiplexed, meaning more than one file can be sent through the same connection at the same time (called “streams”). It’s…
Cloudflare WARP
Cloudflare originally announced WARP back in April, calling it “A VPN for People Who Don’t Know What V.P.N. Stands For”. That’s Virtual Private Network, in case you’re wondering. Well last week they announced that it was finally here! I had already downloaded the 1.1.1.1 app, but I made sure it was up to date and switched on…
Clearing Cloudflare cache in Gulp
Three days ago (yes, still going!) I published a post about saving time with FTP in Gulp, where I added a “deploy” method which uploaded the final build items via FTP. I would always recommend using Cloudflare (you may remember me mentioning them before) as a reverse proxy service protecting your origin server from malicious traffic, DDoS…
Cloudflare Members
There’s some fairly recently added functionality in Cloudflare which is super useful, especially if you’re a freelancer or agency that manages multiple Cloudflare accounts for different clients, and it’s called “Members”. In short it works by inviting someone to join your account as a member. If you’re on the Free plan then they are automatically…