Does it actually matter which CDN you use to link to your jquery file or any javascript file for that matter. Is one potentially faster than the other? What other factors could play a role in which cdn you decide to use? I know that Microsoft, Yahoo, and Google all have CDN's now.
|
1
|
|
|
|
|
|
I'd use google for the time being, they're a bit more established and have a better fail-over system. It's also less likely that google's network is blocked by a company firewall compared to microsoft's. That being said, if you're using the built in script manager and moving to .Net 4.0 soon, they have a built in method of referencing the Microsoft CDN. Scott Guthrie outlines how it works currently for the Microsoft AJAX. You can include jQuery via the URL he provides now, but you can bet there will be some sort of built in functionality including jQuery later to further promote their CDN over google's. If you're in that position, starting now with Microsoft's CDN may be a better path to take. |
||||||||||||||
|
|
|
It probably doesn't matter, but you could validate this with some A/B testing. Send half of your traffic to one CDN, and half to the other, and set up some profiling to measure the response. I would think it more important to be able to switch easily in case one or the other had some serious unavailability issues. |
||
|
|
|
|
You should absolutely use the Google CDN for jQuery (and this is coming from a Microsoft-centric developer). It's simple statistics. Those who would consider using the MS CDN for jQuery will always be a minority. There are too many non-MS developers using jQuery who will use Google's and wouldn't consider using Microsoft's. Since one of the big wins with a public CDN is improved caching, splitting usage among multiple CDNs decreases the potential for that benefit. |
||
|
|
|
|
I think it depends on where is your targeted audience. You can use alertra.com to check both CDN speed from many locations around the world. |
||
|
|
|
|
I would use both! As the Google Jquery hosting has been around a lot longer, the chances are much higher that people will already have it cached compared to the Microsoft one, so I would have it first. Personally, I would use something like this -
(Not sure this 100% works, but I was just going to write the idea and not example - This references the Google hosted Jquery and not the Microsoft one as I couldn't find the link) |
||
