3rd party JS execution is slowing down the performance

Hi,

Adobe launch scripts, i.e. scripts from asset.adobe.com is slowing down the site significantly.

When we block this particular script the page loads very fast and when we do not block it, it takes 5sec more.

Now we found this script is not network intensive. Means it is lazily loaded, and not so expensive in the network. but it is certainly slowing down the JS execution.

Our application is an angular application. please help

Is this a custom font from adobe?

You can google about optimizing font-loading, there are multiple options for your CSS font-display such as “swap”. I think fonts can be loaded in a blocking fashion or in an asynchronous fashion and its not all controlled by the asset request itself being asynchronous or syncronous.