Hi,
In relation to this question. I’m trying to improve my speed as well. Reducing the use of the google apis to grab stylesheets would reduce http requests, dns lookups, and the number of stylesheets (W3TC for some reason can’t grab these and combine/minify).
One option I’m thinking of using, since I have a small website, and don’t use many different fonts is to inline the stylesheets.
https://developers.google.com/speed/pagespeed/module/filter-css-inline-google-fonts#description
To do this I’d need to first shut off the Is there an easy way for me to prevent automatic enqueuing of the google font apis in Easy Google Fonts, or will this break it? Do you have any thoughts on how to do this properly?
Thanks
Sean