7 ms·
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 a
by dashr 15y 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.
- woogley 15y agoI 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 ..
- jakelear 15y agoIt's probably safe to say that the most downloaded is also the most cached.
- pkteison 15y agoI 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=1.4.3&group=status&col=id&col=summary&col=resolution&col=owner&col=type&col=priority&col=version&order=priority http://bugs.jquery.com/query?resolution=fixed&milestone=...