Innovation Award
 June 2006
Number 2 |
The surge of interest on AJAX and other Javascript dependent applications lead to the development of large Javascript libraries that are served to the browsers.
Serving many Javascript files increases the bandwidth usage and the application loading overhead.
This class provides a solution that fights this problem by eliminating unnecessary data from Javascript files or using alternative representation of values that take less space.
Manuel Lemos |
This package can be used to pack JavaScript code to reduce its size.
It can remove comments, white space and convert the code to a more packed style.
There is also a class that can cache several packed JavaScript code files until they are changed to avoid the overhead of packing the same JavaScript files.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (75.0%) |
Sufficient (75.0%) |
Sufficient (70.0%) |
- |
- |
- |
Not sure (52.0%) |
1189 |
| Month: |
Not yet rated by the users |
| Class |
Dependency |
Why it is needed |
| SourceMap |
Required |
Generates the JS source code map. |
| Link |
Description |
| Deploy PHP like a Starfleet Commander |
Ruby on Rails brought with it a lot of good practices in regards to code structure and maintenance. At least for me, my experience with RoR two years ago was the first time I’d used subversion and deployed my code (via capistrano)... |
| Javascript Compressor |
Javascript compressors, or packers, are tools that compress the javascript file, saving bandwidth... |
| WP-Scripts 1.1 |
My “update” of the original WP-Scripts by Cheon Young Min, has been accepted into the Wordpress Plugin Repository... |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| Link |
Description |
| devpro |
personal codes and updates |
| JSDateChooser |
Example of a JS component that use JSCCacher |