Brotli VS GZIP || Which Of These Will Make Your Website Faster?

By

Simon Frey

on August 1, 2022

This post was originally published on this site. The compression of your HTTP content is one way to improve the performance of your website, and when it comes to compressing HTTP content, there are two major algorithms used for this today: Brotli and GZIP. As of the time of writing this article, according to W3Techs,

Early Hint || The 103 Status Code and How to Implement It.

By

Simon Frey

on July 22, 2022

This post was originally published on this site. What is an Early Hint? Early Hint is an HTTP response message with a status code 103, used with the Link Header to tell a user’s browser to perform some tasks while waiting for the main response with the status code 200. On the web, improvements are

What is the HTTP Link Header? || All about the HTTP Link Header.

By

Simon Frey

on July 19, 2022

This post was originally published on this site. What is the Link Header? Link: is a header that provides a browser with a means for serializing links in an HTTP response header. This tells a browser how to handle a particular Uniform Resource Identifier (URI) reference. It can also be used to tell a browser

How To Improve First Contentful Paint || Doing this with an Image CDN.

By

Simon Frey

on July 15, 2022

This post was originally published on this site. When you are loading a webpage, and all you can see is a blank white screen, well, that is normal. You just have to wait for something to come up, maybe some text, images, or even a button on the page. That will give you the sense

Lighthouse – What it is and what it measures – VitalFrog.

By

Simon Frey

on June 26, 2022

This post was originally published on this site.Among the many tools available for testing the speed of a webpage, and other web metrics, Lighthouse is one that seems to be commonly used by almost everyone, and this is because it is a tool from Google, the largest search engine we have. But what is Lighthouse?

What is First Contentful Paint (FCP) and How to Improve it.

By

Simon Frey

on June 26, 2022

This post was originally published on this site. First Contentful Paint (FCP) is when the browser renders the first piece of content in the DOM, which can be any text, image (including background images), non-white canvas or SVG, providing feedback to the user that the page is loading. This excludes any content of iframes but

WordPress Themes || How To Find A Fast WordPress Theme.

By

Simon Frey

on June 11, 2022

This post was originally published on this site. With about 42.9% of the world’s websites built with WordPress, WordPress is said to be leading the market in the industry, and when it comes to choosing what platform to make your website with, WordPress would possibly be a good option. But whichever platform you build your

Lazy Loading VS Eager Loading || What Impact Do They Have?

By

Simon Frey

on June 3, 2022

This post was originally published on this site. Lazy Loading and Eager Loading; are the two major techniques used for loading the resource on a website, and like every other thing, they have their advantages and disadvantages. But when you are working on your website, it can be confusing on which of these loading techniques

Web Performance Optimization Process. How To Improve The Overall Performance Of Your Website.

By

Simon Frey

on May 25, 2022

This post was originally published on this site. The performance of your website determines your Return On Investment (ROI) from the website. A website with good performance is a great asset to a business, but when yours has a poor performance, you must go through a web performance optimization process and get it performing as

Web Performance Monitoring – What Should I Monitor?

By

Simon Frey

on May 11, 2022

This post was originally published on this site. How your website performs on the internet directly impacts your online marketing goals, and this is why it is essential to ensure that your website performs excellently. Due to the complexity of how a website works, it is not accessible to measure its performance on your own.

Next