
Bandwidth Issues
I've been busy lately, so haven't had a chance to write the celebrity names article that I promised to a couple of weeks ago. I'll try to do it this weekend.
Traffic on this site is growing quickly, as webmasters appear to be using the Related Searches function to drill down to long tail results.
Alas, since this was initially a designed to be a small tool for a few users, we're currently on a fairly budget hosting scheme. It appears that our banners are using up more bandwidth then our content, so we'll have to clean them up a bit.
Also, we've just turned on PHP zlib compression, following the instructions here:
http://www.desilva.biz/php/zlib.html
It was very easy to set up, though I don't yet know how to verify the results. Pages appear to be loading faster, but without quantitative data it's impossible to say whether or not this is due to the compression. One thing we'll have to bear in mind is that this method has been known to cause issues when used with Drupal's caching system.
- Jon's blog
- Login or register to post comments




The compression appears to be working well. Pages that were over 40,000 bytes are now under 10,000 bytes.
Next I need to implement css compression. Here's a tutorial:
http://www.fiftyfoureleven.com/weblog/web-development/css/the-definitive-css-gzip-method
The above gave internal server errors. So I've tried this:
http://www.bluehostforum.com/showthread.php?t=11402
I added the code to the .htaccess. Don't know if it works or not yet though.