Is there any performance hit involved in choosing gzip over deflate for http compression?
问题 We recently switched some of our sites from deflate to gzip and noticed a significant increase in cpu load on our servers. 回答1: Is it possible that you are experiencing cache miss? That is, compressed content is sometimes cached compressed but switching compression schemes would (or at least should) invalidate that cache causing dramatically increased cpu utilization. Did you try switching it back? 回答2: gzip is, basically, deflate with some additional headers. So there should not be a