I know that IIS allows you to compress the files being server. Any idea what the compression ratio is?
Thanks!
I know that IIS allows you to compress the files being server. Any idea
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Compression always depends heavily on what you’re compressing. An HTML file will shrink considerably more than a JPEG file, for instance.
Furthermore, both the server and the web browser must support a compression method in order for this compression method to be used in a HTTP transfer. gzip and deflate are the most common (see this page). The compression ratio depends on which method is used and also the actual data being compressed.