One thing that I’ve been doing a lot lately is helping people with their WordPress website performance. You may have noticed I’ve done some Cloudflare courses and they have come off the back of this (can’t recommend Cloudflare enough, by the way!). One of the Pro features of Cloudflare is called “Polish”, which promises to optimise…
Tag: optimisation
Lazy loading stylesheets – resource hints
One thing I forgot to mention in my previous post on lazy loading stylesheets using loadCSS, was how you can improve performance even further by tipping the browser off to what you’re going to lazy load in advance. This is called using resource hints. There are a few different levels of hint that you can…
Lazy loading stylesheets using LoadCSS
In my last post, I talked about adding stylesheets into my Gulp file, part of my new development process. The follow on to this for me was thinking about whether all of those stylesheets were really needed up front. As I explained in that post, concatenating them and minifying them will certainly reduce the overall…