akshitagupta15june / akshitagupta15june/PetMe
Improving Loading and Working
- Dominant language
- HTML
- Stars
- 515
- Forks
- 747
- PR merge metrics
- No merged PRs in 30d
Description
## 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.
Contributor guide
Assessment
This issue has not been assessed yet.