Home » JS Resources Utilities Script Details

JavaScript Whitespace Compressor and File Compactor

Description:

This is a useful utility for removing white space and other unnecessary characters from your JavaScript files.

It will remove all carriage returns, tabs, spaces and any other formatting characters not needed for the successful operation of JavaScript.

The efficiency of this utility has been known to decrease file sizes by as much as 70%. A 30,000 byte file was recently trimmed down to a more 'bandwidth friendly' 9,000 bytes.

Although the appearance of the compressed file is not particularily human readable, it is read by JavaScript interpreters just fine. In fact, because there isn't any white space for the JavaScript parser to worry about, there could even be a slight improvement in the speed of your JavaScript code but it may be hard to tell any difference.

Browsers Compatibility:
Visit Download
  1 week 2 week 1 month 5 months 1 year 2 year Overall
Votes 0 0 0 0 0 0 2
Rating 0 0 0 0 0 0 1.0
Added: Fri Mar 31 2006 Last Modify: Fri Mar 31 2006
Added by: Send Feedback to:


Page Visited Visited: 0
Rate:


Add commentAdd comment (Comments: 0)  

Advertisement

Partners

Related Resources

Other Resources

arrow