热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

为什么VisualStudio2008在Firefox上变慢?-WhyisVisualStudio2008slowwithFirefox?

IamusingMicrosoftVisualWebDeveloper2008Express.我使用的是MicrosoftVisualWebDeveloper2008
  • I am using Microsoft Visual Web Developer 2008 Express.
  • 我使用的是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.
  • 我创建了一个ASP.NET MVC站点,它在Site.Master文件的HEAD元素中有6个CSS文件和6个Javascript文件。

  • When I do F5 or CTRL-F5 in Explorer or Opera, the site displays instantly.
  • 当我在资源管理器或Opera中执行F5或CTRL-F5时,该站点立即显示。

  • 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.
  • 当我在Firefox中运行我的网站时,每个CSS和LOCALHOST上的每个Javascript文件需要一个SECOND,即在localhost上加载12秒。

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

我可以在Firefox设置中更改哪些内容,以便它与Opera和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?

新信息:完全卸载Firebug,没有yslow,没有其他附加组件。当我拿出CSS和Javascript文件时,Firefox就像其他浏览器一样快。什么可以在本地连接上花费这么长时间?

4 个解决方案

#1


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

如本博客所述,它可能与IPv6有关。

#2


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

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

  1. Type about:config in the address bar
  2. 在地址栏中输入about:config

  3. Find ipv4 section
  4. 找到ipv4部分

  5. Set network.dns.ipv4OnlyDomains=localhost
  6. 设置network.dns.ipv4OnlyDomains= localhost

#3


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

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

#4


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.

我的firefox行为方式相同,在OLD VS中,他们将调试内容放在控制面板中的服务中,但现在我无法在任何地方找到它。


推荐阅读
author-avatar
G路过的彩虹
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有