PERFORMANCE
- 🔥Largest Contentful Paint sits at 3.6 s, which is long enough for a shopper to second-guess a custom engagement ring twice.
The homepage loads like it’s appraising every diamond by hand before showing it to anyone.
- →Compress the hero assets and convert them to WebP/AVIF.LCP: 3.6 sImpact: highEffort: medium
Why this matters
The main content is arriving too slowly for a high-intent custom ring shopper, and the LCP suggests the hero is the bottleneck.
- →Defer non-critical JavaScript and trim render-blocking resources.TBT: 210 msImpact: highEffort: medium
Why this matters
Even with a decent TBT, the 1,810 ms render-blocking savings show the page is making users wait on unnecessary assets.
- →Enable CDN caching and long cache TTLs for static assets.FCP: 3.0 sImpact: mediumEffort: low
Why this matters
First paint is sluggish, and the cache audit says there’s a straightforward opportunity to stop re-serving the same heavy files.
