https://github.com/visavi/compressor
Data compression and result output compression
https://github.com/visavi/compressor
Last synced: over 1 year ago
JSON representation
Data compression and result output compression
- Host: GitHub
- URL: https://github.com/visavi/compressor
- Owner: visavi
- Created: 2015-06-19T13:47:27.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-23T20:41:44.000Z (about 11 years ago)
- Last Synced: 2025-01-26T01:24:58.054Z (over 1 year ago)
- Language: PHP
- Homepage: http://visavi.net
- Size: 129 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Data compression and result output compression
[](https://packagist.org/packages/visavi/compressor)
[](https://packagist.org/packages/visavi/compressor)
[](https://packagist.org/packages/visavi/compressor)
[](https://packagist.org/packages/visavi/compressor)
Basic useful feature list:
* Compress the page on the fly and outputs the result as a percentage of compression
* There is a check on the installed library gzip or included directive zlib.output_compression
* Specifies the gzip compression is turned on by default on the server
* Compression support also checked the visitors browser
* 3 compression method (gzip, x-gzip, deflate), depending on which method of operating the user's browser
```php