Optimize CSS Delivery of the following - Fonts
Hi, my website is: htttp://agifall.com
I am currently trying to improve my page score on Google's PageSpeed insights. I am getting the message:
Eliminate render-blocking JavaScript and CSS in above-the-fold content
Your page has 1 blocking script resources and 3 blocking CSS resources. This causes a delay in rendering your page.
None of the above-the-fold content on your page could be rendered without waiting for the following resources to load. Try to defer or asynchronously load blocking resources, or inline the critical portions of those resources directly in the HTML.
Optimize CSS Delivery of the following:
- http://agifall.com/…ize_fc69dc903246607e80b378e1240b5e24.css
- http://fonts.googleapis.com/…C400%2C400italic%2C500%2C700%2C700italic
- http://fonts.googleapis.com/css?family=Open+Sans:700
Not sure if anything can be done about the JavaScript one or the first one in the CSS delivery. Anything possible? Additionally, is there a way to optimize the fonts? Host them locally or something? Trying to increase my page score. Thanks in advance!
Comments
We do not recommend mimyfying the JS file.
The fonts are imported from the google API and they are not local, if you want them to be hosted locally then you need to download the font to your PC and import it to the theme via custom fonts.
We do not recommend this since the google fonts API is much faster.
thanks