I'm struggling to believe that you get a 5 second Word launch after reboot. My machine has barely brought up the splash screen for Word at that point. And my hardware is significantly superior!
I figured that maybe my subjective stopclock was not working too well, so I used the following simple Applescript:
Code:
set starttime to ((current date)'s time)
tell application "Microsoft Word"
activate
set endtime to ((current date)'s time)
set timetaken to endtime - starttime
display dialog ("Word started in " & timetaken & " seconds")
end tell
Results are 8 - 15 seconds right after boot (still varies a lot), 3 - 4 seconds for subsequent launches. I have 210 fonts, and am not using WYSIWYG font/style menus. For comparison, Pages is about 5 - 10 seconds for the initial launch, 1 - 2 seconds for subsequent launches. I no longer have Office 2004 installed.
Considering I think I have pretty much the lowest end Intel Mac, anything above 25 seconds with sufficient RAM and without WYSIWYG font menus means there is something wrong. Also, since I almost never reboot, 3-4 seconds for relaunch is not bad.