On a low bandwidth, high latency network connection (like the one at the conference here in Bangalore), it's readily apparently that my blog would load way faster it the content was compressed.
Mental note: Install mod_gzip on web server soon. Very soon.
To those of you who read my web site from half way around the world on a regular basis: why didn't anyone point this out sooner? Seriously. It's a simple thing I can do to make your life a tiny bit better.
Posted by jzawodn at December 03, 2003 02:51 AM
mod_gzip's a big hack in Apache 1.3. But I guess it'll work on your static content.
Apache 2.0's layered I/O is much nicer.
I vouch for Apache 2 also. mod_deflate comes with the distribution, and plays well with other apache modules.
If you want to stick with Apache/1.3, I wouldn't recommend mod_gzip. It uses a tmpfile instead of doing on-the-fly compression, and it has a very unfriendly license.
Instead, take a look at mod_deflate-1.0.19 for Apache/1.3.x:
Yes, there really is a version of mod_deflate that doesn't require Apache/2.0. It does, however, require that you use Babelfish to translate the Russian documentation into English. :-)
Well... it looks like you site is PHP based (at least by looking at the HTTP headers it's producing). I'm sure you know this, with PHP, you can use the ob_gzhandler function to get the same effect. I just turned this on on my site and it works great. Dropped my front page's size from ~30kb to ~7kb.
Here's an entry I wrote up about it.
http://www.manalang.com/archives/2003/12/03/this_site_is_now_compressed.php
Geez, mysql, apache 1.3, mod_gzip. How does anybody take you seriously? Postgres, httpd 2.x, mod_deflate are *much* better.
It would be more interesting if Larry had two brothers named Darrell...
"Hi. I'm Larry. This is my brother, Darrell, and this is my other brother, Darrell..."
Geez, mention it?
I thought for sure you'd have it enabled already... ;)
Jeremy should have gotten the reference Larry, don't worry about it :)
Well... asking for suggestions?
($:~)-> chkwww -c -t1 http://jeremy.zawodny.com/
IP address: 157.134.160.101
Hostname: jeremy.zawodny.com
Official hostname: family.zawodny.com
Server can resume: Yes
Server running: Apache/1.3.26 (Unix) PHP/4.2.2
Why not update/grade your WHOLE Apache straight away?! ;-)
Keep an eye on port 8080. That's where the new one is slowly coming on-line.
No problem accessing your blog from here. Was prolly just the b/w at the conference.