perf(team): convert team page images to webp#497
Merged
Conversation
Replace all jpg/png/jpeg team member images with webp equivalents on both team.astro and team-new.astro. Reduces total image payload from ~10.7MB to ~2.3MB (78% reduction).
Deploying website with
|
| Latest commit: |
8ed8a37
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://805b0969.website-aun.pages.dev |
| Branch Preview URL: | https://perf-team-images-webp.website-aun.pages.dev |
Several images had excessive dimensions for their display size (e.g. iva 4000x6000, omar 4160x2773). Resized all to max 800px on the longest side, reducing total payload from ~2.3MB to ~388KB.
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.
Summary
team.astroandteam-new.astroTest plan
/teampage loads all board and staff images correctly/team-newpage loads all board and staff images correctly