File load times for Firefox 9.0.1 are about 6 seconds (page has some php code) but IE is instant. If I change the link from localhost to 127.0.0.1 Firefox will load instantly as well.
I've made the changes recommended here
I've uncommented out the following line in my C:\WINDOWS\system32\drivers\etc\hosts file:
127.0.0.1 localhost
But no luck.I've tried seting network.dns.disableIPv6 to true with no luck.
Any other ideas?