Improving performance

Hi, I am looking for any suggestions or tips form improving performance with my Gatsby + Prismic setup?

In my lighthouse report, my performance metric is quite low, and one of the main culprits (besides the font load which I will change), is the minified prismic file blocking initial page render(see below). Anything I can do to improve this?
site: https://needabouncer.com/
I am using the gatsby-source-prismic-graphql plugin.

Hi @Kylo, I took a look at the plugin’s issues and it appears that there is already an issue submitted about this:

Maybe you can check in there to see if/when they will add defer to the script tag. I believe this should solve your issue.

Hi @Levi thank you! Apologies didn’t see that issue.

No worries :grinning:

This issue has been closed due to inactivity.