• Resolved ygagnon2016

    (@ygagnon2016)


    I have this Graphina based chart on the WordPress site that I’m developing:

    https://dev.royalpalm.com/sold-properties/

    I’m using the latest versions of PHP, WordPress, and Graphina plugin (v1.5.8).

    The data that you see in the chart is NOT dynamic, meaning that it was manually added. However, the chart appears to be render blocking the rest of my page, which is adversely effecting the page load time.

    You can see how the chart is the culprit by resizing your browser down to mobile, since I am intentionally hiding the chart on mobile viewports.

    Is there anything I can do to prevent this render blocking?

    In other words, .. it would be ideal if the HTML that’s below the chart could be displayed while the chart continues to load/render .. rather than waiting until after the chart has been fully rendered and displayed. How can I achieve this?

    Thanks,
    — Yvan

Viewing 1 replies (of 1 total)
  • Plugin Author Iqonic Design

    (@iqonicdesign)

    Hello @ygagnon2016
    We understand your concern but this is not possible.
    Because the chart needs inline scripts and data to execute.
    That’s why we are loading chart js in the head.

    Thank you

Viewing 1 replies (of 1 total)
  • The topic ‘Chart is render blocking the rest of my page’ is closed to new replies.