Why is Visual Studio 2008 slow with Firefox?

Posted by Edward Tanguay on Stack Overflow See other posts from Stack Overflow or by Edward Tanguay
Published on 2009-01-14T13:33:31Z Indexed on 2010/05/16 20:20 UTC
Read the original article Hit count: 320

  • I am using Microsoft Visual Web Developer 2008 Express.
  • I've made an ASP.NET MVC site which has 6 CSS files and 6 Javascript files in the HEAD element in the Site.Master file.
  • When I do F5 or CTRL-F5 in Explorer or Opera, the site displays instantly.
  • When I run my site in Firefox, it takes a SECOND for each CSS and each Javascript file on LOCALHOST, i.e. 12 seconds to load on localhost.

What might I be able to change in the Firefox settings so it is as fast as Opera and Explorer?

NEW INFO: Uninstalled Firebug completely, no yslow, no other add-ons. When I take out the CSS and Javascript files, then Firefox is as fast as the other browsers. What could be taking it so long on a local connection?

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about visual-studio-express