How to reduce bandwithd usage...

Discussion in 'HTML & Website Design' started by rahmanalwi, Nov 25, 2007.

  1. #1
    I am looking for ways to reduce the bandwidth usage for one of my website. Since I have a free download page for some ebooks, my bandwithd usage is being sucked to the max in just 10 days beginning of this month.

    I would like to maintain my download page, but is there anyway I could reduce this high usage... I do not want to pay more for bigger hosting package at the moment... any genius ideas... appreciated. :confused:
     
    rahmanalwi, Nov 25, 2007 IP
  2. kentuckyslone

    kentuckyslone Notable Member

    Messages:
    4,371
    Likes Received:
    367
    Best Answers:
    0
    Trophy Points:
    205
    #2
    You could get yourself a rapidshare account for your downloads
     
    kentuckyslone, Nov 25, 2007 IP
  3. PowerExtreme

    PowerExtreme Banned

    Messages:
    2,118
    Likes Received:
    75
    Best Answers:
    0
    Trophy Points:
    0
    #3
    u could disable hotlinking
     
    PowerExtreme, Nov 26, 2007 IP
  4. lucaspal

    lucaspal Peon

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I also think the best solution for your problem is to use Rapidshare or Megaupload to host your files. Or you can search another host that gives you more BW for the same money. Another possible solution is to ask the users to register before they can download (dont know if you are already doing this).
     
    lucaspal, Nov 26, 2007 IP
  5. kentuckyslone

    kentuckyslone Notable Member

    Messages:
    4,371
    Likes Received:
    367
    Best Answers:
    0
    Trophy Points:
    205
    #5
    You may already be doing this, but you should also be sure that all of your ebooks are in an archive format such as zip or rar
     
    kentuckyslone, Nov 26, 2007 IP
  6. izwanmad

    izwanmad Banned

    Messages:
    1,064
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #6
    yeah, I'm second that.

    there are many file sharing website out there that you can use.... rapidshare... megaupload... or whatever.
     
    izwanmad, Nov 26, 2007 IP
  7. maahan

    maahan Banned

    Messages:
    178
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    yes.. host your files on Free File Hosting Sites.(RapidShare,MegaUpload,Uploading.Com,etc,etc) and post the links on your website. until you get a good hosting your self.
     
    maahan, Nov 26, 2007 IP
  8. shararti

    shararti Guest

    Messages:
    179
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    yeah host files on file hosting site and use some anti leech script
     
    shararti, Nov 26, 2007 IP
  9. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #9
    Another option would be to set yourself up a tracker and seed as bittorrent... Though, looking at the page...

    Do you know what percentage of your bandwidth is actual downloads? Seriously, how many visits do you get vs. downloads of your content? It's very easy to blame your downloads when it could be that less than 5% of 'uniques' to your site never even touch them.

    Seriously, let's take your download page as an example:
    18k of html, 25k if you count the THREE calls to google ads - you've only got 5k of actual CONTENT there... anything over a 1:2 ratio of content to code unless the layout is extremely complex (this is not) usually means poor coding. Given that the page is mostly text the ratio should probably be 2:1, so something around 7-8k.

    23k of images in three files, this seems alright.

    5k of scripts in one file - also this is fine since it's the google ads.

    0k of CSS - you have your CSS inlined - since it's all the same page, CSS should be shared across pages tripping cache, meaning your CSS would only load once per site instead of on each and every hit - this is why inlined CSS AND inlined presentation are a /FAIL/ at bandwidth use.

    To make the user experience more enjoyable I would drop it down to calling google ads ONCE - if the user isn't going to click on the first one, they aren't going to click on the other two and the mere presence of that many ads will make the user go "SCAM" and leave. (or turn on their adblock if they have not already done so)

    But the big problem is all that inlined content - you get one visit from the 'yahoo bot of death' and your bandwidth for the month is GONE - yahoo's search engine can mistakingly assign ALL it's connections to simultaneously scan a site - I maintain a site where they did that to the forums and used 300 GIGS of bandwidth in 2 days. (I've since banned Yahoo's entire IP address range from accessing said site) - reducing the size of the actual HTML could greatly reduce your site traffic.

    For example, the following 7.5k should be ALL you need for HTML on your download page.

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en"><head>
    
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    
    <meta 
    	name="description" 
    	content="
    		toliveonline.com is a free information site about different
    		online business models and guides: download for free
    		ebooks and videos for you to learn
    	"
    />
    
    <meta name="keyword"
    	content="
    		free ebook download, download ebooks for free, 
    		online business ebook, online business video tutorial, 
    		cheap ebook, ebok
    	"
    />
    
    <link type="text/css" rel="stylesheet" href="screen.css" media="screen,projection" />
    
    <title> ToLiveOnline - Downloads</title>
    
    </head><body>
    
    <h1>
    	<span>To Live Online</span>
    	<strong>
    		HELPS YOU TO KNOW THE REAL <b>FACTS</b> ABOUT MAKING A LIVING ONLINE
    	</strong>
    </h1>
    
    <div id="container">
    	<h2>DOWNLOAD FREE EBOOKS &amp; VIDEO</h2>
    	<p>
    		Welcome! On this site, free ebook download is available for anyone who
    		wish to improve themselves. You also could could enjoy free video 
    		download&nbsp; for certain tutorials. Many different ebooks and videos
    		are available from time to time, and you could learn from these 
    		materials. It is totally free to download for now, therefore grab your
    		opportunity today. The free ebook downloads and video downloads offered
    		here are mainly for improving and developing your online business, and
    		developing your yourself.
    	</p>
    	<img src="../Pictures/download.jpg" 
    		width="394" height="184" 
    		alt="Black Hole" 
    		class="standoutImage even"
    	/>
    	<p>
    		You are encouraged to join toliveonline.com mailing list now and you 
    		will receive bonus ebooks send to your email which is not offered to
    		public. Number of free ebook to download plus videos which are available
    		will be increased from time to time, therefore you could enjoy 
    		downloading more as time goes on.
    	</p><p>
    		<strong>Mailing list members will definitely get more</strong> offers to
    		download the latest materials as some materials needs to be given on 
    		membership area only, and therefore do regularly check your email.
    	</p><p class="newSection">
    		Below are the materials available to download, plus more categories 
    		and materials will be added as time goes. Enjoy your downloadable ebooks
    		and videos (some videos are only to be viewed and not for downloading at 
    		the moment). To save the ebooks, just &quot;<strong>Right click and 
    		click Save Target As</strong>
    	</p>
    
    	<script type="text/javascript"><!--
    		google_ad_client = "pub-3216208008353937";
    		google_ad_slot = "5051247373";
    		google_ad_width = 728;
    		google_ad_height = 90;
    	--></script>
    	<script type="text/javascript"
    		src="http://pagead2.googlesyndication.com/pagead/show_ads.js"
    	></script>
    
    	<h3>ADSENSE</h3>
    	<p>
    		Learn and improve your adsense revenue. Personally, adsense have 
    		attracted large traffic to this website. This site's statistic shows
    		that the most visited page for toliveonline.com is the 
    		<a href="../Adsense/Adsense.htm">adsense page</a>. 
    		Adsense has been a way for any webmasters to generate revenue and 
    		monetize their websites. Hope the free ebook download and free video
    		download will help further to your success.
    	</p>
    
    	<ul class="downloadList">
    		<li>
    			<a href="MaximizeAdSense.exe">
    				Maximize Adsense
    			</a>
    			- a unique ebook/video which comes in form of .exe file. Do 
    			not worry, it is not a virus or anything, it is a just a way 
    			the author promotes his website by giving out free material. 
    			It is suitable for beginners in adsense. Information will be 
    			delivered via video tutorials.
    		</li><li>
    			<a href="AdSenseTips%20-%20O.pdf">
    				Adsense Tips
    			</a>
    			- get many useful ideas of improving your adsense revenue 
    			from multiple authors and webmasters.
    		</li>
    	</ul>
    
    	<h3>AFFILIATE</h3>
    	<p>
    		Affiliate marketing information offered here is still in the form 
    		of video which could be viewed from this website only. In future, 
    		it will be offered for download.
    	</p>
    
    	<ul class="downloadList">
    		<li>
    			<a href="video/44.html">
    				Affiliate 101
    			</a>
    			- is a unique video, explaining how one could see affiliate 
    			marketing as an option to start making money online.
    		</li>
    	</ul>
    
    	<h3>WEBSITE TRAFFIC</h3>
    	<p>
    		Generating traffic could be a big headache for most webmasters. Learn 
    		how your could generate your own traffic and start to achieve your 
    		website goal. No matter how good and useful is the content of a 
    		website, if the site could not be found by a reader who is looking 
    		for information, then the site is almost useless.
    	</p>
    	
    	<ul class="downloadList">
    		<li>
    			<a href="FreeGoogleTraffic.exe">
    				Generating Traffic From Google
    			</a>
    			- a unique ebook/video which comes in form of .exe file. 
    			Learn how your could use Google Image, Google News, Google 
    			Groups and many more ways to generate traffics from the 
    			biggest search engine in planet earth. Information is 
    			delivered via video tutorials.
    		</li>
    	</ul>
    
    	<h3>SELF IMPROVEMENT</h3>
    	<p>
    		The ebooks downloaded from this category is mainly for self 
    		improvement. It is not business related, but will definitely help
    		you to improve yourself and the way you look at others.
    	</p>
    	
    	<ul class="downloadList">
    		<li>
    			<a href="HOW-TO-USE-YOUR-MIND-O.zip">
    				How To Use Your Mind
    			</a>
    			- do you know your mind is the most powerful organ in you 
    			body? Let me ask you another question, do you know the 
    			strong muscle in your body? It is not your biceps or 
    			triceps, but it is your heart which does not take a break 
    			even a minute. Learn how to use your mind, and improve 
    			yourself.
    		</li><li>
    			<a href="science-of-getting-rich-O.zip">
    				Science Of Getting Rich
    			</a>
    			- everybody needs to have certain habit to become rich. Most 
    			successful rich people in the world are not born rich, but 
    			made themselves to become rich. Science of getting rich is 
    			an excellence material to read and to practice.
    		</li>
    	</ul>
    
    	<h3>REAL ESTATE</h3>
    	<p>
    		Are you into real estate, or do you want to learn more about real 
    		estate? Then you could definitely learn how you could improve your
    		knowledge about real estate.
    	</p>
    
    	<ul class="downloadList">
    		<li>
    			<a href="Tips%20For%20Buying%20A%20Home.pdf">
    				Tips For Buying A Home
    			</a>
    			- learn how and what you need to know about buying a home. Many 
    			useful information from reputable sources in the area of foreclosure, 
    			mortgage and etc. Highly recommended for home buyers or people 
    			intending to invest in property.
    		</li>
    	</ul>
    
    	<h3>WOMEN, MEN &amp; FAMILY</h3>
    	<p>
    		A collection of material concerning women or men or family development.
    	</p>
    
    	<ul class="downloadList">
    		<li>
    			<a href="women-buy-O.zip">
    				Women Buy
    			</a>
    			- explains how a women's buying habits. It touches various 
    			aspect, and highly recommended for people in retail industry 
    			if your would like to grab female related items' market.
    		</li>
    	</ul>
    
    	<div class="backLink"><a href="../index.htm">BACK TO MAIN PAGE</a></div>
    
    </div>
    
    <div id="footer">
    	&copy; 2006-2007 
    	<a href="http://www.toliveonline.com">
    		www.toliveonline.com
    	</a> 
    	All Rights Reserved.
    </div>
    
    </body></html>
    
    Code (markup):
    At least, plus or minus a wrapper or two. (100 bytes or so). I have time later today I'll toss together matching CSS for that to make it look as it should.

    Which would also likely result in higher search engine rankings since the markup is more semantic. (which could also cost you bandwidth by way of more feet in the door)

    I DOUBT that the entire site would need more than 5k of CSS, meaning you would be looking at 6k less for the first page view on the site, and upwards of 13k saved on subsequent pages... doesn't sound like a lot, but how many pageviews do you get vs. downloads? (you should have a rough idea since you've got urchin AND altavista in the home page)

    Though, in creating this edit I noticed you also have directory structure issues I'd consider adjusting to make your life easier.
     
    deathshadow, Nov 26, 2007 IP
    terminator69 likes this.
  10. rahmanalwi

    rahmanalwi Peon

    Messages:
    83
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #10
    deathshadow... i am scared looking your comment man... I never received such a detail comment via a forum.
    Thank you very much for your inputs.... I will try your ideas definitely
     
    rahmanalwi, Nov 27, 2007 IP
  11. twistedspikes

    twistedspikes Notable Member

    Messages:
    5,694
    Likes Received:
    293
    Best Answers:
    0
    Trophy Points:
    280
    #11
    Deathshadow usually leaves detailed replies. They are always great though.

    I'd go with the ideas already said, if it's downloads that are taking up your bandwidth, use rapidshare or something. If it's not then you need to cut down that html file as DS said (which wouldn't be a bad idea even if it is the downloads).
     
    twistedspikes, Nov 27, 2007 IP