I'm using SugarCRM 5.1(a?).
My modules take a long time to load, eventhough the server response time is less then 1 second.
I viewed some of the logs and found out that sugar was trying to look for the theme images in the incorrect folder:

10.2.100.74 - - [17/Dec/2008:10:50:45 +1100] "GET /html/SugarCE-Full-5.0.0f/themes/BoldMove/images//start_off.gif HTTP/1.1" 200 82 "http://crm.company.net.au/html/SugarCE-Full-5.0.0f/index.php?module=Campaigns&action=index&usertheme= BoldMove" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4"
10.2.100.74 - - [17/Dec/2008:10:50:45 +1100] "GET /html/SugarCE-Full-5.0.0f/themes/BoldMove/images//previous_off.gif HTTP/1.1" 200 838 "http://crm.company.net.au/html/SugarCE-Full-5.0.0f/index.php?module=Campaigns&action=index&usertheme= BoldMove" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4"
10.2.100.74 - - [17/Dec/2008:10:50:45 +1100] "GET /html/SugarCE-Full-5.0.0f/themes/BoldMove/images//next_off.gif HTTP/1.1" 200 70 "http://crm.company.net.au/html/SugarCE-Full-5.0.0f/index.php?module=Campaigns&action=index&usertheme= BoldMove" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4"
10.2.100.74 - - [17/Dec/2008:10:50:45 +1100] "GET /html/SugarCE-Full-5.0.0f/themes/BoldMove/images//end_off.gif HTTP/1.1" 200 89 "http://crm.company.net.au/html/SugarCE-Full-5.0.0f/index.php?module=Campaigns&action=index&usertheme= BoldMove" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4"

As you can see, it is trying to look in images//image.gif... an extra "/". How do I fix this?