Compress / Minify your Javascript


Minifying Javascript takes the beautified and well formed Javascript code that you have written and removes the spacing, indentation, new lines and comments. These elements are not required for Javascript to be used. It also makes the Javascript more heavy to read.
The purpose of minifcation of Javascript is to increase the speed of a website. Minimisation can make a Javascript up to 20% smaller, resulting in a faster load time.

Copy JS code here