-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Large Image Sizes and PNG Format Causing Performance Issues. #5854
Comments
@Ashparshp I would like to work on this |
Thank you @Mandeep56Singh, please go ahead. |
@Ashparshp while running make site command my system I have searched about this issue, a lot of people having x64 have this issue. |
@Mandeep56Singh, It happens. Try running |
no luck, I tried windows terminal as well as bash |
It takes some time, please wait for it. It works fine in windows. |
Otherwise use GitHub Codespace. |
@Mandeep56Singh, Solved the setup? |
Sorry bro, I am having my MST's but I will resolve this issue. |
@Ashparshp about codespaces sometimes it works sometimes not,
however for maximum compression, we can reduce image dimension. most of image have dimension exceeding 1920 * 1080 |
@Mandeep56Singh, a few things to keep in mind: Feel free to go ahead and raise a PR and we'll discuss about the PR, in Monday website call.. |
@Ashparshp right now, we have two different format but same image in src\assets\images\service-mesh-icons\open-service-mesh\horizontal\white\openservicemesh-horizontal-white.svg the png is of very size resolution 18K * 5K |
@sudhanshutech, take a look please!! |
@Mandeep56Singh, for now we can avoid this deletion, and you can ask further in the Monday website call. Please join us if you can. Please go ahead and raise a PR for the rest! |
Current Behavior
The current images used in the project are of heavy size, and many are in PNG format. This is causing performance issues, especially with page loading times. To improve performance, we need to:
Desired Behavior
Convert the PNG images to the WebP format, which offers better compression and smaller file sizes.
Reduce the size of other heavy images without compromising too much on quality.
Tasks:
Contributor Resources
The layer5.io website uses Gatsby, React, and GitHub Pages. Site content is found under the
master
branch.The text was updated successfully, but these errors were encountered: