a) YUI
b) JSMin
c) Packer
d) Closure(advanced)
Answer: a
Explanation: YUI compressor gives maximum GZIPPED compression i.e. 21 out of 122. JSMin gives 23 out of 122, Closure(simple) gives 21 out of 122, Closure(advanced) gives 18 out of 122, Packer gives 23 out of 122. There is also redundancy due to GZIP compression.
Related Posts
Which option is not available in HTMLMinifier?
HTMLMinifier is written in ________
CSSMin is written in ___________
YUI compressor is written in ____________
Which one has the most potential for minification?
For grouping form controls we can use ___________
Form validation traditionally was performed by ___________
Join The Discussion