web-resources-project icon indicating copy to clipboard operation
web-resources-project copied to clipboard

[OTHER] Improving Loading and Working

Open parasss19 opened this issue 1 year ago • 2 comments

Currently

  • The images on the website are taking time to load as they are in png/jpeg format.
  • I will convert it into webp format

Advantages of webp over png

Smaller File Size :

  • WebP images typically have a smaller file size compared to PNG images while maintaining similar image quality. This results in faster webpage loading times, reduced bandwidth usage, and improved overall user experience.

Wide Browser Support:

  • WebP is supported by major web browsers, including Google Chrome, Opera, and Microsoft Edge. Additionally, popular image editing software like Adobe Photoshop and GIMP provide WebP support, making it easy to work with these files.

Faster Image Loading:

  • With smaller file sizes, WebP images can be downloaded faster by website visitors. This leads to quicker rendering of images on the page, resulting in a better user experience.

Bandwidth Savings:

  • The reduced file size of WebP images means less data needs to be transferred between the server and the user's device. This can be particularly advantageous for websites with a large number of images or for users on limited bandwidth connections.

parasss19 avatar Jul 25 '23 07:07 parasss19