Diesan Romero
Member
I was doing security tests with PageSpeed Insights. The optimization recommendations were:
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.
Remove render-blocking JavaScript:
Optimize CSS Delivery of the following:
How can I do that?
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.
Remove render-blocking JavaScript:
Optimize CSS Delivery of the following:
- http://www.somostuzona.ninja/…351c37d60e053d406263dc601ba55533b3618c49
- https://fonts.googleapis.com/css?family=Nunito:400,600,700
- http://www.somostuzona.ninja/…1e4d3531dcbef26db53c293ed235ec2f9e92aa84
How can I do that?