(pricing):Improve mobile performance#7433
Conversation
Signed-off-by: Sbragul26 <sbragul26@gmail.com>
|
🚀 Preview for commit b57c150 at: https://699870aa5fd4f708e5253919--layer5.netlify.app |
Signed-off-by: Sbragul26 <sbragul26@gmail.com>
|
🚀 Preview for commit c4a0ecb at: https://69987ced28828be06470801e--layer5.netlify.app |
Signed-off-by: Sbragul26 <sbragul26@gmail.com>
|
🚀 Preview for commit 905e67c at: https://6998836065d0354d1b3dfee1--layer5.netlify.app |
Signed-off-by: Sbragul26 <sbragul26@gmail.com>
|
🚀 Preview for commit 40aab7b at: https://699889873fd9b39db484d165--layer5.netlify.app |
Signed-off-by: Sbragul26 <sbragul26@gmail.com>
|
🚀 Preview for commit 84f6c81 at: https://69988f71db605fb501a67219--layer5.netlify.app |
Signed-off-by: Sbragul26 <sbragul26@gmail.com>
|
🚀 Preview for commit b492e68 at: https://69992892e8085e0c368fff43--layer5.netlify.app |
|
@Sbragul26 Thank you for your contribution! Let's discuss this during the website call tomorrow at 6:30 PM IST | 7 AM CST Add it as an agenda item to the meeting minutes, if you would 🙂 |
|
@Sbragul26 any updates? |
|
@saurabhraghuvanshii I completed some improvements earlier, but I don’t have any new updates right now. Let me know if I should continue working on it. |
|
🚀 Preview deployment: https://layer5.io/pr-preview/pr-7433/
|
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