我正在连接到 VPN,因此我可以在家工作,但是当我打开小的 ASPX 文件并进行细微更改并保存它们时,速度非常慢。
即使做一些简单的事情,比如单击文件中的不同行来移动光标,也会明显滞后。
这是一个已知问题,还是我 99% 怀疑这只是网络连接问题。我没想到会这么慢。
我正在连接到 VPN,因此我可以在家工作,但是当我打开小的 ASPX 文件并进行细微更改并保存它们时,速度非常慢。
即使做一些简单的事情,比如单击文件中的不同行来移动光标,也会明显滞后。
这是一个已知问题,还是我 99% 怀疑这只是网络连接问题。我没想到会这么慢。
Working with files over a VPN will be slow, as Visual Studio will be tracking changes in that file while it is open.
In any case, working over VPN always is always slow. Check VPN settings (compression, multilink), perhaps map the remote folder to a network drive, turn of 'use default gateway' on the VPN connection itself; these are methods I use to speed up VPN performance in general.