-
Love how @benschwarz framed performance with request priority in his post on @Real_CSS_Tricks: The Critical Request css-tricks.com/the-critical-request/
-
@benschwarz @Real_CSS_Tricks Specifically, about web fonts. Push your font requests higher in the waterfall: * preload * inline @font-face * CSS Font Loading’s .load()
-
@benschwarz @Real_CSS_Tricks Still using icon fonts? They’re probably mis-prioritized and requested as Highest priority when they shouldn’t be. Icon fonts 😰