Sample Performance Report
https://example.com
Location: Virginia, USA · Browser: Chrome · Tested 12 minutes ago
Core Web Vitals
LCP
2.1s
GoodLargest Contentful Paint
CLS
0.04
GoodCumulative Layout Shift
Speed Index
3.8s
Needs WorkPerceived Load Speed
TTFB
340ms
GoodTime to First Byte
Resource Waterfall
AI Recommendations
Powered by ClaudeDefer render-blocking JavaScript
analytics.js is loaded synchronously in the <head>, blocking rendering for ~320ms. Move it to load with defer or async, or shift it to the bottom of <body>.
Optimise Speed Index with lazy loading
Below-the-fold images load eagerly, pulling bandwidth away from the hero image. Add loading="lazy" to images outside the initial viewport to improve perceived load speed.
Enable font-display: swap
The Inter font causes a brief invisible text period (FOIT). Add font-display: swap to your @font-face declarations so text renders immediately in a fallback font.
Bundle small CSS files
Multiple small stylesheet requests add HTTP overhead. Consolidating them into a single file reduces round-trips and could shave 50–80ms off render time.
Run a test on your own site to get recommendations like these.
Get Started Free