min or gzip, which is better?
jquery-1.4.2.min.js is 71.8KB Same file compressed through this tool, with gzip enabled, becomes 32.9 KB Which is better? If latter, why doesn't jQuery provide a packed file too instead of just uncompressed and min versions? My Question: One is minified and gzip enabled, other is minified and packed and gzip enabled. Which should I use...