Running sites on "localhost" is extremeley slow.

Posted by seanxe on Stack Overflow See other posts from Stack Overflow or by seanxe
Published on 2010-03-05T11:24:34Z Indexed on 2010/04/23 15:23 UTC
Read the original article Hit count: 211

Filed under:
|
|
|
|

Hello all,

Having real trouble using my local host to test sites. It runs extremely slow! Sometimes up to a minute to load a page. I'm using firefox and the sites i'm testing run fine on other developers in my office local machines/ on the production server.

I've gone through the normal things :-

  1. Disabled IPv6
  2. Not running in debug mood
  3. Put the site in the highest app pool (High Isolated) on IIS 6.
  4. Taking of firewalls etc.

The problem only seems to occur when hitting pages which contain some form of .net code in the code-behind.

Appreciate that this a little bit of a vague topic / stab in the dark but would appreciate any sort of advice - it's horrible waiting a minute each refresh to try out a change!

Cheers, Sean.

© Stack Overflow or respective owner

Related posts about localhost

Related posts about ASP.NET