Compression Information and Statistics

Here is a complete list of all JavaScript code.

Many links don't work. This is just a demo file. The links here at the top do work, though (as do the TOP links below).

  JS File Bytes Summary When downloaded
Orig Now %
GO js_maxc/ validate_form 158603 26682 83.17686 Maximum compression, with no error-checking. Use this when minimal client download is critical. Core functionality. Always downloaded (when importing from js_maxc/).
GO js_maxc/ vf_stASIF 5545 490 91.16321 Maximum compression, with no error-checking. When the validate_form.loadVF() parameter s_sifCfgUrl, as provided by you, is defined.
GO js_stdc/ vf_dbgVF 4085 1295 68.29865 Standard compression, with full error-checking. When you activate it.
 
Total 168233 28467 %83.078       (%16.921 of original)
Average 56077 9489



















TOP View log js_maxc/validate_form.js
When Downloaded: Core functionality. Always downloaded (when importing from js_maxc/).

Maximum compression, with no error-checking. Use this when minimal client download is critical.

Line two...

Line three...

View Step Bytes Step Description
This Original Previous
Less % of % improved Less % of % improved
GO   158603  
GO 1 73949 84654 46.62522 53.37477 84654 53.37477 53.37477 Eliminated all comments.
GO 2 72913 85690 45.97201 54.02798 1036 1.400965 1.400965 Eliminated my personal sanity checks.
GO 3 57409 101194 36.19666 63.80333 15504 21.26369 21.26369 Eliminated error checking.
GO 4 40099 118504 25.28262 74.71737 17310 30.15206 30.15206 Eliminated unneeded spaces.
GO 5 32666 125937 20.59607 79.40392 7433 18.53662 18.53662 Eliminated unneeded line breaks.
GO 6 26682 131921 16.82313 83.17686 5984 18.31874 18.31874 Replaced all identifiers with one/two character tokens.





TOP View log js_maxc/vf_stASIF.js
When Downloaded: When the validate_form.loadVF() parameter s_sifCfgUrl, as provided by you, is defined.

Maximum compression, with no error-checking.

View Step Bytes Step Description
This Original Previous
Less % of % improved Less % of % improved
GO   5545  
GO 1 3833 1712 69.12533 30.87466 1712 30.87466 30.87466 Eliminated multi-line comments.
GO 2 2290 3255 41.29846 58.70153 1543 40.25567 40.25567 Eliminated error checking.
GO 3 979 4566 17.65554 82.34445 1311 57.24890 57.24890 Eliminated single-line comments.
GO 4 926 4619 16.69972 83.30027 53 5.413687 5.413687 Eliminated unneeded spaces.
GO 5 678 4867 12.22723 87.77276 248 26.78185 26.78185 Eliminated unneeded line breaks.
GO 6 490 5055 8.836789 91.16321 188 27.72861 27.72861 Replaced all identifiers with one/two character tokens.





TOP View log js_stdc/vf_dbgVF.js
When Downloaded: When you activate it.

Standard compression, with full error-checking.

View Step Bytes Step Description
This Original Previous
Less % of % improved Less % of % improved
GO   4085  
GO 1 2190 1895 53.61077 46.38922 1895 46.38922 46.38922 Eliminated all comments.
GO 2 2032 2053 49.74296 50.25703 158 7.214611 7.214611 Eliminated unneeded spaces.
GO 3 1747 2338 42.76621 57.23378 285 14.02559 14.02559 Eliminated unneeded line breaks.
GO 4 1295 2790 31.70134 68.29865 452 25.87292 25.87292 Eliminated unneeded line breaks.