Find out what your page really costs to load.
Enter a URL and we’ll fetch it the way a browser does — the document and everything it pulls in — then report what actually crossed the wire: response time, transfer size, compression, caching, what blocks the first paint, and which files are to blame.
Where the weight is
Heaviest resources
Want the fixes done for you?
Troiana builds sites that are fast because of how they’re made, not because someone bolted a caching plugin on afterwards.
Talk to usWhat WebSpeed actually measures.
Twenty-two checks in five categories. Every number below is measured, not modelled — bytes that crossed the wire, milliseconds the server took, headers exactly as they were sent.
Server & delivery
Time to first byte, whether text is compressed, whether the origin speaks HTTP/2, how many redirects stand between the URL you typed and the page you got, and whether static assets carry a cache lifetime worth having. This category is first because it is upstream of everything: no amount of front-end work shows up while the server is taking a second to answer.
Page weight
Total transfer size, request count, the size of the HTML document itself, and how much of the page belongs to somebody else. Weight is the most honest performance metric there is, because it is the one thing that does not improve when you happen to be testing from a fast connection near your own server.
Render path
How many stylesheets and scripts stand between the HTML arriving and the first pixel appearing, whether your fonts are allowed to hide your text while they load, whether third-party origins get a connection hint, and how large the DOM is. This is where a page that is technically light still manages to feel slow.
Images & media
Total image weight and its share of the page, how much of it is still JPEG or PNG where a modern format would be smaller, whether images declare their dimensions — the cheapest fix for a page that jumps while it loads — and whether the ones below the fold wait their turn.
Front-end hygiene
Whether CSS and JavaScript are minified, how much uncacheable code is inlined into the document, and whether the same file is being requested twice under different query strings. Individually small; collectively the difference between a page that was built and a page that accumulated.
No Core Web Vitals, and here’s why.
WebSpeed does not report LCP, CLS or INP, and it never will without a real browser behind it. Those metrics are the outcome of an actual render — pixels painted, layout shifted, input handled — on actual hardware. Any tool that produces them from a server-side fetch is guessing and hoping you do not check.
What it measures instead are the causes sitting underneath them. A slow time to first byte is most of a bad LCP. Uncompressed text and render-blocking stylesheets are most of the rest. Images without declared dimensions are almost the entire story of CLS. Fix what WebSpeed finds and the vitals move, because you will have removed the thing that was making them bad — which is more than a number on a dial ever told you.
The two load-time figures are the one place we estimate, and they are labelled as estimates. The model is stated plainly: your measured time to first byte, plus your measured bytes at the profile’s throughput, plus one round trip per batch of parallel requests. It is arithmetic on real inputs. Use it to compare two versions of the same page, not as a promise about any particular visitor.
For rendered metrics and real field data from Chrome users, use PageSpeed Insights — it is free, it is good, and it is doing something we cannot. Use this when you want to know which specific bytes, headers and tags to go and change.
Common questions about WebSpeed.
Speed is half the job.
A fast page that nothing can quote is still invisible. Once the numbers here look healthy, run the Troiana AI Readiness Audit to see whether AI search engines can actually understand and cite the page, and the SEO Recovery Engine if traffic is falling for reasons speed does not explain.
All of them live on the tools page. The work behind this one is our performance & infrastructure practice, and the sites it produces come out of web development.