PERFORMANCE
- 🔥Your Largest Contentful Paint is 5.0 s, which is less a load time and more an airport delay announcement for a landing page.
The page arrives late, starts slow, and carries extra baggage it never needed.
- →Compress hero images and switch them to WebP/AVIF to attack the slow hero load.LCP: 5.0 sImpact: highEffort: medium
Why this matters
A 5.0 s LCP says the hero is too heavy to carry the first impression on time.
- →Defer non-critical JavaScript and trim render-blocking resources before the browser starts juggling them.TBT: 120 msImpact: highEffort: medium
Why this matters
120 ms of blocking time is manageable, but it still means scripts are getting in the way of the page feeling snappy.
- →Enable CDN caching and longer cache TTLs for static assets.FCP: 3.5 sImpact: mediumEffort: low
Why this matters
A 3.5 s FCP suggests the first paint could benefit from faster delivery of cached assets.
