Understanding exactly how long your website takes to load — and at which stages it stalls — is the first step to improving it. FixTools measures total load time and breaks it down into key stages: DNS lookup, server response, and page rendering.
Total load time measurement
Stage-by-stage timing (DNS, TTFB, FCP, LCP)
Waterfall-style breakdown
Web Tool
All processing happens in your browser — your files are never uploaded to any server.
🚀Open Website Speed Test100% Free · No account · Works on any device
Enter your URL to get a detailed breakdown of every stage of your page load time.
Step-by-step guide to check website load time:
Enter the page URL
Paste the full URL including https:// of the specific page you want to time.
Run the test
Click Test and wait for the tool to fully load your page and record all timing events.
Review the timing breakdown
Check DNS time, TTFB, FCP, and total load time. Identify which stage takes the most time.
Prioritise the bottleneck
High TTFB: investigate hosting, server config, or database queries. Long render time: investigate large images, render-blocking JavaScript, or CSS.
Common situations where this approach makes a real difference:
Hosting provider comparison
A site owner compares load times on their current shared hosting versus a new VPS by testing the same page on both and observing a TTFB reduction from 1.2 seconds to 180ms — confirming the upgrade is worthwhile.
CDN effectiveness check
A developer enables a CDN for the first time and re-tests load time from multiple geographic locations. The timing breakdown confirms CDN is serving assets and reducing download time by 60%.
Slow page investigation
A site owner receives complaints about one page being "really slow". The load time checker reveals a 4.2-second total load time driven by a 2.8MB unoptimised hero image, giving a clear fix to implement.
Use this when investigating why a page feels slow to users — the stage-by-stage breakdown reveals whether the bottleneck is at the server, network, or browser rendering stage.
Get better results with these expert suggestions:
Identify which stage is the bottleneck
High TTFB (>600ms) points to slow server or hosting. Long render time after TTFB points to large or render-blocking resources. The timing breakdown helps you focus fixes on the right layer.
Under 3 seconds total load time is the target
Google research shows 53% of mobile visitors abandon a page that takes more than 3 seconds to load. A sub-2-second load time is excellent. Sub-1-second is exceptional and achievable with aggressive optimisation.
Compare before and after optimisation
Benchmark load time before making any changes. After each optimisation (compressing images, adding caching, enabling CDN), re-test to measure the exact improvement.
More use-case guides for the same tool:
Other tools you might find useful:
Open the full Website Speed Test — free, no account needed, works on any device.
Open Website Speed Test →Free · No account needed · Works on any device