Update README.md

This commit is contained in:
kzc 2017-07-08 11:42:36 -04:00 committed by GitHub
parent 9fc6011440
commit dedde406c5

View File

@ -1056,8 +1056,8 @@ in total it's a bit more than just using UglifyJS's own parser.
### Uglify Fast Minify Mode ### Uglify Fast Minify Mode
It's not well known, but variable and function name mangling accounts for It's not well known, but whitespace removal and symbol mangling accounts
95% of the size reduction in minified code for most javascript - not for 95% of the size reduction in minified code for most javascript - not
elaborate code transforms. One can simply disable `compress` to speed up elaborate code transforms. One can simply disable `compress` to speed up
Uglify builds by 3 to 4 times. In this fast `mangle`-only mode Uglify has Uglify builds by 3 to 4 times. In this fast `mangle`-only mode Uglify has
comparable minify speeds and gzip sizes to comparable minify speeds and gzip sizes to