How can I defer 3rd party app scripts for faster site loading?

Hello,

Here are 3rd party scripts included in the HTML with JS.

I am looking for a way to defer the ones that should not block my loading of the site but I can’t find from where they are rendered and how to defer the needed ones.

Im also looking into this, trying to defer some of the third party libraries, it seems like shopify does “async” for them, i would rather do defer at least for some. How can I do that, any help is appreciated