Page Size Checker by SpellMistake: How to Find and Use It
The page size checker by SpellMistake is a free web-based tool available at spellmistake.com/page-size-checker. It measures the total size of any webpage and breaks it down by file type — images, CSS, JavaScript, and fonts.
Is the Page Size Checker By SpellMistake Still Available?
Yes. The tool is live. A fair number of people searching for it end up confused because SpellMistake hosts dozens of SEO utilities and the navigation doesn't always make individual tools easy to find.
The direct URL is: spellmistake.com/page-size-checkerThat's the simplest fix. Bookmark it if you use it regularly.
What Does "Page Size" Actually Mean?
Page size refers to the total amount of data a browser downloads to fully load a webpage. This includes every file the page requests — HTML structure, CSS stylesheets, JavaScript files, images, fonts, and any other assets.
What's often overlooked is the difference between a few related terms:
|
Term |
What It Means |
|
Page Size |
Total uncompressed size of all resources on the page |
|
Transfer Size |
Actual data sent over the network (compressed) |
|
Page Weight |
Often used interchangeably with page size; refers to overall heaviness |
In practice, transfer size is usually smaller than page size because servers compress files before sending them. The SpellMistake tool reports page size — the raw total before compression math gets involved.
How to Use the Page Size Checker by SpellMistake
The tool is straightforward. No account needed, no setup.
Step 1 — Enter the URL
Go to spellmistake.com/page-size-checker and paste the full URL of the page you want to check. Use the exact address including https://.
Step 2 — Run the Check
Click the "Check Page Size" button. The tool fetches the page and pulls data on every resource it loads.
Step 3 — Read the Results
Results come back in bytes, kilobytes (KB), and megabytes (MB) depending on the page's size. You'll see a breakdown of what's contributing to the total — images, scripts, stylesheets, and other elements listed separately.
Step 4 — Identify the Heavy Files
Sort by size. The largest files are where your optimization effort will have the most impact. Images are almost always the biggest contributor on content-heavy pages.
What the Results Actually Tell You
Total Page Size
Here's a rough benchmark that most web performance teams work with:
|
Page Size |
Assessment |
|
Under 500 KB |
Lightweight — good for mobile and slow connections |
|
500 KB – 1.5 MB |
Moderate — acceptable for most sites |
|
1.5 MB – 3 MB |
Heavy — worth investigating |
|
Over 3 MB |
Bloated — likely impacting load time noticeably |
These aren't hard rules. A video-heavy page will naturally run larger. But for a standard blog post or landing page, staying under 1 MB is a reasonable target.
Resource Breakdown
The breakdown by file type is where the tool earns its usefulness. Most teams find that images account for the majority of page weight — often 60–80% on content sites. JavaScript is the second common culprit, especially on pages running multiple third-party scripts.
What to Do With the Data
Raw numbers without action are just noise. Once you know which files are heavy, you have a clear starting point: compress the images, review the scripts, and check whether all loaded resources are actually needed on that page.
Why Page Size Matters
Load Speed
Larger pages take longer to download, particularly on mobile networks. A page that's 4 MB on a slow 3G connection can take 10+ seconds to load. According to Wikipedia's overview of bounce rate, page load time is a recognised factor that directly influences user retention — slower pages push visitors away before they engage with the content.
SEO Rankings
Google uses page speed as a ranking signal, and Core Web Vitals — which are directly influenced by how much data a page loads — are part of how Google evaluates page experience.
As reported by TechCrunch, Core Web Vitals became an official Google search ranking signal in 2021, and sites that perform well on these metrics gain a measurable edge over competitors in search results. Lighter pages generally perform better across all three Core Web Vitals metrics.
Bandwidth and Mobile Users
Not everyone is on broadband. Users on limited data plans get hit by heavy pages disproportionately. Keeping page size reasonable is also a basic courtesy to mobile visitors.
How to Reduce Page Size
Compress Images
Unoptimized images are the most common reason pages run heavy. Tools like Squoosh, TinyPNG, or server-side compression can reduce image file sizes significantly without visible quality loss. Using modern formats like WebP instead of JPEG or PNG also helps.
Minify CSS and JavaScript
Minification removes whitespace, comments, and redundant characters from code files. It doesn't change how the code functions — it just makes the files smaller. Most build tools and CMS plugins handle this automatically.
Use Caching and CDNs
Browser caching stores files locally after the first visit so they don't need to be re-downloaded. CDNs serve files from servers geographically closer to the user, which reduces transfer time. Neither reduces raw page size, but both reduce the performance impact of it.
Alternatives to the SpellMistake Page Size Checker
If the SpellMistake tool isn't returning results for a particular URL or you want a more detailed breakdown — these tools cover similar ground:
|
Tool |
What It Focuses On |
|
GTmetrix |
Page size, requests, Core Web Vitals, load time |
|
WebPageTest |
Page weight, waterfall view, TTFB, render data |
|
Google PageSpeed Insights |
Core Web Vitals, lab data, performance scoring |
|
Pingdom Tools |
Simple page size and request count view |
|
Chrome DevTools (Network tab) |
Manual check; shows real transferred size and individual files |
Chrome DevTools is worth knowing. Press F12, go to the Network tab, reload the page, and look at the total size shown at the bottom. You see exactly what's loading and how large each file is — no third-party tool required.
Conclusion
The page size checker by SpellMistake is a simple, free tool for measuring how heavy a webpage is. Enter a URL, get a size breakdown by file type, then use that data to prioritize optimization. For most sites, images and JavaScript are the first things worth reviewing.
Frequently Asked Questions
Is the page size checker by SpellMistake free?
Yes. The tool is completely free to use. No account or signup is required. Just enter a URL and run the check directly on spellmistake.com/page-size-checker.
What is a good page size for a website?
Most performance teams aim for under 1 MB for standard pages. Under 500 KB is considered lightweight. Pages above 3 MB are generally worth auditing for unnecessary assets.
What is the difference between page size and transfer size?
Page size is the total uncompressed size of all resources. Transfer size is the actual data sent over the network after compression. Transfer size is usually smaller.
What should I do if the SpellMistake tool isn't loading results?
Try accessing the tool directly at spellmistake.com/page-size-checker. If results don't appear, use Chrome DevTools (F12 → Network tab) or GTmetrix as a working alternative.
Does the SpellMistake page size checker test mobile and desktop separately?
No. The tool checks the page as a single URL without device-specific testing. For mobile vs desktop comparison, tools like Google PageSpeed Insights or WebPageTest offer separate device testing.