Hacker News new | ask | show | jobs
by dashr 5554 days ago
Anyone know who tracks the widest deployed version of jquery min on a CDN? I would think its 1.4.2 on google cdn ? Good info to know for a little page speedup as it will be cached in most folks browsers.
2 comments

I always hit bugs on 1.4.2. I'd say it's worth a cache miss to avoid a javascript exception.

143 bugs marked fixed in 1.4.3 alone. Why would you want to not have those fixes? http://bugs.jquery.com/query?resolution=fixed&milestone=...

I would think it would be pretty difficult to tell which one is the 'most-cached' since the whole idea is to not hit the server ..
It's probably safe to say that the most downloaded is also the most cached.