Is it worth it to gzip js files?
On modern browsers and computers,, is it better to gzip files to save n开发者_JAVA技巧etwork traffic or to not gzip them which seems like it would save browser CPU?
Yes, gzip them for transmission, the CPU needed to unzip them is very minimal.
Google has a full writeup here on the benefits.
精彩评论