Reducing bandwidth (IIS7/Server 2008) - Posted (1200 Views)
Senior Member
Astralis
Posts: 1218
1218
Besides many of the tricks by designing the site (sprites instead of multiple images), what are some ways to reduce bandwidth using the tools on IIS7? I'm using a Pentium D processor so I'm hesitant to put any stress on it and haven't touched compression, but has anyone else had success with it?
I'm currently using an average of 5GB a day and on very busy days I reach 10GB (across ~10 sites). I use very few images in my designs and I don't host any media (video or mp3).
What are the best ways to find out what is using the bandwidth and how can I reduce it?
Thanks in advance!
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Snitz Forums Admin
RichardKinser
Posts: 16655
16655
AWStats (and probably other stats programs) can show you which pages and which types of files are consuming the most bandwidth.
Posted
Senior Member
Astralis
Posts: 1218
1218
I've been trying not to install any stats applications on my server because it's only a Pentium D with a small hard disk. I think I might not have a choice.
Posted
Snitz Forums Admin
RichardKinser
Posts: 16655
16655
AWStats only processes once per day if you have it setup automatically, or when you manually do it. It's not continuously monitoring. Basically it just parses your IIS Logs and creates readable tables using the data it collects.
Posted
Support Moderator
Shaggy
Posts: 6780
6780
Have a read of this article for some ideas.
Search is your friend “I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Posted
Support Moderator
Podge
Posts: 3776
3776
If its mostly text your webserver is serving then compression should yield considerable bandwidth savings even on the lowest compression setting. I would not use any of the higher settings as the resulting delays due to the extra cpu overhead mitigate the small increase in compression.
 
You Must enter a message