|
Optimize your graphics using jpg compression etc.
Don't make separate images for buttons etc.. instead make one image (or two if you want the button background to change when mouse over) and create the actual link/button as text link on top of the image.
Optimize your code...write it with text editor, keep it clean, use as much css as possible (prefer classes and general rules over id rules) and use external css style sheet.
if you have external content like advertising on your site make sure the loading doesn't hold if the server from where the ad comes from is slow...you can do this for example using an iframe.
Last edited by PolarWeb; 01-10-2007 at 06:25 AM..
|