Learning Center
Bandwidth and Data Transfer
In other words, the larger your web files, the higher the bandwidth usage. Also, the more requests to your website, the more "bandwidth" you will use.
- Build simpler, more efficient websites. Remove any unnecessary text, images or other files. Keep your pages as small as possible.
- Optimize your graphics. Use JPEG image format for photos and GIF form for graphics.
- Refrain from fancy flash presentations, audio or video. This includes any music playing the background.
- Use CSS and call Javascripts externally instead of embedding in every page. This reduces the HTML file size.
- Remove unwanted tags, white space and comments
- Limit your Meta tags to those absolutely necessary
- Consider caching your website, but set an expiry date in the HTTP headers so your visitors' browsers will refresh the content after a certain time (this allows their browser to save a copy of your website, and each time the visitor visits your website, the pages are served from the copy on the browser and not your web server)