OZONE Asylum
FAQ
How do I reduce my bandwidth use on my web site?
This page's ID:
5808
Search
QuickChanges
Forums
FAQ
Archives
Register
You are editing "How do I reduce my bandwidth use on my web site?"
Who can edit an FAQ?
Anyone registered may edit an FAQ.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
This is a tricky issue and varies depending on where the main areas of use are and you will need easy access to your logs to find out where the problem is coming from. [b]Trace the worst abusers[/b] And contact their ISP. [b]Block external linking[/b] In Apache you can block thing through your .htaccess file. [url=http://www.fleiner.com/bots/#banning]Banning bad robots from the site[/url] [b]Page caching[/b] As far as anyone can tell the revisit metatag is largely ignored by search engines and they index at will (which, on popular sites) might be once a day which soon mounts up. One of the best solutions seems to be to use the If Modified Since header which tells anything indexing your site that the page hasn't changed since last time and so it can use the old information: [url=http://www.webmasterworld.com/forum3/6005.htm]Are you using If Modified Since?[/url] [url=http://www.webmasterworld.com/forum88/1857.htm]php if-modified-since header[/url] [url=http://www.mnot.net/cache_docs/]Caching Tutorial for Web Authors and Webmasters[/url] [url=http://linux.oreillynet.com/pub/a/linux/2002/02/28/cachefriendly.html?page=1]Cache-Friendly Web Pages[/url] [url=http://fishbowl.pastiche.org/2002/10/21/http_conditional_get_for_rss_hackers]HTTP Conditional Get for RSS Hackers[/url] [b]Consider compressing your pages[/b] Some browsers support page compression. The best approach is to use something like Apache's mod_gzip module: [url=http://www.schroepl.net/projekte/mod_gzip/]mod_gzip - serving compressed content by the Apache webserver[/url] PHP allows you to define when compression is used: [url=http://www.php.net/ob_gzhandler]PHP function: ob_gzhandler()[/url] Compression can also be turned on across your site through your .htaccess file using: php_flag zlib.output_compression on ____________________ [internallink=4626]Emperor[/internallink] [small][i](Added by: [url=http://www.ozoneasylum.com/cgi-bin/ubbmisc.cgi?action=getbio&UserName=Emperor]Emperor [/url] on Mon 03-Nov-2003)[/i][/small] [small][i](Edited by: [url=http://www.ozoneasylum.com/cgi-bin/ubbmisc.cgi?action=getbio&UserName=Emperor]Emperor [/url] on Mon 03-Nov-2003)[/i][/small]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »