Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript jQuery Basics Working with jQuery Collections Conclusion

Akshay Alok
Akshay Alok
7,857 Points

"When/when not to a CDN" link broken for me.

Could someone tell me why one would NOT want to use a CDN, from the previous stackOverflow link and the Treasure's video I am not able to think of a case where one might consider not using a CDN even when it is possible.

1 Answer

Steven Parker
Steven Parker
229,732 Points

On a server with plenty storage and bandwidth to spare, I might elect to host everything locally to eliminate the possibility of problems when the client has any connectivity issues with the CDN server(s).

Another reason I might avoid a CDN is if I had any concerns about the way it was maintained, particularly if they may suddenly discontinue support for a version that I was depending on.

And you might want to report the broken link directly to the Support staff.