Why Can't I Pre-Zip Server Files?
Posted
by ThinkBohemian
on Server Fault
See other posts from Server Fault
or by ThinkBohemian
Published on 2010-05-24T14:35:57Z
Indexed on
2010/05/24
14:41 UTC
Read the original article
Hit count: 257
It's just good common sense to have your server gzip your files before they send them to users (I use Nginx) Is there anyway to save the server some overhead and pre-zip those files for the server, and if not why?
For instance rather than giving the server an myscript.js and having the server zip the file and send it to the user, is there a way to create myscript.js.zip so the server doesn't have to?
© Server Fault or respective owner