4x-10x jump in number of DNS queries starting Feb 8th
Categories
(Core :: Networking: DNS, task, P2)
Tracking
()
People
(Reporter: rowbot, Assigned: kershaw)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Attachments
(4 files)
I am seeing a 4x-10x jump in number of DNS queries when using Nightly. This started Feb 8th as shown in the chart image. I don't believe my browsing habits have changed. I'll try to test a build from before the 8th sometime this week to confirm.
I am using NextDNS with DoH. All my other devices have remained constant, so I don't think its an issue with NextDNS. I've tried a new profile, disabling addons, and disabling http3, but nothing has changed.
| Reporter | ||
Comment 1•4 years ago
|
||
| Reporter | ||
Comment 2•4 years ago
|
||
Tentative regression range: https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=7c861a1895759bd3878692c4e01f17a9b1a6847b&tochange=6b0fbffe2432584fb9e2b303beafd3aecf6bce7a
I'll try to see if I can narrow it down further over the next day or so.
| Assignee | ||
Comment 3•4 years ago
|
||
I think this should be caused by bug 1686421. This pref network.dns.upgrade_with_https_rr is enabled, so we do one additional DNS query for every http request. Could you try to disable this pref and see if it helps?
| Reporter | ||
Comment 4•4 years ago
|
||
Disabling network.dns.upgrade_with_https_rr seems to have helped tremendously. Currently sitting at ~4k queries for the day, though my browsing has been on the lighter side today. Still much better than the ~20k queries per day I was seeing after the pref got enabled.
| Assignee | ||
Comment 5•4 years ago
|
||
(In reply to Trevor Rowbotham [:rowbot] from comment #4)
Disabling
network.dns.upgrade_with_https_rrseems to have helped tremendously. Currently sitting at ~4k queries for the day, though my browsing has been on the lighter side today. Still much better than the ~20k queries per day I was seeing after the pref got enabled.
Thanks for testing!
In theory, we should have 2 times of DNS queries when enabling this feature. I think we need to investigate the total amount of DNS queries before shipping this HTTPS RR.
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 6•4 years ago
|
||
| Reporter | ||
Comment 7•4 years ago
|
||
After having browsed for a week with network.dns.upgrade_with_https_rr disabled, I am still seeing double the number of queries that I was previously getting. So, I believe there is another change that landed the same day that also caused an increase in the number of queries being made.
| Assignee | ||
Comment 8•4 years ago
|
||
(In reply to Trevor Rowbotham [:rowbot] from comment #7)
After having browsed for a week with
network.dns.upgrade_with_https_rrdisabled, I am still seeing double the number of queries that I was previously getting. So, I believe there is another change that landed the same day that also caused an increase in the number of queries being made.
There is another pref network.dns.use_https_rr_as_altsvc that also creates DNS queries for HTTPS RR. You can also disable it if you want.
| Assignee | ||
Comment 9•4 years ago
|
||
Comment 10•4 years ago
|
||
Comment 11•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/7785438d5527
https://hg.mozilla.org/mozilla-central/rev/1458eb0164ea
Updated•4 years ago
|
Description
•