租号玩代理申请
A-A+

Windows Server 2012/2016/2019访问网页提速设置 大大提升网页的访问速度。

2020年11月25日 电脑网络 暂无评论 阅读 345 次

有些有怪癖的同学喜欢用SERVER系统,但是访问网页比较慢,今天就搜集了一下这些问题的解决方案。

Server系统访问任何网站都会比普通系统,比如win10慢一拍,甚至老出错。
曾经找过京东的工程师调试,无解。

后来才知道,问题在这里。

命令提示符输入:netsh int tcp show global

win10的截图如下:

Windows Server 2012/2016/2019访问网页提速

Server 系统里面只要输入如下命令即可解决浏览器浏览网页速度慢,报错的问题:
接收方缩放状态:netsh int tcp set global rss=enabled
RFC 1323 时间戳:netsh int tcp set global timestamps=enabled
ECN 功能:netsh int tcp set global ecncapability=disabled
快速打开 netsh int tcp set global fastopen=enabled
快速打开回退 netsh int tcp set global fastopenfallback=enabled
接收窗口自动调谐级别:netsh int tcp set global autotuninglevel=disabled
禁用TCP接收窗口自动调优 Netsh int tcp set global autotuning=disabled
以上有加速提成

禁用TCP chimney卸载 Netsh int tcp set global chimney=disabled 不能用

NetDMA 状态:netsh int tcp set global netdma=enabled 不确定效果
直接缓存访问(DCA):netsh int tcp set global dca=enabled 不确定效果

根据系统版本差异,如果上面的命令有的不行也不必理会,直接跳过即可。

京东空调大促销