BookTown icon indicating copy to clipboard operation
BookTown copied to clipboard

Improving Loading and Working of website

Open parasss19 opened this issue 1 year ago • 2 comments

Currently

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

Note : Also in contributing section in readme mention the contributor should add image in webp format only so that futrues uploaded images are in webp format

Advantages of webp over png/jpeg

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.

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 Oct 04 '23 05:10 parasss19