0

Is it better for performance to reference 4 js files on Microsoft CDN Example : JQuery, JQueryUI, JQuery Validation, Knockout.js or have it all in one Bundle ?

Radenko Zec
  • 7,659
  • 6
  • 35
  • 39
  • You ever figure this out? – Maddhacker24 Jan 17 '13 at 20:42
  • Not really. There is a by default different bundle for each of these files. You can try to find file first on CDN and if this fails you can downgrade to your bundle then. Otherwise large number of users is using CDN so if you use CDN you have a great chance that you will already had that file cached in browser on client side so calling CDN will never be performed and you will get performance benefit there. – Radenko Zec Jan 19 '13 at 09:34
  • Happened on this and found more info in this question: http://stackoverflow.com/questions/7445909/bundling-js-files-vs-cdn – Steve Greene Mar 31 '16 at 17:54

0 Answers0