Skip to content

davidmurdoch/DEFLATE-Compression-for-IIS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simply put, this provides an easy way to enable DEFLATE (or GZIP if you like sending extra bytes in your response) compression on IIS.

IIS's deflate compression mechanism only compresses responses with a status code of 200; this will compress any response.

Fork it, edit it, pull-request it, make fun of it, whatever.

TODO:

  • Add option to limit compression to responses that are over a certain length (like minFileSizeForComp)
  • Do we need to filter out responses that don't have content, like 204, 303, and 304?
  • Caching.
  • Benchmark against the default compression mechanism. Is it even worth it?
  • Make it better

About

Superior DEFLATE compression for .net using DotNetZip's Ionic.Zlib

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published