Page Size Analyzer
Analyze page size and performance — HTML weight, TTFB, resource counts, lazy loading, compression.
What We Check
Every check comes with a pass/fail result and specific fix instructions.
HTML Size
Large HTML slows initial render. Keep under 100KB for fast parsing.
TTFB
Time to First Byte measures server response time. Under 500ms is good.
Load Time
Total response time including content download. Under 2s is the target.
Compressed
Gzip/Brotli compression reduces transfer size by 60-80%.
Js Count
Each JavaScript file is an HTTP request. Bundle and minify to reduce count.
Css Count
Multiple CSS files add latency. Combine into fewer files.
Img Count
Too many images slow initial load. Use lazy loading for below-fold images.
Lazy Loading
loading=lazy defers offscreen images, improving initial page load.
Inline Css
Large inline CSS blocks the parser. Move to external stylesheet for caching.
Inline Js
Large inline JS blocks rendering. Move to external file with defer/async.
Why It Matters
Numbers that make a difference for your website.
Metrics
Complete performance picture
Target
Under 500ms server time
Goal
HTML size target
Savings
With compression enabled
Frequently Asked Questions
Common questions about this tool and how to use the results.
Ready to audit your site?
Enter your URL above and get results in seconds. Completely free.
Start Audit