amupedia2021 / amupedia-web

Source code of the website.
https://www.amupedia.site/
MIT License
164 stars 183 forks source link

[Feature Request] - Optimize Profile Images of Contributors Section 🚀 #304

Closed 0xabdulkhalid closed 1 year ago

0xabdulkhalid commented 1 year ago

Is your feature request related to a problem ? Please describe. ✍️

Enhancement
- The issue is about the uncompressed images of github user profiles
- Currently the profile image is served is `png` format from server, i can modify the `png` to `webp` with api integration (totally free of cost)
- Approximately a profile image sizes from `300kb` to `400kb`
- I can optimize it from `20kb` to `50kb` or even lesser

Describe breifly how would you implement the same.

Solution_steps
- I'm going to implement this feature using a free image serving api, the api can handle several requests easily so we don't wanna worry about the time to optimize images
- It has caching mechanism also, so image optimization is guarantied

Additional context

Additional context

Are you contributing for a program?

GSSoC2023

Code of Conduct

AmanJain18 commented 1 year ago

Completed