English 中文(简体)
IE的视觉演播室开发服务器非常缓慢,通常在神hr或火f上。
原标题:Visual studio development server very slow on IE, normal on chrome or firefox

当开发服务器(Ctrl+F5-而不是分解)启用时,它需要很长的时间才能装上电子计算机,但通常装上hr/火ox。 当该网页最后装满时,图像也需要很长的时间才能装上,每台有大约30秒。

任何人都知道可以做些什么?

利用IE9 /视觉演播室 2010 /Windows 7 64bit

问题回答

This is an issue for me too. Love the integrated debug environment, but if you have a lot of JS to debug, VS takes ages to connect the debugger to IE. My best suggestion, is to turn everying you dont need off.

  1. 使用“与现有网站连接”和连接网站服务器网址(I use IIS)

  2. 加入伙伴关系。 如果在同届会议上你不偷偷窃蚊帐,网络就会分解。

  3. 页: 1

  4. 当你首次运行时,就关闭了解决方案探索者窗口,因此,在瓦解模式中不会开始。 这将防止窗口更新评价的优缺点和动态的联合论坛节点。

  5. • 确保你在其网站上达到顶点。 页: 1

    <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="00:00:00" />
    

这将使国际独立党无法积极割除你的script。

我已设法将我的工作量从30秒减少到15分。

希望这一帮助。





相关问题
What to look for in performance analyzer in VS 2008

What to look for in performance analyzer in VS 2008 I am using VS Team system and got the performance wizard and reports going. What benchmarks/process do I use? There is a lot of stuff in the ...

SQL Table Size And Query Performance

We have a number of items coming in from a web service; each item containing an unknown number of properties. We are storing them in a database with the following Schema. Items - ItemID - ...

How to speed up Visual Studio 2008? Add more resources?

I m using Visual Studio 2008 (with the latest service pack) I also have ReSharper 4.5 installed. ReSharper Code analysis/ scan is turned off. OS: Windows 7 Enterprise Edition It takes me a long time ...

Manually implementing high performance algorithms in .NET

As a learning experience I recently tried implementing Quicksort with 3 way partitioning in C#. Apart from needing to add an extra range check on the left/right variables before the recursive call, ...

How do I profile `paster serve` s startup time?

Python s paster serve app.ini is taking longer than I would like to be ready for the first request. I know how to profile requests with middleware, but how do I profile the initialization time? I ...

热门标签