System performance myths

9

3

What are examples of advice on system performance, maintenance or upgrade that don't actually provide benefit or can actually result in detrimental changes?

As examples:

  • Zapping the PRAM on a Mac
  • Removing or shrinking swap file/virtual memory

sal

Posted 2009-08-10T17:17:11.440

Reputation: 1 026

Question was closed 2012-03-08T04:03:43.423

Rebooting. On *nix. – bgw – 2009-08-11T04:04:22.720

Answers

12

Cleaning the windows registry on a regular basis.

user4641

Posted 2009-08-10T17:17:11.440

Reputation:

2Cleaning the Windows registry ever if you don't know what you're doing. – Andrew Scagnelli – 2009-08-10T17:59:30.670

3@Scagnelli : In fact a great way to improve performance. Mess with the registry, break the system, format, reinstall, hop, top performances ! – Gnoupi – 2009-08-10T19:08:59.920

11

Defragmenting filesystems regularly. I know people who spend more time watching the progress of the NTFS defragmenter than they do anything else.

Especially when people keep forcing it to re-run to try coalesce the free-space, when doing so just means files immediately gain a fragment as soon as they next extend.

The only filesystems that really need defragmenting under normal circumstances are FAT16/FAT32. ext2/3, NTFS, and most modern filesystems usually only see serious fragmentation (to the point where the performance hit is measurable) after years of active use or when they get close to full.

David Spillett

Posted 2009-08-10T17:17:11.440

Reputation: 22 424

1I used to think that, but not I am not so sure. Why have Microsoft gone to the trouble of updating the defrag routines in Windows 7 to allow them to be scheduled? – sgmoore – 2009-08-10T18:32:32.287

2Of course, this is a great way to good off at work. If anyone asks why you are sitting at your desk reading a comic book you can just say "Defragging hard drive" and point to the screen. – JohnFx – 2009-08-10T18:57:51.487

1Occasional defragmentation on very active filesystems (or after clearing a pile of space on a volume that became full or near-full, and a few other circumstances) is a good thing. On naive filesystems like FAT* it is almost required. But doing it far too often on a modern filesystem just wears down your drive bearings for little or no gain. – David Spillett – 2009-08-10T20:50:11.917

BSD's auto defraging is good enough. – bgw – 2009-08-11T04:01:11.620

@JohnFx: xkcd.com/303 – bgw – 2009-08-11T04:03:00.213

4

Memory Optimisation programs,

Registry Cleaners,

Registry Optimisers,

Basically anything that says it can speed up your computer dramatically.

William Hilsum

Posted 2009-08-10T17:17:11.440

Reputation: 111 572

4

FinallyFast.com - my computer is fast, finally!

TJ L

Posted 2009-08-10T17:17:11.440

Reputation: 1 869

Don't make fun of it, it's "as seen on tv" ! – Gnoupi – 2009-08-10T19:10:27.407

2Billy Mays here with.... – Troggy – 2009-08-10T20:24:13.683

Ginuwine 100% Whale Faeces. – Umber Ferrule – 2009-08-13T21:57:26.753

2

A perfect example of this would be the advice to run Nightly anti-virus scans of all files. While I think that scanning all the files periodically is useful (I do it once a week). I also feel that doing a virus scan too frequently on "all files" is detrimental.

Virus scanners check all the files which are accessed. So once you have scanned the entire contents of your hard disk once, theoretically under these conditions, you should never touch another file on your system without the AV software also inspecting it first. So during this "static" state it is unnecessary to keep scanning everything. The system must touch/open/access/copy a file for a virus to end up on your disk. So that being said...

Continuing to scan exhaustively will only result in wearing out your drive before its time.

Axxmasterr

Posted 2009-08-10T17:17:11.440

Reputation: 7 584

"Virus scanners check all the files which are accessed." - Not true of all scanners. At least back when I used it, ClamAV didn't do this, and I know some others didn't as well. – Herms – 2009-08-10T17:56:03.687

if you need a virus scanner, then you deserve to suffer the performance problems. – Pyrolistical – 2009-08-10T22:26:11.940

2

Using programs to "clean" your RAM after using an expensive program (or game).

Most of times these things are clearing the most possible.... So that all programs opened have to reload in memory when you will use them after, making all even slower.

Gnoupi

Posted 2009-08-10T17:17:11.440

Reputation: 7 909

2

Cleaning up the Prefetch folder on Windows XP. Several articles on the Web, including this one, have proven it does not work at all.

Isxek

Posted 2009-08-10T17:17:11.440

Reputation: 3 785

0

Cleaning up files off your desktop.

Troggy

Posted 2009-08-10T17:17:11.440

Reputation: 10 191

Actually, that one would be true. Cleaning files from desktop increase YOUR performance. It also gives less icons to load (though this last point is much less important since these last... 10 years ?) – Gnoupi – 2009-08-10T19:11:58.493

2@Gnoupi how many zeros would be before that % in that speed up? – sal – 2009-08-10T19:49:50.853

0.00000000000000067% – Troggy – 2009-08-10T19:59:43.360

Precision : "YOUR performance", I meant as a user, from the fact that with less icons it's easier to find things, not system performance, of course ;) – Gnoupi – 2009-08-10T20:05:23.143

2well if your profile was roaming and your desktop folder wasn't redirected to a network share - storing files on it would seriously slow down logins on new computers... – Oskar Duveborn – 2009-08-10T21:09:30.737

upgrade that old HDD to a new SSD and you won't have this problem – Pyrolistical – 2009-08-10T22:24:15.283

Actually on OSX, every icon is handled as a window, so in extreme cases... (like mine) – bgw – 2009-08-11T04:08:26.940