PERFORMANCE
- 🔥Your 6.9 s LCP arrives like a delivery truck that took the scenic route through every field on the farm.
The page eventually shows up, but it does so carrying enough baggage to scare off anyone in a hurry.
- →Compress the hero media and convert it to WebP/AVIF so the page stops dragging a 6.9 s LCP around the field.LCP: 6.9 sImpact: highEffort: medium
Why this matters
The hero content is the main reason the largest visible element is arriving absurdly late, which hurts first impressions and donation intent.
- →Serve static assets from a CDN with longer cache TTLs so the 2.7 s FCP stops acting like it needs permission from three committees.FCP: 2.7 sImpact: mediumEffort: low
Why this matters
A better cache strategy reduces repeat-load delays and helps visitors see the page sooner.
- →Defer non-critical JavaScript and trim render-blocking resources to stop the page from making users wait while the thread clears its throat.TBT: 70 msImpact: highEffort: medium
Why this matters
Even though TBT is modest, reducing blocking code helps keep interaction snappy and protects the experience on weaker devices.
