Image Optimizations - #929
Open
BboyAkers wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Website Image Optimizations
Summary
Optimize the editor image on the editor.babylonjs.com website. Loaded too slowly despite having 2 GB/s internet.
Changes Made
large.png -> large.webp
Reduced size by -92.43%
medium.png -> medium.webp
Reduced size by -91.13%
small.png -> small.webp
Reduced size by -89.21%
I inherently believe I could get these even smaller, but this is substantially better than what's there already!
Benefits
Sidenote:
Will look for further optimizations throughout the website and better practices for code maintenance. I see some files/pages are much larger than necessary and could be broken into smaller, more readable components. 🙂