Tell me more ×
Mathematica Stack Exchange is a question and answer site for users of Mathematica. It's 100% free, no registration required.

I have Mathematica 7 and 8 installed on my laptop. Mathematica 7 starts quite fast, but Mathematica 8 is extremely slow to start. In the Option Inspector I canceled the "welcome screen" option at startup, and I tried canceling "opening a new notebook" at startup so that only the front end opens without any blank notebook, but as soon as I open a notebook, the whole front end freezes for about half a minute before opening it. As I said I do not experience this problem with M7. In this forum I have already found something related to my problem here but it doesn't answer it. I ran the command shown there which shows the time M8 spends to start and I got the following output :

{
 {"Initializing kernel connections..." -> 0.265},
 {"Initializing cell styles..." -> 0.764},
 {"Initializing fonts..." -> 1.076},
 {"Initializing menus..." -> 1.108},
 {"Initializing defaults notebook..." -> 1.654},
 {"Initializing defaults clipboards..." -> 2.278},
 {"Initializing internal preferences..." -> 2.418},
 {"Initializing kernels..." -> 3.619},
 {"Opening Welcome Screen..." -> 12.059},
 {"Closing Splash Screen..." -> 12.09},
 {"Preloading Favorites..." -> 12.137},
 {"Handling CommandLineOptions..." -> 12.137},
 {"Opening Files..." -> 12.137},
 {"Do Startup Action..." -> 12.137},
 {"Finished" -> 12.137}
}

and as you can see it seems that most of the time is spent on opening the splash screen just to close it 20 ms later !!!!!!! Do you guys have any idea how to overcome this.

I have asked support for this but ... well ... extremely poor assistance. So I am asking here. Thank you in advance :)

share|improve this question
I found M8 to start very fast on windows 7. M9 not as fast as M8. Have you tried to reset everything to factory configuration? You can do this, on windows, by holding the SHIFT+ctrl while it starts. See this page support.wolfram.com/kb/3274 something to try. – Nasser Jan 28 at 17:24
2  
Have you tried starting Mathematica from the command-line with the -noSplashScreen option? See Details in the link. – halirutan Jan 28 at 17:47
1  
This should anyway only suppress the splash screen which is the Mathematica star. What takes time seems to be the welcome screen. I havent read your question carefully enough. – halirutan Jan 28 at 18:02
1  
Yves has a good point. Are you using a license server or an activation key and password? You can find out by looking at the %appdata%\Mathematica\Licensing\mathpass file. If it has an entry that starts with a ! sign and a server address, then your computer needs to connect to a license server. Also, is kernel startup slow as well? (Start MathKernel.exe on it own) – Szabolcs Jan 28 at 18:45
1  
I'd say unlikely, but you can go to Preferences -> Internet Connectivity, and forbid it to connect to the internet for any purpose. This'll effectively disable that too. – Szabolcs Jan 28 at 20:08
show 7 more comments

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.