Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的机器上使用 VS2013,新的 MVC 项目还没有编写真正的代码,从 F5(开始调试)到 Chrome 启动和加载页面所花费的时间大约是 8 秒。
在中型项目上,时间约为 20 秒。
关于如何加快速度的任何提示?有什么地方我可以尝试找出问题所在?
您可以尝试"Enable property evaluation and other implicit function calls"在工具 > 选项 > 调试 > 常规中禁用。
"Enable property evaluation and other implicit function calls"
还要检查这个Visual Studio Debugging/Loading Very Slow