You built a great app, but your Lighthouse score is screaming in red. Don't panic, and definitely don't rewrite your entire codebase. You just need to fix your delivery.
Start with three quick wins:
Code Splitting: Stop making users download your entire dashboard bundle just to view the landing page.
Image Audits: Convert images to modern formats like WebP or AVIF.
Font Display: Use font-display: swap so text renders instantly while the custom font loads.
Run a quick Lighthouse audit right now. What is your current score, and what is your biggest bottleneck? Let's debug it in the comments.
Portfolio: ahmershah.dev
GitHub: ahmershahdev
No responses yet.