Annie Site Admin
Joined: 19 Jun 2005 Posts: 23
|
Posted: Wed Jan 31, 2007 6:15 am Post subject: How i reduce bandwidth usage ? |
|
|
You should first try to optimize the graphics on your website. Many GIFs look just as good with fewer colors, and many JPEGs look just as good with a higher compression level.
You should also analyze the HTML code of your site. Make sure you use relative paths, so that images are not downloaded more than one time. Remove any extra spacing and when linking to other pages, use relative paths and not absolute links. This can save you a lot of bandwidth.
Best of all, optimizing your page like this makes the user experience better as your site will load faster for them! |
|