-
-
Notifications
You must be signed in to change notification settings - Fork 474
Description
Actual Behaviour
A picture speaks thousand words, but if the picture is of large size, it takes forever to load. Large images slow down the web pages which creates a less than optimal user experience. We can reduce the image’s file sizes to help improve our website’s performance.
Expected Behaviour
We can reduce the image sizes without compromising the image quality and thus decrease the loading time and increase performance.
Steps to reproduce it
- Go to https://p5js.org/community/contributors-conference-2019.html
- Right Click -> Inspect Element -> Go to Network Tab
- Check out the file sizes and loading time
Screenshots of the issue
Here's a screenshot of network tab :
I tried compressing one of the images from the community page. Here are the results
Before Optimization : Size -> 1.4 MB

After Optimization : Size -> 381.8 KB

Would you like to work on the issue?
YES, I would like to take up this issue.
@lmccart @limzykenneth What do you guys say ?