1. 程式人生 > >[Intervention] Slow network is detected 報錯及解決方案

[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生效。