1

I recently switched from a Mac to a Windows 10 pc and noticed many of the programs I used to use like Blender, Word, etc are having an increased lag before opening the program compared to the mac. I upgraded from 4gb ram to 12gb. What would cause an in increase lag time when opening programs on a pc?

Usually the wait time would be a second or two on a mac for some programs while on the pc it might be 5 seconds. Is there anything I can do to reduce the lag?

4
  • Lag can be hardware related, does the windows pc have an ssd drive or a spinning hard drive?
    – Moab
    Commented Aug 11, 2016 at 0:42
  • spinning hard drive Commented Aug 11, 2016 at 1:25
  • That could be the issue, upgrade to an SSD.
    – Moab
    Commented Aug 11, 2016 at 1:26
  • I would bet 100% on the spinning hard drive being the culprit.
    – tlng05
    Commented Aug 11, 2016 at 3:05

1 Answer 1

3

Update

Your hard drive model, Seagate Barracuda ST1000DM003, has a well documented firmware issue that results in very poor performance. Seagate has released an updated version that by all accounts resolves the issue. I don't know (obviously) if you have the latest firmware already or not, but the upgrade process will detect it if you do and inform you.

I'm guessing you have an older fw revision.

You can view the upgrade instructions and download the firmware from here

original answer

The most likely bottleneck is the HDD and an SSD will definitely address that.

Considering how cheap SSD drives are now, its probably cheaper in terms of time and effort to just try that first rather than debug the issue, as long as you are comfortable with reinstalling your system.

If you want to dig into it a bit, use the tool resmon which will show key resource usage in near real time. First stop any running programs that you can (i.e. programs launched as a user; not system services), then launch resmon (win+R; resmon), followed by launching a program that seems to be launching slowly.

Review the graphs shown by resmon to see which resource(s) are at or near 100% utilization - those are almost certainly your bottlenecks.

This is a first order approximation, there is a performance measurement capability built into windows called performance counters that would allow you to precisely account for the time spent 'starting' a program, and find the programs / services / resources that contribute to the overall delay. In this case I don't think you need to go that far; a quick check using resmon will almost certainly point you either at the hard drive (most likely) or the CPU.

It's very unlikely to fall into another resource category such as memory or network utilization, but anything is possible.

If you'd like some additional feedback on the 'reasonableness' of the delays you are seeing you will need to provide full specs on your win 10 PC, and ideally the Mac so that we can evaluate the relative performance of the two.

8
  • Thanks for the help everyone! Unfortunately I just upgraded my computer so I'll probably have to wait on the SSD for awhile but I'll definitely consider it as an upgrade in the future. One thing I noticed is smaller programs will open quickly but larger ones will lag. I use my computer for design work with zBrush, Blender, Photoshop, etc. I normally usually use only one at a time because of the weight is has on the computer. Although once the program launches you are usually good, it works pretty well, it's mainly just when the program launches. It closes quickly. Commented Aug 11, 2016 at 13:37
  • PC specs: Processor: Intel Core i7-6700 CPU @ 3.40GHz RAM: 16 GB 64 Bit OS Graphics: GeForce GT 730 Commented Aug 11, 2016 at 13:38
  • Mac specs: Late 2010 Processor: 3.6 GHz Intel Core i5 Memory: 4 GB 1333 MHz DDR3 Number of Processors: 1 Number of Cores: 2 Commented Aug 11, 2016 at 13:39
  • The Mac generally could open larger programs quickly but when working in them it could lag or lockup (it seems to do this more than the pc). Even smaller programs or an internet browser would work slowly on the mac once open. If there are any other spec that would be helpful let me know. Thanks! : ) Commented Aug 11, 2016 at 13:42
  • 1
    @Animatoring see the updated answer, I think I found your problem.
    – Argonauts
    Commented Aug 11, 2016 at 21:09

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .