Google Fonts async
-
Just an idea – right now there’s a setting to load CSS asynchronously with exceptions possible with data-no-async=1. However, it’s problematic to pass such parameter when using commercial themes. It is also quite probable that either layout or advanced plugins will break (to a certain extent) with asynchronous CSS, which makes this an advanced optimization practice (async this, don’t async that, manual work).
However, one thing that could benefit greatly from async is Google Fonts. My suggestion is to add an option to just load Google Fonts CSS asynchronously (as a settings switch without any advanced details) and leave every other theme CSS intact. The idea is to make the caching plugin filter all Google Fonts requests and append async so that theme modification won’t be necessary but loading speed will be greatly improved without the need to pass data-no-async=1 to all other CSS files.
- The topic ‘Google Fonts async’ is closed to new replies.