Search: minify
*Programming A Hidden Cost of Javascript
Submitted by matt 204 days ago (more from carlos.bueno.org)Any savvy web developer can tell you how many kilobytes their code consumes. They bundle, minify, compress and tune the data sent out to within an inch of its life. Wire weight is easy to measure and has a direct impact on your application's launch time. But how many milliseconds does it take the user's computer to parse and load your code once it's arrived?
*Programming minify - Combines, minifies, and caches JavaScript and CSS files on demand
Submitted by matt 216 days ago (more from code.google.com)Minify is a PHP5 app that helps you follow several of Yahoo!'s Rules for High Performance Web Sites. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers.
*Programming Hosted version of Closure Compiler
Submitted by matt 248 days ago (more from closure-compiler.appspot.com)A hosted version of Closure Compiler (just paste in your code), a tool for making JavaScript download and run faster. It is a true compiler for JavaScript. Instead of compiling from a source language to machine code, it compiles from JavaScript to better JavaScript. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left.
*Miscellaneous Online JavaScript and CSS Compression Using YUI Compressor
Submitted by matt 276 days ago (more from refresh-sf.com)The YUI Compressor is JavaScript minifier designed to be 100% safe and yield a higher compression ratio than most other tools. According to Yahoo!'s Exceptional Performance Team, 40% to 60% of Yahoo!'s users have an empty cache experience and about 20% of all page views are done with an empty cache. This fact outlines the importance of keeping web pages as lightweight as possible.
*Programming Closure Compiler - make JavaScript download and run faster
Submitted by matt 286 days ago (more from code.google.com)Closure Compiler is a tool for making JavaScript download and run faster. It is a true compiler for JavaScript. Instead of compiling from a source language to machine code, it compiles from JavaScript to better JavaScript. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left.
*Miscellaneous Scriptalizer
Submitted by matt 1 year and 184 days ago (more from scriptalizer.com)Combine and Minify Your Javascript and CSS!
- 1