(pricing):Improve mobile performance#7433
Open
Sbragul26 wants to merge 6 commits intolayer5io:masterfrom
Open
Conversation
Signed-off-by: Sbragul26 <sbragul26@gmail.com>
Contributor
|
🚀 Preview for commit b57c150 at: https://699870aa5fd4f708e5253919--layer5.netlify.app |
Signed-off-by: Sbragul26 <sbragul26@gmail.com>
Contributor
|
🚀 Preview for commit c4a0ecb at: https://69987ced28828be06470801e--layer5.netlify.app |
Signed-off-by: Sbragul26 <sbragul26@gmail.com>
Contributor
|
🚀 Preview for commit 905e67c at: https://6998836065d0354d1b3dfee1--layer5.netlify.app |
Signed-off-by: Sbragul26 <sbragul26@gmail.com>
Contributor
|
🚀 Preview for commit 40aab7b at: https://699889873fd9b39db484d165--layer5.netlify.app |
Signed-off-by: Sbragul26 <sbragul26@gmail.com>
Contributor
|
🚀 Preview for commit 84f6c81 at: https://69988f71db605fb501a67219--layer5.netlify.app |
Signed-off-by: Sbragul26 <sbragul26@gmail.com>
Contributor
|
🚀 Preview for commit b492e68 at: https://69992892e8085e0c368fff43--layer5.netlify.app |
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
This PR fixes #6927.
This PR improves the mobile performance of the Pricing page by reducing unused JavaScript, deferring non-critical components and images, optimizing rendering behavior, and improving cache strategy.
Changes included:
React.lazyandSuspenseloading="lazy"to testimonial imagesReact.memo()to prevent unnecessary re-rendersuseCallbackanduseMemoto optimize event handlers and slider configuration{ passive: true }and improved debouncingThese changes reduce unused JS, minimize main-thread work, and improve overall Lighthouse mobile performance.
Signed commits