How to speed up Firefox 3 on Netbook device
07 November 2008
This is small useful trick to speed up Firefox 3 on netbook device.
The trick:
Firefox grinds to a halt while trying to find ipv6 internet addresses that are unavailable on most networks.
IPv6 is a new version of the IP protocol, and it isn’t supported on most netbook device. Therefore what was happening was that Firefox would try to use IPv6, wait until the request failed, and then try IPv4, that's painfully slow on your netbook.
After disable 'IPv6' feature, your Firefox will run faster about a hundred times more responsive.
(trick by techexplorer)
The trick:
- Open a new tab by typing Ctrl-t (That’s the Ctrl key on your keyboard and the letter t key at the same time)
- Enter about:config in the address bar of Firefox
- Enter ip into the Filter: text box
- Look for the network.dns.disableIPv6 entry in the table below the Filter: text box
- Double click the network.dns.disableIPv6 entry
- Restart Firefox
Firefox grinds to a halt while trying to find ipv6 internet addresses that are unavailable on most networks.
IPv6 is a new version of the IP protocol, and it isn’t supported on most netbook device. Therefore what was happening was that Firefox would try to use IPv6, wait until the request failed, and then try IPv4, that's painfully slow on your netbook.
After disable 'IPv6' feature, your Firefox will run faster about a hundred times more responsive.
(trick by techexplorer)
login01, 11/13/08 11:14 AM



















When you enter a www.domain into the browser, and your system sends out two DNS request. The first over IPv6 and the second over IPv4.
If IPv6 DNS fails but the IPv4 DNS query returns both a AAAA (IPv6) DNS record and a A (IPv4) DNS record, then your system will attempt to first query the IPv6 DNS, then the IPv4. The delay is caused by applications assuming your have global IPv6 connection when you do not. This timeout can be from 30 seconds to 5 min, based on the application. Recommendation--- 1. Call your ISP and ask when they are going to support IPv6. 2. If they do not support IPv6, enable default 6to4, ISATAP or Teredo tunneling. If that does not work, go to http://www.sixxs.net and get a tunnel configured.
Note, time to complete this project is about 15 min.
Why enable IPv6 tunneling? Disabling Firefox is lame, if you did not first properly configure your system.
Joe Klein
www.cmdinfo.com