36
9
Is there any way to speed up GIMP's startup time on Windows Vista Home Premium 32-Bit 1.6 [Dual] Intel Processors? On XP [different computer], it loads in less than 3 seconds. On Vista, it takes 20 seconds:
- 2 Seconds (other - fonts, brushes, etc)
- 18 Seconds (extension-script-fu)
It just freezes at extension-script-fu. Looking at Process Explorer, I see that it's not taking any CPU at all. EDIT 1: It does seem to be taking 50% of the CPU.
It gets stuck for about 18 seconds, and then starts working again. Then, the actual GIMP program pops up [...finally]. I have the latest stable version running (I think). I tried it with XP SP2 Compatibiliy mode and/or Run As Administrator, but that didn't help.
EDIT 2: One way would be to disable script-fu. Does anyone know how to disable it at startup? Is it possible? Would GIMP still work? What wouldn't work? Could I start it later, after loading?
EDIT 3: Seems to startup at lightning speeds even with script-fu (<3 seconds) in GIMP 2.8 RC1 on Windows Vista.
It takes about 20 or more seconds to run on my PC, and it's WinXP SP3. Not real happy about that either. – Steve – 2011-01-28T08:13:46.790
3@Steve They really should fix it. But of course, when I asked at a GIMP forum once, they started telling me how impatient I was... They said they'd be happy if it took even 2 minutes to load! (Probably because they have nothing else to do.) – Mateen Ulhaq – 2011-01-29T04:57:29.183
As far as I know, the only real way to speed up gimp startup, is having a very fast pc. On my core i5, it loads about 3secs. – Michael K – 2011-02-16T09:50:55.530
1@Michael The problem is that the GIMP process stops using CPU for 18 seconds. So, it's not really a problem with how fast my PC is (Intel Core 2 Duo @ 1.8Ghz/processor), or how much RAM it's got (2GB, have my Vista lean and mean, removed unnecessary services/security risks, disabled Aero, etc; Also, I have ReadyBoost with a Kingston DataTraveller USB 2.0 with 4GB of space.) – Mateen Ulhaq – 2011-02-18T00:35:43.537
This is kinda strange, like I said, on my computer it loads fast. There might be a compatibility problem with windows vista. – Michael K – 2011-02-18T09:13:01.693
1@muntoo: the majority of program load times (not just GIMP) is not spent on the CPU, the majority of program loading time is spent reading from harddisk. A harddisk read speed highly depends on how fragmented the drive is, sequential reading typically can reach 40MB/s, but highly random reads can kill performance reaching below 1MB/s. A program that needs to load 100 MB of data can be loaded in 2-3 secs if the read is mainly sequential, but it can take more than 20 secs if the files are scattered about. – Lie Ryan – 2011-09-04T19:10:33.073
@muntoo: having a large RAM can masks hot loading time (i.e. reloading just after you closed it) since the program can be loaded from harddisk cache in the RAM. But ultimately, it's the harddisk reading speed that is the true bottleneck of loading time. Making sure your system is well defragged, and GIMP's files are physically close together in the harddisk plate; and that the harddisk is not too full (having lots of empty space generally leads to less fragmentation), generally would help with slow loading times. – Lie Ryan – 2011-09-04T19:29:34.727