If you're using a P2P app and happen to be uploading at your max (easy to happen quickly), it will slow your browser down to a crawl. Make sure you're not doing this 
try to plug into ethernet, or use someone elses internet.
it is most likely your internet source.
DNS could be an issue. You can eliminate that by trying this:
In /etc/resolv.conf above your nameserver line put:
order hosts, bind
Then in /etc/hosts put:
69.63.176.11 www.facebook.com facebook.com
Finally:
dscacheutil -flushcache
Go back to Safari and try again. If there's a dramatic difference, DNS could be your problem.
If you see results, take it one step further by replacing the IP address of nameserver in /etc/resolv.conf with a public offering from a list such as this one: http://theos.in/windows-xp/free-fast-public-dns-server-list/
Let us know,
J
PS 0% packet loss proves Layers 1, 2, 3 (which includes wireless). So it shouldn't matter wired/wireless.
DNS could be an issue. You can eliminate that by trying this:
In /etc/resolv.conf above your nameserver line put:
order hosts, bind
Then in /etc/hosts put:
69.63.176.11 www.facebook.com facebook.com
Finally:
dscacheutil -flushcache
Go back to Safari and try again. If there's a dramatic difference, DNS could be your problem.
If you see results, take it one step further by replacing the IP address of nameserver in /etc/resolv.conf with a public offering from a list such as this one: http://theos.in/windows-xp/free-fast-public-dns-server-list/
Let us know,
J
PS 0% packet loss proves Layers 1, 2, 3 (which includes wireless). So it shouldn't matter wired/wireless.
why not just change the DNS server through Network preferences?
to the OP, try the DNS fix. Go to network preferences, click on the connection for the internet (ethernet or wifi, or both). Go to Advanced, click on DNS and hit the plus sign. Add 208.67.222.222 to it. OpenDNS. If its DNS, then that ought to fix it.
Hi,
I tired what you said initially on /etc/resolv.conf and then added facebook to /etc/hosts .. facebook worked like a charm.. later i did what you said on adding a public dns to my /etc/resolv.conf but that did not solve my issue.. I even tried setting a custom DNS server on my router still the same issue!! I contacted my ISP in Netherland and they said all seems ok from their side...
You have to use individual address to test those sites, so:Its actually abit odd as I have issues with some wesbites (google.com, gmail.com, orkut.com, youtube.com) and some other website (bbc.co.uk) . so I see it must be a google DNS problem.. but I tried setting th IP of all the mentioned address's above in /etc/hosts but then nothing showed at all.. although a stupid questions but can you provide me with IP addresses of the above websites so I give it a try and see if it helps?
Thanks
Trying "kpn.com"
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 42869
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;kpn.com. IN A
;; ANSWER SECTION:
kpn.com. 1410 IN A 145.7.192.133
Received 41 bytes from 192.168.2.1#53 in 24 ms
Trying "kpn.com"
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 19832
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;kpn.com. IN AAAA
;; AUTHORITY SECTION:
kpn.com. 60 IN SOA dns.kpn.com. postmaster.kpn.com. 2008121501 3600 1800 172800 3600
Received 76 bytes from 192.168.2.1#53 in 25 ms
Trying "kpn.com"
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 8617
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; QUESTION SECTION:
;kpn.com. IN MX
;; ANSWER SECTION:
kpn.com. 1798 IN MX 50 mx.kpn.com.
;; ADDITIONAL SECTION:
mx.kpn.com. 777 IN A 145.7.191.6
Received 60 bytes from 192.168.2.1#53 in 22 ms
nameserver 192.168.2.1
That is my routers gateway? is this good or bad? Could this be the source of the problem?
In /etc/resolv.conf change your nameserver line to be:I tried the host -v <my ISP domain> and below is the reply:
As you can see there is only dns.kpn.com. for the namesevers? what should I do?Code:Trying "kpn.com" ;; AUTHORITY SECTION: kpn.com. 60 IN SOA dns.kpn.com. postmaster.kpn.com. 2008121501 3600 1800 172800 3600
Yes, but there are ways of dealing with that, we'll get to it. Let's focus on one problem at a time. If this doesn't solve it, then making resolv.conf sticky won't help anything.BTW, every-time I change /etc/resolv. con after a restart the setting will become 192.168.2.1 again? what should I do to make the changes permanent?
p.s I'll try editing /etc/hosts as you said and will let you know of the results.
You're welcome.Thanks for your help!!!
damn... i just tried setting /etc/resolv.conf for facebook.com and orkut.com.. and the flushcahe and restart safari but I still face the same issue.. the pages loads halfway with some pics missing... and its sats loading... on the status bar.. at them same time I could easy browse macrumors and send this feedback!! I'm really getting frustrated...
If you've put the correct host IP addresses and hostnames in /etc/hosts and see the same issue, then you can probably eliminate DNS as the problem.
So you have Layer 1, 2, 3 and DNS proven. This means you have to move to the transport layer which means you're going to need some advanced troubleshooting skills and tools like tcpdump to sort this out on your current connectivity. Using a different network all together can also prove that your application layer (Safari/Firefox) are/are not having issues.
ie If you get on another network, and everything works fine, you know that your application layer (Safari) and the presentation/session layers are working. That leaves you with Layer 4 or the Network Layer.
If you get on another network and you experience the same issues, you can probably eliminate Layer 4 and start focusing on Layers 5,6,7--which probably means Layer 7. Since you're experiencing the issue on Firefox and Safari, this probably means you're going to need to re-install unless you really can get into tcpdump.
J
I'm not sure a script is what's needed, just some time trapping tcpdump data to see if you can figure out what's going on w/layer 4.
I'm at the airport typing this message and so far I've faced no issues and everything loads perfectly! although I only have 10 mins left to test but it seems OK! So this means my home network (ISP) has some serious issues? right?
Next test will be in Athens!
Cheers,
Mohammad