Inkscape very slow to start up on Windows

21

3

I've noticed lately on my Windows 7 x64 PC that Inkscape (v0.48.4) is very slow to startup. Once the window becomes visible it will display "Not responding" in the title bar for a minute or two. Once it gets out of this fit it runs normally and smoothly.

I tried deleting the Inkscape user profile (%APPDATA%\Inkscape) and that helped for a while. But the problem just appeared again within a week.

Drew Chapin

Posted 2014-07-16T12:57:02.600

Reputation: 4 839

With or without high CPU activity? Inkscape spins a whole CPU core for a minute before it finally shows up here. – ygoe – 2016-08-28T13:29:39.500

Answers

18

Turns out the issue was with the Open Recent History. All of the SVG files I open are stored on network shares and move around quite a bit. Disabling this feature resolved the problem permanently. So, I suspect Inkscape verifies and/or reads various information about the files in the Open Recent History.

  • File > Inkscape Preferences (SHIFT+CTRL+P)
  • Interface
  • Click on Clear list
  • Set Maximum documents in Open Recent to 0

Drew Chapin

Posted 2014-07-16T12:57:02.600

Reputation: 4 839

2I have the same problem, but all of my files are on local drives. – eidylon – 2015-12-15T15:29:35.327

hmmm, can anyone confirm that this process works for Inkscape 0.92 on Windows 10? I followed these steps but Inkscape still runs slow on initial loading when I restart it... – klewis – 2017-08-09T17:50:45.463

Just tried this and it is indeed a fair bit faster to start, though I had increased the size of the list to 30. I rebooted too, to test cold startup time. Definitely faster, thanks! My files are also all on local drives. – Drew Noakes – 2017-10-19T10:20:10.030

This worked for me too. I'm on Windows 10 using Inkscape 0.92. As far as I know, all my files are on local drives. – Khalid Hussain – 2018-03-21T15:43:04.303

In my case, any "second" start of inkscape was somewhat faster than the first. Perhaps some of the improvement is based on that as well? – amenthes – 2019-01-20T09:32:34.213

2

The approach in Drew Chapin's answer made quite a difference on my machine.

Also, startup is slower the more fonts you have installed, according to this forum discusson:

I deactivated all fonts that are almost never get used (approx. 2/3 of them). And now Inkscape starts a lot faster.

I wasn't aware I got so much fonts installed, because I did not install them myself. Probably they were automatically included in the install process of some graphic and text applications I use.

Drew Noakes

Posted 2014-07-16T12:57:02.600

Reputation: 1 907