为什么 Visual Studio 2008 在 Firefox 中运行缓慢?

发布于 2024-07-11 23:25:23 字数 498 浏览 8 评论 0原文

  • 我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

违心° 2024-07-18 23:25:23

它可能与 IPv6 有关,如 此博客

It could be related to IPv6 as explained in this blog.

清秋悲枫 2024-07-18 23:25:23

localhost 设置为仅使用 IPv4(或对所有站点禁用 IPv6):

  1. 在地址栏中键入 about:config
  2. 查找 ipv4 部分
  3. 设置 network.dns.ipv4OnlyDomains =localhost

Set localhost to use IPv4 only (or disable IPv6 for all sites):

  1. Type about:config in the address bar
  2. Find ipv4 section
  3. Set network.dns.ipv4OnlyDomains =localhost
唱一曲作罢 2024-07-18 23:25:23

这听起来像是一个附加组件。 你正在运行像 YSlow 或 Firebug 这样的东西吗?

This sounds like an add-on. Are you running anything like YSlow or Firebug?

无法言说的痛 2024-07-18 23:25:23

我的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文