Well, I've always felt that minify was useless if you had gzip on. Turns out, I'm not the only one saying that, and people have put their money where their mouth is.
So there's actually quite a bit of reserach on it.
http://stackoverflow.com/questions/807119/gzip-versus-minify
https://css-tricks.com/the-difference-between-minification-and-gzipping/
Long story short: gzip is better then minify. gzip AND minify is even better.
advantages of minify are that it can create a big ball of javascript, requiring only one GET reqeust
So there's actually quite a bit of reserach on it.
http://stackoverflow.com/questions/807119/gzip-versus-minify
https://css-tricks.com/the-difference-between-minification-and-gzipping/
Long story short: gzip is better then minify. gzip AND minify is even better.
advantages of minify are that it can create a big ball of javascript, requiring only one GET reqeust
Reacties
Een reactie posten