Google font optimization
-
We want Google font optimization in your plugin. You have everything in your plugin but no Google font optimization.
What I want
If there are multiple requests to Google Fonts on the page, they will be combined into a single request. This will slightly reduce the number of overall HTTP requests.
Adds the display=swap parameter to the request, to satisfy PageSpeed’s recommendation to ensure text remains visible during webfont load. This optimization will be applied even if there is only a single font request on your page.
Adds the preconnect resource hint to the request to improve load time of the fonts:
<link href="https://fonts.gstatic.com" crossorigin rel="preconnect" />
The page I need help with: [log in to see the link]
- The topic ‘Google font optimization’ is closed to new replies.