Insira um URL
Measure Your Webpage Size Instantly. Understand What Slows Your Site Down.
A fast, free, and private tool to check the total size of any webpage. See HTML, CSS, JavaScript, images, fonts, and more broken down into clear categories. No signup required. Results in under a second.
Trusted by over 50,000 webmasters, SEO specialists, and developers monthly
The FreeToolr Page Size Checker is a dedicated web performance diagnostic tool. You enter any public URL, and within moments, it fetches the page, calculates its total weight in kilobytes or megabytes, and categorizes every resource the browser downloads. You see exactly how much space HTML, stylesheets, scripts, images, fonts, and other assets consume.
This tool exists because page weight directly impacts user experience, search rankings, and conversion rates. Many site owners are unaware that a single bloated image or an unoptimized JavaScript bundle can push a page past the critical 3-second load threshold. The Page Size Checker brings transparency to what is otherwise an invisible technical detail, giving you actionable data in a human readable format.
SEO professionals use it for technical audits, developers rely on it during performance optimization sprints, content managers check pages before publishing heavy media, and business owners monitor their site health over time. If you care about how fast your website feels to visitors, this tool is built specifically for you.
A page size checker is a diagnostic utility that measures the total download size of a specific webpage. It goes beyond simply reporting a single kilobyte figure. A quality checker breaks down the composition of a page into its core resource types. You learn not only that a page weighs 3.2 MB, but that 1.8 MB of that consists of unoptimized JPEG images, 600 KB is JavaScript, and 200 KB is custom fonts. This granular visibility is essential for making informed optimization decisions.
In the early 2000s, web pages were simple. A typical page weighed under 100 KB, mostly HTML with a few small images. Page size analysis was something only network engineers thought about. As broadband spread, rich media, custom fonts, complex JavaScript frameworks, and high resolution images pushed average page weights past 1 MB around 2012, past 2 MB by 2018, and now frequently beyond 4 MB on desktop sites. Tools to measure this growth evolved from browser developer console experiments into standalone web applications like ours. The HTTP Archive project began systematically tracking page weight trends, revealing a direct correlation between increased page size and higher bounce rates on slow connections.
When you submit a URL, our server initiates a headless browser request that simulates a real user visiting the page. All resources the page loads are intercepted: the base HTML document, external CSS files, JavaScript bundles, image assets, font files, videos, and XHR requests. Each resource's transfer size, including compression, is measured in bytes. The tool then categorizes these assets by MIME type and presents them in an organized summary. Because we use compression-aware measurement, you see the actual bytes transferred over the network, which is what matters for load time.
The FreeToolr Page Size Checker runs on a modern serverless architecture that ensures speed and reliability. A lightweight Node.js orchestrator handles the request queue. A headless Chromium instance renders each page fully, waiting for the network to become mostly idle before capturing the resource summary. Resource size data is extracted via the Chrome DevTools Protocol, the same interface that powers the Network tab in Chrome's built-in developer tools. Results are cached temporarily to avoid overloading frequently checked domains, but no personal data is ever stored.
Google uses page experience signals, including Core Web Vitals, as ranking factors. Largest Contentful Paint (LCP), which measures how quickly the main content loads, is heavily influenced by total page weight and resource composition. A lean page has a far better chance of achieving a good LCP score than a heavy one. Beyond rankings, user behavior data consistently shows that pages loading within 2 seconds have significantly lower bounce rates than pages taking 5 seconds or more. Each additional 100 KB of page weight adds measurable milliseconds to load time, especially on mobile networks. Understanding your page size is the first step toward improving both SEO performance and visitor satisfaction.
You can manually open Chrome DevTools, go to the Network tab, reload a page, and look at the total transferred size. That works for one page on your own machine. The FreeToolr Page Size Checker automates this process, allows you to check any publicly accessible URL without opening a browser, gives you a clean categorized breakdown, and works consistently across different geographic locations. This is useful when you want to quickly audit a competitor's landing page, check a client site from your phone, or run batch checks across multiple URLs without manual effort.
This tool measures the initial page load. It does not measure the cumulative size of resources loaded during prolonged user interaction, such as infinite scroll feeds or lazy loaded images below the fold that only load on scroll. It also cannot analyze pages behind login walls or those that block automated access via bot detection. Dynamic content generated uniquely per user session will not be captured in the same way a real user would experience it. Despite these boundaries, the initial load measurement covers the most critical performance window and provides excellent comparative data.
We do not store the URLs you check in any permanent database. The tool processes your request in memory, returns the size breakdown, and discards the raw resource data after a short caching period used solely for performance optimization of repeat requests. We never associate check history with your IP address or browser fingerprint. No account creation is required, and we do not use third party analytics that capture your checked URLs. If you are concerned about checking a sensitive internal staging URL, note that the URL must be publicly reachable for our server to access it.
All requests to the Page Size Checker are encrypted over HTTPS. The tool's resource fetching mechanism is sandboxed and cannot execute harmful code that might be present on a checked page in a way that affects our server infrastructure. We regularly update our headless browser instance to patch any known vulnerabilities. The tool is designed to read publicly available resources the same way any web browser would, making it a safe diagnostic instrument.
Many page size checkers are either bundled inside massive SEO platforms that require paid subscriptions, or they are simplistic tools that only show a single total number without the resource breakdown. The FreeToolr Page Size Checker sits in a unique position: it is completely free with no usage caps, it provides a categorized resource breakdown, it renders the page fully before measurement for accuracy, and it presents data in a clean interface without advertisements or upsells. This makes it ideal for both one-off checks and regular monitoring workflows.
Digital marketing agencies include page size audits in their monthly SEO reports. Ecommerce managers track product page weights to ensure fast loading during shopping seasons. News publishers monitor article page bloat as they add more embedded content. SaaS companies check their landing pages before launching ad campaigns to avoid wasting ad spend on slow pages. Educational technologists ensure that learning management system pages remain accessible for students on limited bandwidth. Government digital services teams use size analysis to comply with accessibility and performance standards.
The trend toward richer web experiences will continue to push page sizes upward, but new technologies will also improve delivery. Image formats like AVIF offer better compression than JPEG and WebP. HTTP/3 and QUIC reduce connection overhead. Better code splitting in frameworks like Next.js and Remix ensures that only necessary JavaScript loads initially. Edge computing and CDN advancements bring assets physically closer to users. The Page Size Checker will continue to evolve alongside these trends, incorporating new resource type detection and more detailed breakdowns as web standards progress.
Instantly see the complete download weight of any webpage displayed in kilobytes or megabytes for easy interpretation.
View how the page weight is distributed across HTML, CSS, JavaScript, images, fonts, media, and other asset types with percentage contributions.
Check page sizes directly from your phone or tablet. The responsive design adapts perfectly to any screen size for on the go analysis.
Results typically appear within 2 to 5 seconds. Our optimized infrastructure ensures you spend time analyzing, not waiting for reports.
Your checked URLs are never saved to a permanent database. We process, display, and discard, keeping your browsing history private.
Check any webpage accessible on the open internet. There are no restrictions on domain, TLD, or geographic hosting location.
Use the tool freely without creating an account, verifying an email, or providing any personal information. Just visit and check.
Unlike basic HTTP header checkers, we fully render the page including JavaScript to capture all dynamically loaded resources accurately.
A clear donut or bar chart accompanies the numeric breakdown, giving you an at-a-glance understanding of your page composition.
We measure the actual transferred bytes including GZIP or Brotli compression, reflecting what real users download over the network.
Generate a quick link to share the page size report with team members or clients without them needing to re-enter the URL.
While we do not store your data, you can easily note down results and manually compare page size evolution week over week.
Data is presented in a clean structured format that developers can immediately translate into optimization tasks like image compression or code splitting.
There is no daily quota, no paywall after five checks, and no nag screen. Analyze as many URLs as your workflow requires.
The tool interface remains clean and distraction free. We do not clutter your results page with intrusive banner ads or pop ups.
Open your browser and go to freetoolr.com/page-size-checker. The page loads instantly with a clean interface centered around a prominent URL input field.
Type or paste the full URL you want to check, including the https:// prefix. For example, enter https://example.com/page rather than just example.com/page. The tool validates URL format before submission.
Press the prominent Check Page Size button. The tool immediately begins processing your request. A subtle loading indicator appears to show that the analysis is in progress.
Once processing completes, the total page weight is displayed prominently at the top of the results area. This figure represents the sum of all resources downloaded to render the page fully.
Scroll down to see the categorized breakdown. Each resource type such as images, JavaScript, CSS, fonts, and HTML shows its individual size and percentage contribution to the total.
Review the accompanying donut or bar chart that visualizes the resource distribution. The color coded segments make it easy to identify which asset type dominates your page weight at a quick glance.
Use the breakdown to pinpoint specific areas for improvement. Large JavaScript bundles may benefit from code splitting. Oversized images can be compressed. Too many font files can be consolidated.
Use the input field, which remains available, to enter a new URL and run another check. There is no limit to how many pages you can analyze in a session.
Copy the URL from your browser's address bar after a check. It contains the query parameters needed to regenerate the same report, allowing colleagues to view identical results instantly.
After making changes to your page such as compressing images or minifying CSS, return to the tool and run the check again to confirm that the total page size has decreased as expected.
Include page size data in technical SEO audits to support recommendations for better crawl efficiency and ranking signals.
Quickly assess the payload of pages during development and catch performance regressions before code reaches production.
Ensure landing pages built for paid campaigns load fast to maximize ad spend return and conversion rates.
Check article and blog post sizes before publishing to ensure embedded media does not create an unexpectedly heavy page.
Monitor product pages, category pages, and checkout flows to prevent page weight from hurting mobile shopper conversion.
Demonstrate to clients that the beautiful portfolio sites you build also adhere to performance best practices.
Learn about web performance concepts in a hands on way by checking various websites and observing resource composition.
Use real world examples in web development or digital literacy classes to explain how websites are built and delivered.
Gain a non technical understanding of site performance by seeing a simple page weight number and its main contributing factors.
Keep personal or niche blogs fast and reader friendly by periodically checking page sizes, especially after adding new widgets or plugins.
Gather data on web performance trends across different sectors, regions, or time periods for academic or market research.
Meet accessibility and performance standards required for public sector websites, ensuring equal access for citizens on all connections.
Maintain fast and reliable patient portal and informational pages where every second of load time matters for user trust.
Include page size benchmarks in monthly client reports as part of a holistic website health and performance overview.
Add page size checks to QA workflows to catch performance issues alongside functional bugs before releases go live.
Keep your minimum viable product landing page fast and professional without needing deep technical performance knowledge.
Ensure donation and information pages load quickly for users around the world, including those on limited bandwidth connections.
Check that review and comparison pages remain lightweight despite multiple product images and affiliate links to maintain SEO value.
Diagnose user reported slow page issues by quickly checking if page size is a contributing factor before deeper investigation.
Verify that documentation pages remain fast and accessible for developers and users who need quick answers without waiting.
Check page size before a campaign launch to confirm the page loads fast enough to support expected traffic surges.
Enter competitor URLs to see how your page weight compares and identify areas where you can gain a performance edge.
After compressing a batch of product or article images, recheck the page size to measure the exact reduction achieved.
Compare page size before and after installing a new plugin to understand its performance cost on your site.
Use the tool alongside a mobile emulator to assess how your page performs on mobile networks where bandwidth is limited.
Identify how much weight analytics tags, chat widgets, and ad scripts add to your page. Consider removing low value scripts.
Include page size metrics in client facing SEO audits to provide a complete picture of technical site health.
Check the total size of custom web fonts and consider subsetting or using system fonts if font weight is excessive.
After configuring a CDN, verify that compressed and cached resources are being served at the expected reduced sizes.
Category pages with many product thumbnails can become very heavy. Use the tool to find the right balance between visual appeal and performance.
Schedule a monthly check of your most popular articles to catch page weight creep as you add content and updates over time.
When choosing between React, Vue, or Svelte for a project, check similar demo pages to compare the out of the box JavaScript payload.
Compare your staging environment page size against production to ensure performance remains consistent after deployment.
If you serve different content per country, verify that each localized version maintains an acceptable page weight for its target audience.
Ensure your creative portfolio loads quickly for potential employers and clients who may judge professionalism by site speed.
Sites built with drag and drop page builders often include unused CSS and JS. Check page size to quantify the overhead.
While video files themselves stream, embedding players adds JavaScript. Measure the overhead of YouTube or Vimeo embeds on your page weight.
News sites with heavy ad loads can become bloated. Use the tool to advocate for lighter ad implementations that preserve user experience.
SPAs can have large initial JavaScript bundles. Measure the initial download to ensure a fast first paint even before the app hydrates.
PWAs should be lightweight to work well offline. Check that your PWA shell and cached assets do not exceed reasonable storage quotas.
Pages linked from email campaigns need to load instantly on mobile. Check size to avoid losing email click throughs to slow load times.
Pages shared on social media should load fast in in-app browsers. Check size to ensure a smooth transition from social platforms.
Verify that translated versions of your site maintain similar page weights. Different language content should not create performance disparities.
Heavy pages can be particularly challenging for users relying on assistive technologies on slower devices. Keep pages lean for inclusivity.
Add page size checks to your quarterly website maintenance routine alongside security updates and content refreshes.
Here are examples of URLs you might enter into the Page Size Checker input field:
After checking a URL, you will see a results card similar to the following example. Values shown are illustrative.
Checked URL: https://example-blog.com/article
Total Page Size: 2.84 MB
The visual chart accompanying the output would show these five categories as color coded segments, making the 50% image contribution immediately obvious. A brief performance note may appear if the total size exceeds recommended thresholds, gently suggesting areas to optimize.
If you love our free tools & resources, please consider buying us a coffee. Your support keeps the tools free and the content flowing!
Every coffee = more free tools & updates π
Get new AI tools, SEO resources, calculators, prompts and free templates delivered to your inbox. No spam, unsubscribe anytime.
By subscribing, you agree to our Privacy Policy. No spam, ever.
Successfully Subscribed!
Thank you for joining the FreeToolr community. Check your inbox for a confirmation email.

FreeToolr is the ultimate platform for free online tools, AI tools, SEO tools, PDF utilities, calculators, image tools and developer resources.
[email protected] Buy Me a Coffee