• Resolved Bojan Deni?

    (@evilmc)


    Hello,

    I get always this error. Can you tell me how to fix this problem? Thanx

    Possible Optimizations
    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.
    75.1KiB of the HTML response was required to render the above-the-fold content. This requires 3 network round-trips. Prioritize the above-the-fold content so that it can be rendered with only the first 2 round-trips’ worth of HTML.

    Only about 3% of the final above-the-fold content could be rendered with the HTML delivered within 2 round-trips see screenshot show original.

Viewing 1 replies (of 1 total)
  • Plugin Author Raul P.

    (@alignak)

    The message is telling exactly what’s going on… in other words, your html document is too big.

    If you are inlining css, you need a developer to uncss your styles… because if you inline a large css file in the header, the browser still needs to read all that before showing anything.

    That’s why 75.1KiB were needed, before actually reaching the body of your html page.

    Solution: Hire a developer / designer, to uncss your stylesheets, or have them find the critical path css (not easy) and load one single css file async, with all styles (must be one single file, else it can cause trouble).

Viewing 1 replies (of 1 total)
  • The topic ‘Prioritize visible content’ is closed to new replies.