PERFORMANCE
- 🔥Performance is mid. Somewhere between 'fine' and 'please don't'.
- →Compress hero images and switch to WebP/AVIF format.LCP: 7.8 sImpact: highEffort: medium
Why this matters
Largest Contentful Paint is 7.8 s, so the main visual payload is a likely speed bottleneck.
- →Defer non-critical JavaScript and reduce render-blocking resources.TBT: 110 msImpact: highEffort: medium
Why this matters
Total Blocking Time is 110 ms, which points to main-thread JavaScript friction.
- →Enable CDN caching and serve static assets with long cache TTLs.FCP: 0.9 sImpact: mediumEffort: low
Why this matters
First Contentful Paint is 0.9 s; caching keeps repeat visits from paying the same network cost.
