Hi
I am looking at my performance in yslow and even though I gzipped my css and js scripts it says I should gzip my html page.
Compression reduces response times by reducing the size of the HTTP response. Gzip is the most popular and effective compression method currently available and generally reduces the response size by about 70%. Approximately 90% of today's Internet traffic travels through browsers that claim to support gzip.
I am wondering should I do this? And if so how do you do that when using asp.net mvc with C#?