We're running Umbraco 10 + Umbraco Forms 10 and currently doing this to load the resources for forms in our template:
@Html.RenderUmbracoFormDependencies()
We're doing a bit of chasing zeros with https://pagespeed.web.dev/, but I had a couple of questions about what's actually necessary.
It looks like RenderUmbracoFormDependencies loads these two assets:
Serving umbraco forms assets with async defer?
We're running Umbraco 10 + Umbraco Forms 10 and currently doing this to load the resources for forms in our template:
@Html.RenderUmbracoFormDependencies()
We're doing a bit of chasing zeros with https://pagespeed.web.dev/, but I had a couple of questions about what's actually necessary.
It looks like
RenderUmbracoFormDependencies
loads these two assets:>
async
and/ordefer
attributes on the JS files?Thank you!
Chris
is working on a reply...