Comment on jQuery 1.5.2 ReleasedComments−dashr15yAnyone 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.−pkteison15yI 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=...−woogley15yI 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 ..−jakelear15yIt's probably safe to say that the most downloaded is also the most cached.
Comments
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.
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.