programsam / binkjs

Music archival site BINK, rewritten as a Node.js express app
0 stars 1 forks source link

Maximize CDN Usage #16

Open programsam opened 6 years ago

programsam commented 6 years ago

So far, it's pretty decent. jQuery and other libraries that need to be loaded in the client are sourced from a free CDN server whenever possible. This is more of a reminder to always source this way unless it's code that's BINK specific. Keeps the load on the server low and improves user experience since they might already have it cached from that CDN and there's no way I could replicate the speed and responsiveness of a CDN.

programsam commented 6 years ago

Things like this I put in the list not so much as a todo but more like a guiding principle.

programsam commented 6 years ago

Not sure there’s anything left to CDNify at this point; virtually everything is loaded From elsewhere except the client and the data.