Tokenizing JavaScript: A look at what’s left after minification

Posted by InfinitiesLoop on ASP.net Weblogs See other posts from ASP.net Weblogs or by InfinitiesLoop
Published on Wed, 21 Apr 2010 18:53:00 GMT Indexed on 2010/04/21 19:03 UTC
Read the original article Hit count: 605

Filed under:
|
|
Minifiers JavaScript minifiers are popular these days. Closure , YUI Compressor , Microsoft Ajax Minifier , to name a few. Using one is essential for any site that uses more than a little script and cares about performance. Each tool of course has advantages and disadvantages. But they all do a pretty good job. The results vary only slightly in the grand scheme of things. Not enough to make so much of a difference that I’d say you should always use one over the other – use whatever fits in with your...(read more)

© ASP.net Weblogs or respective owner

Related posts about AJAX

Related posts about JavaScript