Fix #Firefox issues when load-balancing by disabling #DNS prefetching

By | March 17, 2019

There is an annoying feature from Firefox I just found out is causing me huge problems.

DNS Prefetching: This feature allows firefox to try to prefetch and cache DNS entries related to the sites you visit. Firefox attempts to speed up loading new websites by using DNS Prefetching, which can cause page load errors with some system configurations.


I discovered that when using sites with multiple IPs that resolve to the same name (ex: facebook, twitter, google etc.), lots of times, I get long delays and even “site unreachable” errors.

This is stupid considering that I have a highly reliable Internet connection: a router load-balanced Internet link using two different ISPs. Then I realized that this may in fact be the issue.

It may be that the prefetch is done through one ISP and then the actual request to the server goes through the other ISP. This can cause issues when the connection through one ISP can prefer another actual server IP not the one that is present in the prefetched DNS call.

To disable this feature of Firefox see this extract from Mozilla support:

To disable DNS Prefetching:
In the address bar, type about:config and press Enter.

The about:config “This might void your warranty!” warning page may appear.

Click I accept the risk! to continue to the about:config page.

Right-click in the list of preferences, select New, and then select Boolean.

In the Enter the preference name field, enter:

network.dns.disablePrefetch and click OK.

Select true when prompted to set the value and click OK.

Contribute to this site maintanance !

This is a self hosted site, on own hardware and Internet connection. The old, down to earth way 🙂. If you think that you found something useful here please contribute. Choose the form below (default 1 EUR) or donate using Bitcoin (default 0.0001 BTC) using the QR code. Thank you !

€1.00

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.