View Single Post
  #12 (permalink)  
Old 18-12-2004, 03:15 PM
icadea's Avatar
icadea icadea is offline
Novice Webmaster
 
Join Date: Aug 2004
Location: malaysia
Posts: 19
Rep Power: 0
icadea is on a distinguished road
Guidelines to load faster

* TOTAL_OBJECTS - the total objects on this website(index) (including the HTML) should be minimized so that most browsers can multithread. Minimizing HTTP requests is key for web site optimization.

* TOTAL_IMAGES - Total images on the index page must be minimized. Most browsers can send multiple requests, which can speed display of multiple images.

* TOTAL_SIZE - the total size of the index.html page should be optimized.

* HTML_SIZE - the total size of index.html file should be less than 20K. Assuming that you specify the HEIGHT and WIDTH of your images, this size allows your page to display content in well under 8 seconds, the average time users are willing to wait for a page to display without feedback.

* IMAGES_SIZE - the total size of all your images shold be less than 15K. Ideally each image should be less than 1160 bytes, to easily fit into one TCP-IP packet.

* MULTIM_SIZE - External multimedia files should be less than 4K.

Hope the above helps

regards
Reply With Quote