Group | Extension | Optimization | ~Optimization (disabled) |
HTML | html
htm
inc | HTML compression
Performs the following optimizations:- replaces tab characters with spaces
- removes line-termination CR-LF characters
- replaces multiple spaces with a single space
- removes leading and trailing spaces
- removes space between two html tags (for example, "<ul> <li>")
| no compression |
CGI | cgi
cgx | CGI compression
Optimizes scripts for maximum performance on TCPnet web server:- checks the script syntax
- replaces T,C,I,# script commands with tokens
- replaces tab characters with spaces
- removes line-termination CR-LF characters
- removes multiple spaces
- removes comments from script lines
- groups small t-commands
| white space removal but without grouping of small t-commands |
CSS | css | CSS compression
Parses and removes redundant information:- replaces multiple spaces with a single space
- removes line-termination CR-LF characters
- replaces tab characters with spaces
- removes "/*" and "//" style comments
- removes redundant spaces inserted in the 1st step
- removes spaces nearby a delimiter: :;{}
| no optimization |
JS | js | JS compression
Parses and removes redundant information:- replaces tab characters with spaces
- replaces multiple spaces with a single space
- removes line-termination CR-LF characters
- removes "/*" and "//" style comments
- removes redundant spaces inserted in the 1st step
- removes spaces nearby a delimiter: .,:;=!+-*/&|<>(){}"?
| no optimization |
others | .* | not affected | not affected |