2

Today I got screwed over by a CDN which is the first time I have seen it. I was getting a code 520 on the browser's console.

Package link -> https://npmjs.com/package/tippy.js/

After I downloaded its contents and put it directly in a js file, my website speed doubled in performance.

Its making me question using CDNs from this point onwards.

Comments
  • 0
    CDNs were invented for very large packages that can make use of cross-site caching and cost a lot to store on your own web storage. In all other aspects they're worse than hosting the file yourself.
Add Comment