A short A-record TTL — five minutes or less — appears on 25% of domains in the .ru zone and on 66–69% in .com, .net and .org. On the NS record it is the reverse: the .ru median is six times shorter.
We trace where both differences come from (a short TTL is almost never set by an administrator) and how to choose a value deliberately rather than leaving the default.
Free online tool — DNS lookup tool: instant results, no signup.
TTL is how long resolvers keep a DNS answer. A short TTL means an address change is picked up quickly; a long one means fewer queries reach your name servers and the site survives their temporary unavailability.
The commonest mistake is to treat TTL as a site-performance parameter. It barely affects load time: the DNS answer is cached at the ISP and in the browser, and for a returning visitor it costs nothing. TTL is a manageability parameter: it determines how fast you can move traffic during an incident.
On 27 August 2026 we queried A, NS and MX record TTLs for 600 domains (150 per zone):
| Zone | With A record | Median A | Median NS | Median MX | A of 5 min or less |
|---|---|---|---|---|---|
| .org | 140 | 5 min | 6 h | about 12 min | 69% |
| .com | 137 | 5 min | 6 h | about 9 min | 66% |
| .net | 134 | 5 min | 6 h | 10 min | 61% |
| .ru | 138 | 10 min | 1 h | 15 min | 25% |
There are two differences, running in opposite directions. On the A record the .ru median is twice as long and the share of short TTLs is 25% against 66–69%. On the NS record, conversely, the .ru value is six times shorter: one hour against six.
Caveats: these are domains somebody brought to our tools, not a random slice of a zone; comparing zones is sound as they were collected identically. The median is taken over the first record of each type.
A five-minute TTL on an A record is almost never an administrator’s decision but a CDN default: it exists so traffic can be shifted between nodes on failure. So the share of short TTLs in a zone effectively measures CDN penetration rather than owner awareness.
Our own HTTP/3 measurement supports this: there 7.1% of .ru sites advertise support against 36.5% in .com, and two thirds of those advertising in .com sit behind one particular CDN. Two independent signals point the same way.
The NS record is a different case: six hours is typical of large managed DNS services, while one hour is a common default in hosting control panels. Here the short value is no advantage — name servers change rarely, while the extra queries to the zone are continuous.
To see your domain’s current TTLs, use the DNS lookup; to see how long a change takes to spread across resolvers, the propagation checker.
DNS (Domain Name System) translates domain names into IP addresses. DNS records are instructions that define where to route traffic, email, and how to verify domainownership.
Query all record types — A, AAAA, MX, NS, TXT, CNAME, SOA — in a single request.
Direct queries to authoritative servers. Results in milliseconds, no caching.
SPF, DKIM, and DMARC analysis to evaluate email protection against spoofing and phishing.
Save check results. Compare DNS records before and after registrar changes.
DNS check after deploy
SPF/DKIM/DMARC audit
DNS config audit
DNS zone control
v=spf1 TXT record.DNS check history, API keys and DNS change monitoring.
Sign up free3600s (1 h) — standard for 90% of cases. Balances migration speed and DNS load.
Lower A-record TTL to 300s. Wait for the old TTL (for resolvers to refresh). Migrate. Restore TTL to 3600s.
No. Default TTL is 300s; "Auto" gives TTL=1 only with proxy:on — Cloudflare overrides for edge performance.
Enterno DNS → enter domain → per-record TTL. Or: dig example.com → TTL shown in seconds.
Free plan — 10 monitors, checks every 5 min, no card required. Upgrade for 1-minute interval and multi-region monitoring.