XF 2.1 Looking for an efficient way to load fonts

PabloC

Member
A few days back I upgraded to Xenforo 2.1, and I am trying to optimize its load time.

I am very happy so far, but I would like to find a way to load fonts in a better way, so they don't block the rest of the files.
Could anyone give me some advice?

Thanks!
fontsblocking.webp
 
In practicality, the custom fonts will only be downloaded once by the browser and cached. They're not part of the requests for subsequent pageloads by same browser.

You'll see this in WPT. First pageload of the test is without caching, 2nd one is with caching.
 
Top Bottom