Online compressor for Javascript to reduce file size, get lower execution times and save memory.

Removes whitespace, strips comments.
Compressed files are ideal for production environments.

Why minify code?

The process of removing all unnecessary characters from source code without altering its functionality.
Minification can improve webpage performance.

Source code