Free Embed

Add a speed test
to your website

Drop a single iframe into any page. Powered by Cloudflare's edge network — accurate down to the millisecond, zero dependencies.

Accurate Download

Aggregate throughput across 16 parallel streams. Saturates gigabit connections reliably.

Real Upload Speed

PerformanceResourceTiming-based measurement. Not fake — actual bytes sent to Cloudflare.

True Ping

HTTP RTT with connection warmup and jitter rejection. Typically within 5ms of ICMP ping.

HTML
<!-- RealSpeedTest Embed -->
<iframe
  src="https://realspeedtest.net/embed"
  width="420"
  height="580"
  frameborder="0"
  scrolling="no"
  allow="cross-origin-isolated"
  style="border:none;overflow:hidden">
</iframe>
HTML
<div style="display:flex;justify-content:center">
  <iframe
    src="https://realspeedtest.org/embed/"
    width="420"
    height="580"
    frameborder="0"
    scrolling="no"
    allow="cross-origin-isolated"
    style="border:none;overflow:hidden">
  </iframe>
</div>
Default (420×580)
Standard widget size. Works on most sidebars and blog layouts.
Compact (340×520)
Smaller footprint for tight layouts or mobile-first designs.
Wide (500×580)
More breathing room for full-width content sections.
Centred Wrapper
Includes a flex wrapper to centre in any container.
Note

The allow="cross-origin-isolated" attribute is recommended — it enables PerformanceResourceTiming inside the iframe, which is used for accurate ping measurement. Without it, ping may read slightly higher in some browsers.