Bandwidth

  • balko
  • Beginner
  • Beginner
  • No Avatar
  • Joined: Apr 21, 2004
  • Posts: 39
  • Loc: Lancaster, Pa
  • Status: Offline

Post July 21st, 2004, 3:43 pm

What are some ways you could lower bandwidth?
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post July 21st, 2004, 3:43 pm

  • mizan
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Jul 21, 2004
  • Posts: 5
  • Status: Offline

Post July 21st, 2004, 5:38 pm

no images, no file downloading :)
  • 123-host-me.com
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Jul 09, 2004
  • Posts: 5
  • Status: Offline

Post July 21st, 2004, 5:44 pm

no visitors <-- sorry could not resist it
  • datona
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Jul 18, 2004
  • Posts: 8
  • Loc: Canada
  • Status: Offline

Post July 21st, 2004, 6:14 pm

Optimization would be the best BUT it is hard for us to assist you if we do not know what your website offers.
If you give us some details and/or URL, then we could probably help you out
  • creativearc
  • Born
  • Born
  • No Avatar
  • Joined: Jul 21, 2004
  • Posts: 3
  • Loc: Minneapolis, MN
  • Status: Offline

Post July 21st, 2004, 9:34 pm

Sometimes simple things are overlooked, such as reducing the bit depth of images or color tables. Often times you can get by with a much smaller file, especially with GIF, simply by tweaking the parameters and going as low as you can while retaining quality.

I believe some people compress CSS and HTML documents at the Web Server level as well.
  • Revise Media
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Jul 13, 2004
  • Posts: 5
  • Status: Offline

Post July 22nd, 2004, 5:44 pm

As was mentioned earlier, consider reducing the size of your images. You can do this by actually reducing the dimensions of the image (if you have some that are bigger than necessary), or by reducing the quality (e.g. reduce GIFs to 128 colors, reduce JPGs to 80, etc).

If you use the same CSS or Javascript on several pages, put them in external files so that they are cached by visitors' browsers. To load external files, for example:
Code: [ Select ]
<script language="JavaScript" src="/main.js" type="text/javascript"></script>
<style type="text/css">@import "/style.css";</style>
  1. <script language="JavaScript" src="/main.js" type="text/javascript"></script>
  2. <style type="text/css">@import "/style.css";</style>


For more specific comments, please indicate the URL of the website this question regards.
  • Ub3rl33t
  • Novice
  • Novice
  • No Avatar
  • Joined: Jul 23, 2004
  • Posts: 34
  • Status: Offline

Post July 23rd, 2004, 3:35 pm

Take out tags that do nothing in your web page. Like if you have some font tags you dont need etc or some <u> tags etc.

Also take out stuff like double line spacing.
  • Daemonguy
  • Moderator
  • Web Master
  • User avatar
  • Joined: Jan 23, 2004
  • Posts: 2675
  • Loc: Somewhere outside the box in Sarasota, FL.
  • Status: Offline

Post July 25th, 2004, 11:08 am

mod_gzip
"It's always a long day, 86,400 won't fit into a short."
  • BartAfterDark
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Jul 21, 2004
  • Posts: 120
  • Status: Offline

Post July 25th, 2004, 2:56 pm

If you use php-nuke, then that maybe be the problem. It is bad.
  • priyanka-m6.net
  • Student
  • Student
  • No Avatar
  • Joined: Jul 24, 2004
  • Posts: 83
  • Loc: Australia
  • Status: Offline

Post July 29th, 2004, 11:00 pm

balko wrote:
What are some ways you could lower bandwidth?


I feel in the following manner one can reduce the bandwidth-
1.Compresses image files

2.Get rid of excesssive blank spaces in your HTML. It might look trivial but it will save some of bandwidth.

3.Try to use Static HTML pages instead of Dynamic pages
  • Vladdrac
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Feb 04, 2004
  • Posts: 2136
  • Loc: Louisville, Ky
  • Status: Offline

Post July 29th, 2004, 11:14 pm

If you have a lot of visitors downloading large files, I would suggest you go with bit torrent, that can save you a whole lot of bandwidth
  • Nem
  • Guru
  • Guru
  • No Avatar
  • Joined: Feb 13, 2004
  • Posts: 1243
  • Loc: UK
  • Status: Offline

Post July 30th, 2004, 3:49 am

How much bandwidth you reckon is an average amount needed?

5gb? This is a very small website, maybe for small businesses
GSDomains.com -Click here - Packages starting from £3.69 a month. 1.5GB Space & 10GB Bandwidth.
  • rDolay
  • Expert
  • Expert
  • No Avatar
  • Joined: Jan 16, 2004
  • Posts: 541
  • Status: Offline

Post July 30th, 2004, 4:38 am

The only way to lower your bw. usage , protect your site for hotlinks.
All the other methods just cause you to lower your service quality only.
Best Wrist Watches
  • Daemonguy
  • Moderator
  • Web Master
  • User avatar
  • Joined: Jan 23, 2004
  • Posts: 2675
  • Loc: Somewhere outside the box in Sarasota, FL.
  • Status: Offline

Post July 30th, 2004, 5:03 am

Hmm. I disagree. My evaluation of various compression techniques have shown a decrease in BW utilization greater than 60% (avg 56%), with no performance degradation at all.
In fact, HTTP 1.1 has been around for some time, and handles the decompression quite nicely; this of course means the end user obtains the material more quickly and user-land experience is somewhat improved since decompression is handled on the fly.

Through gzip or compress you can reduce the transmitted filesize, without decreasing quality of content all the while increasing userland experience through faster downloads.
If you save a few bucks in bw costs each month, all the better. ;)
On the cheap you can accomplish this with apache modules, or use a product like NetScaler to compress on the wire.

Cheers.
"It's always a long day, 86,400 won't fit into a short."
  • madmonk
  • Mastermind
  • Mastermind
  • No Avatar
  • Joined: May 04, 2004
  • Posts: 2115
  • Loc: australia
  • Status: Offline

Post July 30th, 2004, 1:36 pm

protect yr site from hotlinking :-)
Tattoos Gallery
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post July 30th, 2004, 1:36 pm

Post Information

  • Total Posts in this topic: 17 posts
  • Users browsing this forum: No registered users and 36 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.