Support » Plugin: W3 Total Cache » Fixing PageSpeed Insight Issues

  • I have been trying to optimize my site for a few days now but I’m currently stuck at 87/100 with the following issues.

    I have tried Manual mode and manually added each of the scripts embed after /body and added each of the css – but it breaks my site (the images do not load)

    I use BJ Lazy Load as well.
    My images have been optimized with JPEGmini and EWWW Image Optimizer.

    My site is http://www.wilflare.com

    Any advice is really appreciated

    Eliminate render-blocking JavaScript and CSS in above-the-fold content
    Your page has 7 blocking script resources and 2 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.

    Leverage browser caching
    Setting an expiry date or a maximum age in the HTTP headers for static resources instructs the browser to load previously downloaded resources from local disk rather than over the network.

    Prioritize visible content
    Your page requires additional network round trips to render the above-the-fold content. For best performance, reduce the amount of HTML needed to render above-the-fold content.
    The entire HTML response was not sufficient to render the above-the-fold content. This usually indicates that additional resources, loaded after HTML parsing, were required to render above-the-fold content. Prioritize visible content that is needed for rendering above-the-fold by including it directly in the HTML response.

    https://wordpress.org/plugins/w3-total-cache/

Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Fixing PageSpeed Insight Issues’ is closed to new replies.