Perf/image optimization phase#5365
Open
Mahitha-pasupuleti wants to merge 2 commits into
Open
Conversation
✅ Deploy Preview for highestgoodnetwork-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
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.



Description
Compressed image assets throughout the repository to reduce the application's overall asset size and improve loading performance. Large PNG files were converted to more efficient formats (WebP or optimized JPG where appropriate), while preserving visual quality based on how each image is displayed within the application.
Images displayed at smaller dimensions were compressed more aggressively, whereas larger or detail-heavy images retained higher quality to maintain readability.
https://docs.google.com/document/d/1lZYJGWGjv8GQxU6nuIWbhIbBmy8S_GNqnJbT_RKD110/edit?tab=t.0#bookmark=id.n4ofx99xkyzb
Related PRs (if any)
None.
Main changes explained
How to test
Checkout the current branch.
Run:
Clear browser cache/site data to ensure updated images are loaded.
Navigate through pages containing image assets (dashboard, profile, badges, landing pages, documentation, etc.).
Compare image appearance against the current production/development version.
Verify:
Verify the application in both light and dark modes.
Screenshots or videos of changes
Screen.Recording.2026-07-03.at.11.51.19.AM.mov
Note
This PR focuses on asset optimization only. No functional application logic was modified. The goal is to reduce repository size and improve application performance while maintaining the existing user experience.