Custom Web Audits
Run Audit Demo Audit Audit Types Free Tools Pricing What We Analyze 🔒 Login
← All free tools
📦

Page Size & Speed Checker

Measure the HTML size, image/script/stylesheet counts, render-blocking scripts and compression of any page — the page-weight factors that slow you down and drag your Core Web Vitals.

⚡ Interactive demo — sample data
This sample page is moderately heavy — render-blocking scripts and missing compression are the two fixes to make first.
HTML size: 74 KB — within a healthy range Looks good
Images: 38 referenced — likely the largest share of total weight Warning
Script files: 27 — above the ~20 threshold; prune unused third-party scripts Issue
Stylesheet files: 7 — consider consolidating to fewer blocking requests Warning
Render-blocking scripts: 9 (no async/defer) — delaying first paint Issue
Compression: none detected — enable gzip or brotli on the server Warning

About this tool

Measure the HTML size, image/script/stylesheet counts, render-blocking scripts and compression of any page — the page-weight factors that slow you down and drag your Core Web Vitals.

How it works

Enter your page URL
Paste any public URL and run the check. We fetch the page's HTML exactly as a browser's first request would and measure the raw document, then parse it to count every resource the page asks the browser to load.
Review the weight breakdown
You get the HTML document size in KB, the number of images, script files and stylesheet files referenced, how many of those scripts block rendering, and whether the server compressed the response. Each metric is flagged good, warn or bad with a plain-English reason.
Trim the heavy items and re-run
Defer or async non-critical scripts, combine or remove stylesheets, compress oversized images and turn on gzip or brotli on the server. Re-run to confirm the page is lighter and fewer requests block the first paint.

What we check

Common issues we catch

Where this matters

Frequently asked questions

What is page weight?
Page weight is the total size of everything a page downloads — the HTML document plus images, scripts, stylesheets, fonts and other resources. The heavier the page, the longer it takes to load and the more data your visitors burn, which matters most on mobile connections.
How much should a page weigh?
There's no hard limit, but lighter is always better. Trimming the HTML document, deferring scripts and compressing images all reduce load time. Focus on the biggest offenders this tool surfaces — usually large images and render-blocking scripts — rather than chasing a single target number.
What does this tool actually measure?
It measures the HTML document size in KB, counts the images, script files and stylesheet files the page references, counts how many scripts block rendering, and checks whether the server compressed the response. It's a fast, structural snapshot of what's making a page heavy.
What are render-blocking scripts?
Scripts loaded without the async or defer attribute. The browser must stop building the page, download and run each one, then resume — directly delaying when content appears. Adding defer to non-critical scripts is one of the highest-impact speed fixes you can make.
How does page weight affect SEO?
Speed is part of Google's page-experience signals through Core Web Vitals. Heavy images slow Largest Contentful Paint and excess JavaScript hurts interaction responsiveness. A lighter page tends to rank and convert better because it loads faster, especially on mobile.
Why does the tool only measure the HTML, not images?
It reads the HTML document size precisely and counts the resources the page references, which is a fast structural snapshot. It doesn't download every image, so it shows you how many images there are and what's blocking rendering rather than the full byte total of every asset.
Should I enable gzip or brotli?
Yes — if the compression check shows none detected, turning on gzip or brotli on your server compresses text responses like HTML, CSS and JavaScript in transit, often cutting their size by well over half. It's a low-effort change with an immediate effect on every visit.
How quickly will speed fixes show up?
Visitors feel a lighter page immediately. Search engines pick up the improvement the next time they re-crawl and re-measure the page, and Core Web Vitals field data updates over a rolling window, so ranking effects build over weeks rather than overnight.

This is one of several free SEO tools from Custom Web Audits. For a complete, prioritized analysis of your whole website, run a full audit.