admin管理员组文章数量:1122832
I am new to coding and just started working on a website. The issue that I am having is the extreme lag time. The site that I am using is in wordpress with a custom theme. Every plugin has been updated, even the theme. I checked the Developer Tools in the browser and this came up in the console.
Can anyone explain to me what this means, please?
I am new to coding and just started working on a website. The issue that I am having is the extreme lag time. The site that I am using is in wordpress with a custom theme. Every plugin has been updated, even the theme. I checked the Developer Tools in the browser and this came up in the console.
Can anyone explain to me what this means, please?
Share Improve this question edited Feb 2, 2019 at 8:26 Max Yudin 6,3782 gold badges26 silver badges36 bronze badges asked Feb 2, 2019 at 5:53 codingnoobcodingnoob 11 bronze badge 2 |1 Answer
Reset to default 0It means that the network is slow. The browser is smart enough to detect that the network is slow based on the time it takes to load your webpage. It is replacing the web font with a local fallback. The text rendered with a web font will not be visible until the font is downloaded.
You can fix this issue by following these steps:
- Update your browser to the latest version
- Disable AdBlock Plus extension for Google chrome
Also, follow the instructions provided by @Max Yudin in the comments.
本文标签: cssWeb Developer Console quotSlow network is detectedquot with fonts
版权声明:本文标题:css - Web Developer Console: "Slow network is detected." with fonts 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736293774a1929214.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
font-display:auto;
CSS property. – Max Yudin Commented Feb 2, 2019 at 8:27