what can I do in this case? I'm seeing this on my console when ran on the browser the AngularJS App:
Slow network is detected. Fallback font will be used while loading: /bootstrap/dist/fonts/glyphicons-halflings-regular.woff2
I also see the fonts changing while loading.
I am happy with this meta tag.
This browser-independent JavaScript solution prevents these logs and FOUT-FOIT-FOFT by making the user wait until the font has been downloaded.
In client JavaScript use fontfaceobserver to detect if the font is loaded, and do not show the markup using that font until the font is loaded.
How not to show the markup depends on which stack you use.
I am facing same issue.To resolve this issue simply inspect the browser page -> goto console -> On right top open console setting -> select/check users messages only option it will disappear these slow network logs
This is due to the multiple frameworks that are been used. You can ignore it. It does not create any problems. You can just remove things from console only.
To hide these messages can do following steps :
It will hide all slow network console messages. But keep in mind, It will only hide those messages not resolve the issue.
FYI :