How to preload fonts using the link tag and rel="preload" attribute
In a series of recent posts I have optimised my site as Google lighthouse / Pagespeed has shown some performance issues. This post is on how to »
In a series of recent posts I have optimised my site as Google lighthouse / Pagespeed has shown some performance issues. This post is on how to »
Every year Google Lighthouse and pagespeed gives me more to do. This time my site was slowed down because of background images not being lazy loaded. »
Today my disqus recommendations suddenly looked like the following on my pages: As you can see, in the above the recommendations are a lot wider than »
I recently went through the performance issues I had in lighthouse or Google pagespeed. One of those was that I did not preload Google fonts which »
You are likely here because of Google lighthouse or pagespeed telling you that you need to use "font-display: swap;". You can of course add »
I recently realised that I had some old posts on my blog with some line break tags (<br/>) in them, however what I had »
It took me way too long to figure out how to link to a headline further down in my blog post within markdown. I hope I »
In order to get a child element or several child elements I would suggest you use the querySelectorAll or QuerySelector functions. Yes these can be both »
I recently tried the feature "Add image from Unsplash" on my Ghost blog. However I quickly found out that there is a lot of »
I recently found out that my blog was slow according to google pagespeed. I scored below 50, but I could have sworn that when I created »