Top 10 Free Javascript Compressors
1
Apr3
Apr3
If you don’t already, you really should get in the habit of compressing your Javascript.
In a survey of ten top U.S. web sites, minification achieved a 21% file size reduction.
This can allow your website to load up to 80% faster! Save bandwidth, hosting fees and decrease load time all at once.
Here is a list of the top 10 free Javascript compressors:
- MinifyJS.com Javascript Compressor – Really cool and easy to use to minify Javascript. The interface is well laid out and intuitive to use for even the beginner programmer; additionally there is a drop down selector where you can choose advanced compression options for your code, such as: Char sets, fast/slow mode, numeric compression, high ASCII compression and whether or not to use Javascript obfuscation.
- JSCompress.com – This cool utility lets you choose between two very different forms of compressing, JSMin or Packer by Dean Edwards; thus allowing you to compare which method has the smallest file size.
- JavascriptCompressor.com – One of the more popular tools used by programmers plus it has forums where you can discuss all your compression desires!
- MinifyJavascript.com Javascript Compressor – A simple and straight forward utility with great compression tutorials and optional advanced compression settings.
- Yahoo! YUI Compressor – Since Yahoo! basically coined the term “minify,” it is only proper that have their own utility, beware though, intermediate programming knowledge required.
- Google Minify – Just because Google out its name on it, doesn’t make it easy to use or understand; this application if for expert users only. Also works with CSS.
- ShrinkSafe– The Dojo Toolkit, a different and interesting approach to code compression.
- Huffman Javascript Compression – Another very basic Javascript compressor, no bells and whistles just straight minifying.
- Code and Coffee – Great compressor for beginners; Select from 3 levels of compression (high, medium and low) then click compress and you’re on your way to a faster website.
- Creativyst JS Compressor – Sure it is a bare bones utility, but hey it does what it advertises.
Related Blogs
- Related Blogs on Minify
- Minify JavaScript code to obfuscate details and decrease load …
- on Code » New Kohana Module: Minify
- Craig Andrews » Compression (deflate) and HTML, CSS, JS …
- Minify css in ZendFramework
- Related Blogs on Website Optimization
- Website Optimization: Compression Is Key | Internet Marketing Online
- Search engine optimization – excellent solution for high-ranking …
- Toms Home Business Blog » Blog Archive » What is Search Engine …
- Understanding Search Engine Optimization | Bid for a Link
- Website Optimization: Making It Accessible | Domain Names, Web …
2:50 am on June 4th, 2009
holy schmolly!!! after file compression it took my website from a 3.1 second load time to .34 seconds! holy crap, thanks