Recommended DNS TTL
Suggests a DNS TTL for five situations - stable record, migration, dynamic load balancer, failover and CDN - ranging from 86400s down to 30s, with the reason why.
Suggested TTL
—
Choosing the TTL for a DNS record
TTL is the number of seconds a resolver may hold on to an answer before asking again. It is a trade between two things that pull in opposite directions: a high TTL cuts queries, speeds up browsing and shields the domain if the authoritative server goes down; a low TTL makes any change spread quickly, at the cost of more query traffic.
Pick the scenario and the page shows the range used in practice, with the reasoning. A stable record that has not changed in months is happy at 24 hours. A record mid-migration wants 300 seconds, so a mistake can be reverted in minutes. A load balancer that changes addresses often works around 60 seconds, and failover configuration goes lower still, near 30.
The costliest mistake is not picking the wrong number, it is picking at the wrong time. Lowering the TTL on migration day means discovering that the reduction only takes effect once the old TTL expires in every cache — if it was 24 hours, that is a full day of waiting. The correct procedure is to lower the TTL at least one old TTL in advance, make the change, verify, and only then restore the higher value.
Frequently asked questions
Why has my DNS change not propagated yet?
What is the lowest TTL worth using?
Is the SOA TTL the same as the record TTL?
Related Tools
Country Capital Lookup
Find the capital of any country in seconds. A handy tool for geography study, quizzes, schoolwork and fun facts about the world.
Mohs Hardness Scale
Look up the Mohs hardness scale (1 to 10) and the reference mineral at each level, from talc to diamond. Useful for geology, jewelry and mineral study.
Intermittent Fasting Schedule
Build your intermittent fasting schedule (16:8, 18:6 or 20:4) with the eating and fasting window times. Know when to eat and when to stop each day.
Number Range Expander & Compactor
Expands compact lists like 1,3,5-9 into individual numbers and compacts long lists back into ranges, reporting gaps, duplicates and totals.
Flip Image
Flip an image horizontally, vertically or in both directions. Instant result in the browser — no data sent to servers.
Subtractive Color Mixer (CMY, Hex Output)
Mixes two hex colors the way ink does, keeping the lowest R, G and B value of each pair, so yellow ffff00 with cyan 00ffff returns green 00ff00.