Home / Free tools / Redirect Chain Latency Calculator
Free tool

Redirect Chain Latency Calculator

Estimates how much load time a redirect chain adds to every visit and across a month of traffic, and how much you get back by collapsing the chain to a single hop.

Your numbers

Results update as you type.

Your estimate

Latency added per visit now...
Latency after cleanup...
Visitor time wasted per month...
Visitor time saved per month after cleanup...

Estimates only. Assumptions are listed below, and you can change every input.

Redirect chains build up quietly. A site moves to https, then to a new domain, then a category gets renamed, and an old link that once pointed straight at a page now bounces through three or four redirects before anything renders. Each hop is a full round trip, and a hop that changes host or protocol also needs a fresh DNS lookup and TLS handshake. Visitors feel it as a slow first paint, and crawlers spend requests on the chain instead of on your pages.

This tool adds up the cost of a chain from your own measurements. You enter how many hops the chain has, how long a redirect response takes on your server, how many of the hops change host or protocol, and the extra time a new connection costs. It then compares that against the chain you would have after cleanup, and multiplies the difference by monthly visits so you can see the total visitor time at stake. Every timing number is yours; nothing is assumed from a benchmark.

How to use this tool

  1. Follow the old URL with a redirect checker or curl and count the redirects until you reach a 200 response, noting which hops change domain or protocol.
  2. Read the response time for one redirect and the connection setup time for your host from the browser network tab, then enter them with the monthly visits that arrive through the old link.
  3. Set the number of hops you will keep after cleanup and compare the latency and monthly visitor hours before and after.

What the math assumes

  • Assumes every redirect in the chain costs the same response time you enter; it does not model caching or a slower first hop.
  • Assumes each hop that changes host or protocol costs one extra new connection at the time you enter, and hops on the same host reuse the open connection.
  • After cleanup, if the final page lives on a different host than the starting URL, one new connection is still counted as long as at least one redirect remains.
  • Visitor time is monthly visits multiplied by added latency; it does not account for browser prefetching or visitors who stop waiting.
  • No timing benchmarks are baked in; measure your own redirect and connection times for a useful result.

Frequently asked questions

How do I count the hops in a redirect chain?

Request the starting URL and follow each Location header until you get a page that returns 200. Every 301, 302, 307 or 308 along the way is one hop. A redirect chain map from a link audit lists this for every URL on the site at once.

Should hops after cleanup be 0 or 1?

Use 1 when you will keep the old URL alive and point it straight at the final page, which is the usual fix for inbound links you do not control. Use 0 when you can edit the link itself so it goes directly to the destination.

Does this tool estimate the SEO impact of redirect chains?

No. It measures time, which is the part you can verify. Search engines follow a limited number of hops and may stop before the final page, so long chains are worth fixing on their own, but the tool does not try to turn that into a ranking figure.

More free tools from DeadLinkr

  • Broken Link Revenue Loss Calculator: Estimates how many sessions, conversions and dollars your site loses every month to broken links and 404 pages, for marketers and site owners deciding whether a fix is worth the time.
  • Crawl Budget Waste Calculator: Estimates what share of Googlebot's daily crawl requests your site burns on broken, redirecting and duplicate URLs, and how much faster your real pages get recrawled once they are cleaned up.

A deep link audit whenever you need one

On demand link and redirect audits for SEO.

Run an audit