View previous topic :: View next topic |
Author |
Message |
casial n00b
Joined: 23 Oct 2003 Posts: 6 Location: Czech Republic
|
Posted: Thu Nov 27, 2003 11:48 am Post subject: Awfully slow web browsing |
|
|
Hi, I have problem with my internet connection, though it is not the problem of the connection itself. I have a 100Mbit internet, which runs fine and web browsing is terribly fast under WinXP (sic!) but under the same mozilla in Gentoo it takes very long (10 sec approx.) to load a single page! Even if the page should be cached somewhere already (not using squid, though) . Most of the time when the page is blank it states "resolving host domain.bla". Is it a DNS problem? But why, it works just fine under the damned Win! And another strange thing, wget is awfully fast, too... (Thinkink of it again, it takes its time to resolve, too, but then it works just fine). So, what should I do?
Thanx
Last edited by casial on Thu Nov 27, 2003 12:30 pm; edited 1 time in total |
|
Back to top |
|
|
deviljelly Apprentice
Joined: 19 Feb 2003 Posts: 193 Location: Netherlands
|
Posted: Thu Nov 27, 2003 12:08 pm Post subject: |
|
|
Maybe WIndows is caching DNS results, check out /etc/resolv.conf and then maybe try dnsmasq.
You should also try and ping and traceroute your dns servers. |
|
Back to top |
|
|
UberLord Retired Dev
Joined: 18 Sep 2003 Posts: 6835 Location: Blighty
|
Posted: Thu Nov 27, 2003 12:21 pm Post subject: |
|
|
Try using Name Service Caching Daemon
Code: | rc-update add nscd default
rc |
But yeah, sounds like you do have a DNS problem somewhere which should be resolved first before using the caching daemon |
|
Back to top |
|
|
casial n00b
Joined: 23 Oct 2003 Posts: 6 Location: Czech Republic
|
Posted: Thu Nov 27, 2003 12:30 pm Post subject: Yes... nscd helped |
|
|
Well, thank you, using the nscd really improved the performance a lot! Though it still not as fast as win, it is much much better now. |
|
Back to top |
|
|
|