Code Monkey home page Code Monkey logo

Comments (4)

jhildenbiddle avatar jhildenbiddle commented on September 2, 2024 1

Hi @jthegedus.

I made the switch after an unpkg bug broke redirect URLs (see mjackson/unpkg#156). Bugs happen, but this particular one took a long time to fix and was very hard to verify that the fix worked for everyone. As I mentioned in the linked issue:

Moving forward, I have decided to change the CDN links listed in my packages from unpkg.com to jsdelivr.com as a result of these redirect issues. As much as I appreciate unpkg.com and the unique "automated CDN from NPM" offering it pioneered, jsDelivr offers similar automated CDN services for npm packages along with additional features like support for GitHub repos, package statistics, automatic bundling and minification, and subresource integrity checks.

The only hiccup I've experienced is that jsDelivr content is cached longer on both the server and the client, so getting the latest version immediately after release requires extra fiddling or patience. I mentioned this in a jsDelivr issue (jsdelivr/jsdelivr#18124) to which I received this helpful response from @MartinKolarik:

The approach taken by unpkg almost completely eliminates client side caching because your browser makes a request for each file every minute. If there wasn't a new version, the file content isn't transferred again, but there's still the cost of making all those requests, and it can have a significant impact on the performance of your website.

Makes sense, so I now do the following:

  • I use unpkg when I am using a version redirect URL (e.g. @latest, @1, @1.2) in development to ensure I'm getting the very latest version.
  • I use jsdelivr when I am using a version redirect URL in production or specifying a version (e.g. @1.2.3)

Seems to be working well so far. 😄

from docsify-themeable.

jthegedus avatar jthegedus commented on September 2, 2024

Very useful information. Thanks again for taking the time to formulate such a useful answer 😄 It'd probably be useful to have a comparison in Docsify.

from docsify-themeable.

jhildenbiddle avatar jhildenbiddle commented on September 2, 2024

You bet. Happy to help.

FWIW, I've filed an issue (docsifyjs/docsify#756) suggesting the maintainers consider making the same switch. It's easy enough for folks to choose jsDelivr over unpkg on their own if they are aware of it, but I suspect many docsify users blindly copy-paste the links provided in the docs.

from docsify-themeable.

jthegedus avatar jthegedus commented on September 2, 2024

Your are 100% correct. I'm aware of unpkg, but was not aware of the differences between CDNs so blindly used unpkg. I think recommending unpkg during development and jsdelivr for prod stability is the way to go.

from docsify-themeable.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.