Latency in Browsers
-
Go find a packet sniffer, or simply a traffic monitor, and spend some time to learn how to use them.
Although "feeling" like something is slow is perfectly valid, you should get some solid data so you can know what you can actually do to improve your situation. I recently made this mistake myself. Actually solving problems, compared to feeling like I have solved problems, is such a pain in the ass…
-
you could try to change your clients dns servers to something else … like 8.8.8.8 / 8.8.4.4
if that fixes it, then you are having a dns issue somewhere, are you running resolver or forwarder on pfsense? what version of pf are you running?
-
I'm running the latest version of pfsense I tried changing the dns that did not work neither I'm running pfsense with the default set up no forwarders or resolvers
-
the default setup uses either resolver or forwarder, depending on the version …. it will never use "none" by default
-
Sry resolver is running didn't notice before.
-
DNS isn't going to factor into this. It's only hitting the one site and the IP is cached.
I generally don't trust those speed testers. If you want to test your speed, download a file of known size and do the math. For example, CacheFly has a number of test files ranging from 10MB to 100MB+ that you can download. Here is a page that links to several test files:
http://linhost.info/2013/10/download-test-files/
-
are you using proxy in pfsense? Any other packages?
-
No not using any proxy and no other Packages yet I want to use squid but have not installed it yet.
-
Also realize that the browser is at the top or Application Layer of the OSI networking layers and the command line is 4 closer to the hardware layer at the Transport layer. So you can get slower "Ping" at the top layer.
http://en.wikipedia.org/wiki/OSI_model
Also try ipconfig /flushdns to clear the DNS cache and try pinging the server name in the command line. I have seen DNS resolution be a large part of latency issues.Jim
-
I found the issue with Pings reading 500 using a speed test and Webpages loading slow prb was IP Do-Not-Fragment compatibility in Firewall advanced section checked Clear invalid DF bits and resolved the issue thanks for your help.