Website Performance

This is my archive

Improve Rendering Performance With The New CSS ‘Content-Visibility’ Property
Website Performance

Improve Rendering Performance With The New CSS ‘…

Earlier this year, Chromium 85 was released which low-key contained a new CSS property that completely flew by me at the time. The content-visibility property allows you to instruct the user-agent to skip all rendering work, including layout and …
The Ultimate Page Speed Optimization Guide
Website Performance

The Ultimate Page Speed Optimization Guide

Why page speed is so darn important. There’s a whole lot of research going on by Google, Microsoft and a lot of other organizations on what effect page speed has on internet users. The data shows …
How to minimize HTTP requests
Website Performance

How to minimize HTTP requests

What is an HTTP request? Most of the loading time of a website consists of downloading all the necessary components to show the website. Every HTML, CSS, Javascript and image file has to be requested from the server. This request …
How to enable GZIP Compression and Speed up your site
Website Performance

How to enable GZIP Compression and Speed …

What is GZIP Compression? GZIP compression is a way of making your HTML, CSS, Javascript and other text files smaller than they are by compressing them. This can often save you around 50% to 70% of the file size which could help …
8 ways to optimize your images for performance
Website Performance

8 ways to optimize your images for performance

Bluntly said: images are a pain when it comes to fast loading times on your website. Images are much bigger than the actual code for the website in most cases and therefore take the longest to load. On the bright …