Related: https://www.sovoli.com/shawn/seo-checklist
Problem
Our PageSpeed Insights diagnostics is poor. We are currently failing the Core Web Vitals Assessment.
We need to work on the following:
Initial Server Response Time
Image Optimizations
Our Stack is NextJs hosted on Vercel with Supabase Postgres storing the content.
Solution
Landing Page:
Cache Page Responses - investigate ISR
Use Next/Cloudinary
<Image>
component to correctly deliver the images.
Profile page:
Cache Page Responses - investigate ISR
Use Next/Cloudinary
<Image>
component to correctly deliver the images.
Content Page:
Cache Page Responses - investigate ISR
Use Next/Cloudinary
<Image>
component to correctly deliver the images.