View Single Post
Old 11-15-2007, 06:34 PM  
GrouchyAdmin
Now choke yourself!
 
GrouchyAdmin's Avatar
 
Industry Role:
Join Date: Apr 2006
Posts: 12,085
You probably want to DECREASE load time, then.

If you're using PHP, do not use <? include("http://" ... ?> to include files, either use SHTML's include virtual, or <?php include("..file") ?>, or <?php readfile("..file".. ?> if you don't need to execute PHP in your scripts.

Always lower the quality of images just a bit.. and 2GB isn't shit for RAM.

You have probably 300 pictures on tour.html. You can make slightly larger/less pictures, and this will decrease the load on your webserver, but the more you add, the slower it's going to be wether a prefork or a newer model of webserver.
__________________
GrouchyAdmin is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote