PERFORMANCE
- 🔥Your LCP of 13.0 s is so late it missed the whole school pickup line and the bedtime routine.
The page arrives like a toy shipment with half the box filled with air and delay.
- →Compress hero images and switch them to WebP/AVIF.LCP: 13.0 sImpact: highEffort: medium
Why this matters
A 13.0 s LCP means the main storefront moment is arriving far too late, so the hero media is likely dragging the entire first view down.
- →Defer non-critical JavaScript and reduce render-blocking resources.TBT: 30 msImpact: highEffort: medium
Why this matters
Even with a modest TBT, render-blocking work is still stealing time from visibility and interactivity, which matters when the page already feels slow to become usable.
- →Enable CDN caching and serve static assets with long cache TTLs.FCP: 1.7 sImpact: mediumEffort: low
Why this matters
The first paint is decent, but better asset caching can keep the early experience snappy while the heavier content is being sorted out.
