Free Website Performance Test - Check Your Page Speed
Enter any URL to test its loading performance. We measure server response time, page size, compression, image optimization, render-blocking resources, and more. Get actionable speed recommendations instantly.
Performance Metrics We Analyze
We measure the factors that have the biggest impact on your website's loading speed. Here is what we test and why each metric matters for your users.
Server Response Time (TTFB)
Time to First Byte measures how long it takes your server to send the first byte of data after a request. We test your TTFB and flag slow responses. A TTFB under 200ms is considered good. Slow server response is often caused by overloaded hosting, unoptimized databases, or missing server-side caching. This metric directly impacts every other performance measurement.
Total Page Size
We measure the total weight of your page including HTML, CSS, JavaScript, images, and fonts. Pages over 3MB take significantly longer to load, especially on mobile connections. The average web page is now over 2MB, but the fastest sites keep their pages under 1MB. We break down your page weight by resource type so you can see exactly what's contributing to bloat.
Gzip / Brotli Compression
Text-based resources like HTML, CSS, and JavaScript can be compressed by 60-80% before being sent to the browser. We check whether your server enables gzip or Brotli compression for these resources. Enabling compression is one of the highest-impact, lowest-effort performance optimizations you can make - most web servers support it with a single configuration change.
Image Optimization
Images typically account for 50% or more of a page's total weight. We check for oversized images, missing width/height attributes (which cause layout shift), and opportunities to use modern formats like WebP and AVIF. Properly optimized images can reduce page weight by 30-50% with no visible quality loss, dramatically improving load times on mobile devices.
Inline Resource Detection
Large inline CSS and JavaScript blocks bloat your HTML document and prevent browser caching. We detect excessive inline resources and recommend extracting them into external files. External resources can be cached by the browser, loaded in parallel, and shared across pages - reducing load times for returning visitors by up to 80%.
Resource Hints
Resource hints like dns-prefetch, preconnect, preload, and prefetch tell the browser to start loading critical resources earlier. We check whether your page uses these hints for important third-party domains and critical assets. Proper resource hints can reduce perceived load time by hundreds of milliseconds by eliminating connection setup delays.
Request Count
Every HTTP request adds latency. We count the total number of requests your page makes and identify opportunities to reduce them through bundling, spriting, or eliminating unnecessary resources. While HTTP/2 mitigates some of the per-request overhead, excessive requests still impact performance, especially on high-latency mobile connections.
Render-Blocking Resources
CSS and JavaScript files in the document head block the browser from rendering any content until they're downloaded and processed. We identify render-blocking resources and suggest techniques like deferring non-critical scripts, inlining critical CSS, and using async loading. Reducing render-blocking resources improves First Contentful Paint and perceived load speed.
Quick Wins to Speed Up Your Site
These high-impact optimizations can dramatically improve your page load times. Start with the ones most relevant to your scan results.
Enable Compression
Add gzip or Brotli compression to your server configuration. This typically reduces text-based resource sizes by 60-80% and is a one-time setup with massive impact.
Optimize Images
Convert images to WebP or AVIF format, resize to display dimensions, and use responsive images with srcset. Consider lazy-loading images below the fold.
Leverage Browser Caching
Set appropriate Cache-Control headers for static assets. Long cache lifetimes for CSS, JS, and images mean returning visitors load your pages almost instantly.
Minimize JavaScript
Audit your JavaScript bundles with a tool like webpack-bundle-analyzer. Remove unused libraries, code-split by route, and defer non-critical scripts.
Use a CDN
Serve static assets from a Content Delivery Network to reduce latency for users far from your server. Most CDNs also add compression and HTTP/2 automatically.
Preconnect to Third Parties
Add <link rel="preconnect"> for critical third-party domains like fonts, analytics, and API servers to eliminate DNS lookup and TLS handshake delays.
Performance Test FAQ
Common questions about website speed and our performance testing tool
What does a website speed test measure?
Our speed test measures server response time (TTFB), total page size, number of HTTP requests, compression status, image optimization, render-blocking resources, and resource hints. These metrics cover the most impactful factors that determine how fast your page loads for real visitors.
How fast should my website load?
Google recommends a Largest Contentful Paint (LCP) under 2.5 seconds for a good user experience. For server response time, aim for under 200ms. Total page weight should ideally be under 1MB for content-focused pages, though complex web apps may need more. Every 100ms of additional load time reduces conversion rates by roughly 1%.
Does website speed affect SEO?
Yes, page speed is a confirmed Google ranking factor. Google's Core Web Vitals - which include loading performance, interactivity, and visual stability - are part of the page experience signals used for ranking. Slow sites also have higher bounce rates, which indirectly impacts SEO performance.
Why is my site slow even with fast hosting?
Fast hosting only solves server response time. Common culprits for slow pages include unoptimized images, too much JavaScript, missing compression, render-blocking resources, and excessive third-party scripts (analytics, ads, chat widgets). Our scan identifies exactly which factors are slowing your specific site.
How is this different from Google PageSpeed Insights?
Google PageSpeed Insights uses Lighthouse and Chrome User Experience Report data, focusing on Core Web Vitals. Our tool complements it by checking server-side factors like compression, security headers, and SEO elements alongside performance. We recommend using both tools together for the most complete picture.
Get the Full Performance Report
Unlock your complete performance report with detailed findings, prioritized recommendations, and a downloadable PDF. One-time purchase, $29.