LebGeeks

A community for technology geeks in Lebanon.

You are not logged in.

#26 May 15 2011

arithma
Member

Re: Lebgeek text content is not compressed

So someone else also thought that benchmarking compression is useful. Here's the link:
http://www.dotnetperls.com/compression-aspnet
It alleviates most of my concerns (2ms to 20ms of compression, which is rather useful especially for our part of the world). Perhaps it's more important for them when their connection speeds are a lot higher, and indeed CPU time could become more valuable in that case.

In Firebug, under Net tab, I can verify that the webserver is sending compressed data.

HTTP/1.1 200 OK
Server: nginx
Date: Sun, 15 May 2011 19:27:38 GMT
Content-Type: text/html; charset=iso-8859-1
Transfer-Encoding: chunked
Connection: keep-alive
Expires: Thu, 21 Jul 1977 07:30:00 GMT
Last-Modified: Sun, 15 May 2011 19:27:38 GMT
Cache-Control: post-check=0, pre-check=0
Pragma: no-cache
Content-Encoding: gzip

Last edited by arithma (May 15 2011)

Offline

#27 August 14 2012

arithma
Member

Re: Lebgeek text content is not compressed

Offline

Board footer