Page Size Checker
Check a page's total size — how heavy it is and why it's slow.
How to use Page Size Checker
- Enter the page URL.
- Read the total size — under 1MB lean, 2-3MB average, 5MB+ heavy.
- Find the biggest contributor — usually images, then JavaScript.
- Fix the heaviest first: compress images, defer/minify JS, then re-check.
What is Page Size Checker?
A page size checker measures how many bytes a web page weighs — the total download of HTML, CSS, JavaScript, images and other resources needed to render it. Page weight is one of the two main drivers of load speed (the other being server response time), and it's the one you most directly control.
The numbers have real thresholds: a lean page is under 1 MB, an average page around 2–3 MB, and anything past 5 MB is heavy — slow on mobile, punishing on slow connections, and costly in bandwidth. Since most of the world browses on mobile data far slower than your office wifi, page weight is felt hardest by exactly the visitors you're likely underserving.
About the Page Size Checker
Enter a URL and see its total page size, ideally broken down by what's contributing the weight.
What the breakdown reveals: images — almost always the biggest offender (unoptimized photos alone can outweigh all the code; the fix is resize + compress, our Image Compressor); JavaScript — the second culprit (heavy frameworks, third-party scripts, chat widgets and trackers), costly not just to download but to parse on mobile CPUs; fonts — multiple weights of custom fonts add up; and everything else — CSS, video, embeds.
Why it matters concretely: page speed is a Google ranking signal (Core Web Vitals), and every second of load time measurably increases bounce and cuts conversions — the classic finding is that half of mobile visitors leave a page taking over 3 seconds. Diagnosing weight is step one of fixing it: compress images (biggest win), minify and defer JavaScript, subset fonts, lazy-load below-the-fold media. Pair with our Core Web Vitals Checker for the user-experience metrics and Page Speed Checker for response-time diagnosis.