Category: Updates

Serve images in next-gen formats

March 21st, 2023 by

Serve images in next-gen formats, also known as modern image formats, are designed to provide better compression and quality than older image formats such as JPEG and PNG. The most popular next-gen image formats are WebP, AVIF, and JPEG-XL. You can follow these steps: Convert your images to next-gen formats: Use image processing software such […]

Read More »

Reduce unused CSS

March 20th, 2023 by

Unused CSS can negatively impact website performance by increasing page load times, so it’s important to reduce it as much as possible. Here are some ways to do that: Use a tool to identify unused CSS: There are several tools available, such as PurifyCSS and UnCSS, that can analyze your website and identify CSS that […]

Read More »

Reduce unused JavaScript

March 14th, 2023 by

Reducing unused JavaScript is an important optimization technique to improve the performance of a website or application. Here are some tips to reduce unused JavaScript: Use a build tool: Use a build tool like webpack or gulp to bundle and minify your JavaScript files. This will help to reduce the size of your code and […]

Read More »

Properly size images

March 13th, 2023 by

In this acrticle we will discuss Properly size images Properly sizing images refers to the very simple way of compress images to be sure that images are in the good size on a website page without lost image quality or page loading speed. When your website images are not properly sized, they can cause several […]

Read More »

Eliminate render-blocking resources

March 13th, 2023 by

Eliminate render-blocking resources refers to the process of reducing or removing resources that delay the rendering of a webpage. These resources, which include CSS and JavaScript files, can prevent a page from loading quickly and smoothly, causing a slower user experience. To eliminate render-blocking resources, web developers typically employ techniques such as: Minimizing the number […]

Read More »