Minify or Compress JavaScript code
Compressing your scripts will make them download faster, reduce bandwidth usage.This javascript compressor leaves function names and global variables untouched, so your script will continue to work with other scripts.
Javascript Compressor Input
Javascript Compressor Output
Javascript Compressor Results
Input | Output | Compression | |
---|---|---|---|
Size |
How it Work ?
- Strip Comments
- Replace Local Variable Names
- Strip White-space