Poll on CDN usage

Since we have various dependencies but the more we integrate things with webpack the less useful become the CDN dependencies. I wonder how much effort we should put into keeping it there or if just drop it since on all smaller instances it’s trivial to ship the full JS directly from the CodiMD instance or an nginx reverse proxy.

Are you using USE_CDN or "useCDN"?

  • Yes, I use the CDN setup (USE_CDN=true or "useCDN": true)
  • No, I don’t use the CDN setup (USE_CDN=false or "useCDN": false)
  • I have no idea, I sticked with the defaults.

0 voters

Hey, 10 votes is not too bad! And that’s already a pretty clear picture.

Seems like there is not much love for CDNs :smiley:

1 Like

After reading this article, I think we should get rid of the CDNs entirely:

https://csswizardry.com/2019/05/self-host-your-static-assets/

7 Likes