• Resolved gentheme

    (@gentheme)


    This plugin adds a script file in head section without Async or defer, which currently slows down the site by delaying FCP.

    <script id="zest-main-script" src="https://cdn.zestpush.com/frontend/686972616bc6321b4ece-80cf48fff0.js"></script>

    Expected:
    <script id="zest-main-script" src="https://cdn.zestpush.com/frontend/686972616bc6321b4ece-80cf48fff0.js" defer></script>

    If Dev’s can add defer loading support, it would be a great performance improvement.

Viewing 1 replies (of 1 total)
  • Plugin Author zestpush

    (@dhaka11021)

    Thank you for your valuable feedback! We’re committed to improving the performance of our plugin, and we’re happy to inform you that the defer loading support will be included in the next update. Your suggestion will help make the plugin even better. We appreciate your input!

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.