Performance: Improve Home Page Performance (layer5.io)#7710
Open
kanishksingh23 wants to merge 1 commit intolayer5io:masterfrom
Open
Performance: Improve Home Page Performance (layer5.io)#7710kanishksingh23 wants to merge 1 commit intolayer5io:masterfrom
kanishksingh23 wants to merge 1 commit intolayer5io:masterfrom
Conversation
Contributor
|
🚀 Preview deployment: https://layer5.io/pr-preview/pr-7710/
|
c4a4578 to
d2e65f5
Compare
327a1b4 to
a29dea9
Compare
Signed-off-by: kanishksingh23 <kanishksingh763@gmail.com> perf: improve home page performance Signed-off-by: kanishksingh23 <kanishksingh763@gmail.com> perf: improve home page performance Signed-off-by: kanishksingh23 <kanishksingh763@gmail.com> perf: fix partner image CLS by using empty src placeholder Signed-off-by: kanishksingh23 <kanishksingh763@gmail.com> perf: use sized svg placeholder for partner images to prevent CLS Signed-off-by: kanishksingh23 <kanishksingh763@gmail.com>
79d17c7 to
ac4f03e
Compare
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
fetchPriority=highto hero SVG in Banner-1 for faster LCP discovery<img>tag with a transparent placeholder until the real image loads, instead of returning null, which caused a layout shift (CLS: 0.332 → ~0.05)purgeOnly: [src/]anddevelop: falseto reduce CSS bundle sizeThis PR fixes #6924
Notes for Reviewers
<div>wrapperBefore SS

After SS

This time, nothing is broken

Signed commits