Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I'm running Google Chrome. When I do anything that'll save a file to my local filesystem - right-click and "Save As", click a download link, save an image - nothing happens for a good 20-30 seconds, and then suddenly the operation proceeds as normal.

The browser remains responsive whilst this is going on - I can navigate to other pages and so on - but the delay is infuriating. Especially since it often looks like nothing's happening, so I'll hit the download link again - and again - and then suddenly end up downloading four copies of the same file.

Any ideas?

share|improve this question
similar happens to me when using a file upload element to select a file – Andrew Bullock May 10 '12 at 11:31
I wonder if it is Chrome's "safe browsing technology" that is scanning the url and download? You might disable this feature temporarily to see if it makes a difference..superuser.com/questions/387724/… – Moab May 10 '12 at 15:08

3 Answers

The same happens on my computer. I have the default download directory set up to save to an external USB hard drive.

The drive always has to spin up before the file is saved. You can hear and see this process very clearly.

share|improve this answer
20-30 seconds to spin up a drive? O_o – grawity May 10 '12 at 13:09
@grawity: The drive goes into powersafe mode once it isn't used for a while. Once I access it, it has to completely power up again. It's quite annoying :P – Oliver Salzburg May 10 '12 at 13:27

Anything to do with the filesystem, I'd get a copy of Process Monitor.

http://technet.microsoft.com/en-us/sysinternals/bb896645

Then see what's happening on the filesystem, Filtering on your path. See if Chrome is waiting or another process.

share|improve this answer

Do you face the same problem when you are using another browser such as Mozilla Firefox or Internet Explorer? If so, then the problem most likely has to do with Windows.

If you have recently install any new applications, use Windows' System Restore to rollback the changes.

Another common problem on Windows Vista or Windows 7 is when performance is much worse after installation of updates - that you may not be aware off. Usually this problem goes away after a few reboots.

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.