ProWorks Blog Rotating Header Image

Posts Tagged ‘performance’

Speed Up Your ASP.NET Web Site with Gzip Compression

I’ve used gzip compression on Apache/PHP projects before and the results are usually awesome. Especially for static files like CSS and Javascript files that compress to 30% of their original size.
Now that we’re using ASP.NET and Umbraco so much these days I needed to figure out how to get gzip compression working in IIS. [...]