Very slow network speeds with proxy.pac scripts with a(n) internal/local proxy server.
Hi! I am trying to figure out why using simple/basic proxy.pac files with two different Intranet computer, acting as temporary web and proxy servers, make network speeds very slow for web even if the web sites are internal on LAN (Intranet). Web pages pause/hang and download speed is horrible like 300-2400 dial-up modems! If I don't use proxy.pac and just connect directly to the proxies, then they are fast but I want to use the PAC scripts. My proxy.pac files hosted on two different separate small Windows web servers on Windows XP (Pro.'s IIS[web for proxy.pac file]+Squid[proxy] and Apache [both proxy and web with proxy.pac]. An example of a proxy.pac file from Squid+IIS: function FindProxyForURL(url,host) { if(isPlainHostName(host)|| isInNet(host,"192.168.0.0","255.255.0.0")) return "DIRECT"; else return "PROXY 10.147.30.159:3128"; } I want all network traffics go through the proxy server. Nothing go in and out around it. Hence 192.168.0.0 part. I also noticed Windows XP clients are faster in terms of download and shorter hangs/pauses. Vista and Windows 7 are way worse and sometiems forever like overnight! I also found out that disabling Vista and W7's IPv6 network make them faster like XP. XP doesn't come with IPv6 by default. Also, I don't use or need IPv6 at this time. If I re-enable IPv6 part, then speed isn't so bad. FYI, Firefox v13 also had the same PAC slow network speed problem with system settings, so it is not just Vista's IE7 and W7's IE8. Is there a way to improve this? This proxy server is just for internal. Nothing fancy. I am just a network newbie. ;) Thank you in advance. Ant @ Ant's Quality Foraged Links (http://aqfl.net) and The Ant Farm (http://antfarm.ma.cx).
June 15th, 2012 1:22pm

To say the truth I do not understand the role of subnet 10.147.30.0. Could you explain the situation in more detailed. I do not know what role play the Squid. Regards Milos
Free Windows Admin Tool Kit Click here and download it now
June 15th, 2012 4:39pm

To say the truth I do not understand the role of subnet 10.147.30.0. Could you explain the situation in more detailed. I do not know what role play the Squid. Regards Milos
June 15th, 2012 4:50pm

Hi, Here is one article about your concern can be referred to. IE hang when access some web sites with Proxy.pac http://blogs.msdn.com/b/asiatech/archive/2011/12/19/ie-hang-when-access-some-web-sites-with-proxy-pac.aspxIvan-Liu TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
June 18th, 2012 9:16pm

Hi, Here is one article about your concern can be referred to. IE hang when access some web sites with Proxy.pac http://blogs.msdn.com/b/asiatech/archive/2011/12/19/ie-hang-when-access-some-web-sites-with-proxy-pac.aspxIvan-Liu TechNet Community Support
June 18th, 2012 9:20pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics