 |
|
Innovation award
 Nominee: 5x |
This class can be used to serve one or more files compressing them if the user browser supports compression.
It can serve one or more files in the same request. If the files are Javascript or CSS, they can be processed first to remove needless comments and white space.
If the browser supports compression, the class may compress the files data before serving to the browser.
The resulting data may be stored in a cached directory to avoid processing overhead in subsequent requests of the same data.
The class checks the HTTP request headers to avoid serving data that did not change if the browser has cached the data and it was not changed since last time it was served.
|
|
| Name: |
GzOutput |
| Base name: |
gzoutput |
| Description: |
Serve compressed files if the browser supports it |
| Version: |
0.5 |
| PHP version: |
4 |
| License: |
MIT/X Consortium License |
| All time users: |
792 users |
| All time rank: |
3764 |
| Week users: |
0 users |
| Week rank: |
2039  |
| |
|
| There are not enough user ratings to display for this class. |
| |
Packages needed by this class |
|
|
| Class |
Dependency |
Why it is needed |
| SourceMap |
Required |
Use this class to map source codes |
| Cruncher class |
Required |
Required to remove comments and reduce sorces size |
| |
Applications that use this class |
|
|

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|