UNPKG affect page load time vey badly on end website and author
Hi Team,
We are using the below unpkg at customheaderlibs.html
<script src="//unpkg.com/@ungap/custom-elements"></script>
Problem Statement: The dependency is being delivered via UNPKG, a public CDN for npm packages. When it attempts to load and takes longer than expected, it affects the page load time for authors and publishers on the end website. However, if it fails to load, it does not impact the page load time.
Any one faced this issue and how we can overcome and what is best way to deal this type of issue. Kindly suggest
Thanks