1. Use .gifs rather than .jpgs. GIFs are smaller in size when compared to JPGs.
1.用.gifs格式儲存圖片,最好不要用.jpgs格式。因為前者的尺寸比後者小。
2.Use "Height" and "Width" tags for your images. So while page loading certain place is left for the images and visitor can go through the content while images are loading.
2.使用高度和寬度標籤設定圖片。這樣,網頁可以為圖片預留空間,在圖片下載的時候,訪問者可以瀏覽網頁內容。
3.If you are using large images, slice them up and make them load as part after part. For this you can use img tags like HSPACE=0 and VSPACE=0.
3.如果使用內容大的圖片,把圖片進行分割,各個部分依次下載。在這種情況下,你可以使用HSPACE=0以及VSPACE=0的圖片標籤。
Optimized image (gif format, sliced to two parts, with width and height tags, HSPACE=0 and VSPACE=0):最佳化後的圖片(gif格式、設定了寬度和高度、HSPACE=0以及VSPACE=0)
4. Use image compression software that reduce image size. Remember, the more you reduce your image size more will be the loss of quality.
4.運用圖片壓縮軟體,縮小圖片尺寸。記住:圖片尺寸越小,品質越差。你可以登入以下兩個網站,擷取相關的資訊和軟體:
http://www.spinwave.com/index.html
http://www.macromedia.com/software/fireworks/
5.If you have lot of images to display, then put them on different pages by linking the pages like "Next Image >" or something like that instead of a long page with 10 images.
5.如果需要展示的圖片數量很多,你可以使用連結網頁的方式,例如:“下一頁”,或者其它類似的內容。圖片要安排在不同的網頁上,不要把10張圖片放在一張網頁上。
6.Use same image over and over again if you need a similar image. Like if you are keeping a big header graphic on every page of your web site. Then use same graphic to link to all pages on your web site.
6.如果需要,可以反覆使用一張圖片。比如說,你可以在所有網頁的頁首部分設定同一張大圖片,利用這張圖片把網站所有網頁連結起來。
7.Flash presentations, mouse overs, animations etc increase page download time. So if you can use html instead of these, go with it.
7.Flash、mouse overs、動畫等內容,會增加網站的下載時間,因此,最好用html代替這些內容。