Do you guys use gzip in your applications? Is it a major benefit? Are there drawbacks?
Page 1 of 1
Gzip major benefit or not?
#2
Posted 19 February 2013 - 11:31 AM
For what precisely? Data storage? Transport encoding?
programmer /ˈprəʊgramə/, noun: a device that converts ►coffee into ►code
#3
Posted 22 February 2013 - 08:44 AM
We do. The benefit is significant but never do it on PHP side. Use Apache or nginx module. deflate works even better btw.
#4
Posted 22 February 2013 - 11:09 AM
Correct me if I'm wrong ... but isn't deflate just gzip sans header and checksum?
programmer /ˈprəʊgramə/, noun: a device that converts ►coffee into ►code
#5
Posted 22 February 2013 - 11:31 AM
Gzip is good:
http://www.askapache...ompression.html

That reminds me to actually go and configure my own server to use this..
http://www.askapache...ompression.html
That reminds me to actually go and configure my own server to use this..
"Less noise - more signal"
#6
Posted 22 February 2013 - 03:45 PM
Speaking of which. Just the other day I found out I could do this in nginx:
gzip_types text/* application/*+xml;
programmer /ˈprəʊgramə/, noun: a device that converts ►coffee into ►code
Share this topic:
Page 1 of 1

Help














