📜 ⬆️ ⬇️

How gzip compression affects server performance

Several articles and optimization translations ( gzip for Apache , gzip for CSS and JS files , CSS compression , JS compression ) have already touched upon the use of archiving to reduce the size of files, and thus increase the speed of their transfer to the end user. In this study, I wondered: how does dynamic gzip compression affect server performance? Is it profitable to include mod_gzip / mod_deflate for high-load projects? And in which cases it is generally better not to use archiving?

Separately, I would like to say thanks to one of Habr's readers, who in personal correspondence (unfortunately, the original letter was irretrievably lost, so I would be grateful if he reminds himself) persistently tried to clarify this issue, which served as an excellent incentive for writing this article.

read further on webo.in →

')

Source: https://habr.com/ru/post/23087/


All Articles