[Intervention] Slow network is detected 报错及解决方案

[Intervention] Slow network is detected. 这个错误在调试过程中经常出现。(谷歌浏览器中出现这个报错)

全部报错信息如下:

index.js:1855 [Intervention] Slow network is detected. See https://www.chromestatus.com/feature/5636954674692096 for more details. Fallback font will be used while loading: http://localhost:3000/static/media/fa-regular-400.12717b4a.woff2

翻译:监测到网络很慢,网页中的字体不会使用,使用本地的字体。

原因:这个错误不会影响的页面的JS调试。但是在调试其他问题过程中,经常出现这个error很烦,对调试造成不便,可以在chrome配置中禁用该项: 

解决方法:地址栏输入chrome://flags/#enable-webfonts-intervention-v2。

界面中搜索:webfonts,并设置为Disabled;重启Chrome生效。

猜你喜欢

转载自blog.csdn.net/weixin_41697143/article/details/82895445
今日推荐