为什么 Visual Studio 2008 在 Firefox 中运行缓慢?
- 我正在使用 Microsoft Visual Web Developer 2008 Express。
- 我创建了一个 ASP.NET MVC 站点,其中 Site.Master 文件的 HEAD 元素中有 6 个 CSS 文件和 6 个 Javascript 文件。
- 当我在 Explorer 或 Opera 中按 F5 或 CTRL-F5 时,该站点会立即显示。
- 当我在 Firefox 中运行我的网站时,LOCALHOST 上的每个 CSS 和每个 Javascript 文件都需要花费一秒钟的时间,即在本地主机上加载需要 12 秒。
我可以在 Firefox 设置中更改哪些设置,使其与 Opera 和 Explorer 一样快?
新信息: 完全卸载Firebug,没有yslow,没有其他附加组件。 当我取出 CSS 和 Javascript 文件时,Firefox 的速度与其他浏览器一样快。 是什么导致本地连接需要这么长时间?
- 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
它可能与 IPv6 有关,如 此博客。
It could be related to IPv6 as explained in this blog.
将 localhost 设置为仅使用 IPv4(或对所有站点禁用 IPv6):
about:config
ipv4
部分network.dns.ipv4OnlyDomains =
localhost
Set localhost to use IPv4 only (or disable IPv6 for all sites):
about:config
in the address baripv4
sectionnetwork.dns.ipv4OnlyDomains =
localhost
这听起来像是一个附加组件。 你正在运行像 YSlow 或 Firebug 这样的东西吗?
This sounds like an add-on. Are you running anything like YSlow or Firebug?
我的 Firefox 的行为方式相同,在旧版 VS 中,他们将调试功能放在控制面板的服务中,但现在我在任何地方都找不到它。
my firefox behaving the same way, in the OLD VS, they put the debugging thing in services in control panel, but now i cant find it anywhere.