• After doing a performance test with hummingbird, the main improvement I can make is to inline or defer a render blocking resource as follows:

    Overview
    Your page has 1 blocking CSS resources. This causes a delay in rendering your page.

    Benchmarks
    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:

    https://fonts.googleapis.com/css?family=Lato:300,700|Overlock+SC

    The problem is, I don’t know how to find this resource. It doesn’t seem to be in the list of css resources that i can optimize. Please help!

    The page I need help with: [log in to see the link]

  • The topic ‘Hummingbird – Render blocking resources’ is closed to new replies.