Computer

Computer Optimization Support

Computer Optimization & Online Optimization

Many people are under the impression that a computer’s performance deteriorates with age. I want to dispel that myth: computers are mostly solid-state technology that is largely unaffected by age. I’m not saying that older computers don’t run more slowly. Still, once we correct the notion that its unalterable age causes the slow-down, the problem becomes one that can usually be remedied without buying a newer computer.

PART I – INTRO & FRAGMENTATION

First, let’s understand what doesn’t cause a computer to slow down:

  • Computer processors are digital electronic transistor-like switches sealed in a hard plastic package; these are solid-state devices that either work or don’t. They may get fired if exposed to a power surge, but otherwise, they don’t slow down.
  • Computer memory is comprised of similar components and works or doesn’t work, just the same.
  • A computer motherboard is nothing more than wire traces on a piece of plastic, usually with more solid-state devices plugged into it or soldered to it. Unfortunately, motherboards don’t slow down, either.
  • Computer power supplies are exposed to some of the most extreme conditions a computer experiences. That’s why they burn out more frequently than most other parts, but even they don’t cause performance reductions; they either work or they don’t.Computer

So what does cause a computer to slow down with age? The biggest culprit is data storage. Imagine trying to look for something in a file cabinet if it was the only item in the drawer; it would be pretty easy to find, right? If there were even just a few items in the drawer, it would still be simple to thumb through them to find the one you wanted. What if the drawer was filled? It might take a little longer, right? That’s what happens on a hard drive when installing an operating system, applications, and data on it. Every time you download more.mp3 songs, import more.jpg photos from your camera, or type up new word processing documents, you’re stuffing more things in the file cabinet, which is your hard drive.

Unlike the processor or memory, the hard drive is usually not a solid-state device; it has moving parts. Consequently, the time it takes to read or write hard drive data is on the order of 1,000 times slower than solid-state devices like RAM or a USB thumb drive. Couple that with the fact that you keep adding more and more stuff to it, and you can begin to understand the problem.

In reality, it’s even worse than you imagine. When you save a document to the hard drive, it gets stored in a specific space on the drive. The computer tries to allocate hard drive space as efficiently as possible, so if more stuff gets written to the drive after that, it’s stored in the next available sequential space. (For the hard-core techies reading this, yes, I know that this explanation severely oversimplifies the process.) Unfortunately, that means that when you next edit that initial document, there isn’t any contiguous space on the drive for the new data to be stored, so it ends up getting stored elsewhere, separated from the first part of the document. Later, when you try to read this document back into memory, it takes a little longer than it would for a contiguously stored document because the computer must make a jump in the middle of reading it to find the rest of it. This is known as fragmentation. Another cause of fragmentation is when files are deleted, creating holes the computer tries to fill with subsequently-saved data. Still, the holes are rarely the right size for the new files being saved, so the newly-saved files also get broken up into noncontiguous pieces.

I don’t think your use is the only force causing fragmentation on your drive, either. Virtual memory, pointers to recent files, various cache files, and updates/patches use and release hard drive space all the time, causing fragmentation, even if you never intentionally save another file to your computer. Fortunately, fragmentation is relatively easy to cure. Microsoft Windows comes with a tool that does it for us – all we have to do is use this tool from time to time, and it rearranges the files on the disk to do its best to store them all continuously. Lucky for us, a lot of the stuff we store on our hard drives doesn’t change all that frequently. Operating system files, installed applications, and even our music and photos rarely change in content or size, so once they get defragmented into less dynamic areas of the hard drive, they should be fine.

PART II – DIGITAL HOARDING

After fragmentation, the next issue to discuss how hard drives slow down our computers is the increasing volume of data stored. If you’ve seen a phonograph turntable, you have a rough notion of how a hard drive operates, but imagine it spinning much faster. Instead of 33 or 45 revolutions per minute, hard drives operate at 5,400, 7,200, 10,000, or even 15,000 revolutions per minute. For even the slowest hard drive to spin around to the complete opposite side of the disk may take under 1/100th of a second, but like a phonograph turntable, a rotation isn’t the only motion the drive makes; the head also moves in and out, radially, and that motion is significantly slower. When a hard drive has little data on it, that data is generally stored close to the center, so the head only needs to traverse a tiny fraction of the radius of the disk, but as more and more data get stored, more of the radius of the disk is used, so the portion of the radius that the head must travel gets longer, making data reads and writes slower.

Fortunately, this type of performance degradation can frequently be mitigated, too. People tend to be terrible pack-rats about what they store on their computers. As a result, hard drives become like black holes, collecting years of data that may never be used, needed, or even seen again. If the computer was faster when it was new, before it had all this data on it, you may well be able to restore it to that level of performance if you could clean out some of this data. There are countless ways to identify and remove unneeded data from a hard drive. Windows comes with a few tools that may help:

Even your own old documents, music, movies, and photos can be parsed and either deleted or moved to offline storage (such as burned to CDs/DVDs or uploaded to network or even Internet storage facilities). You can also reduce some of the cache sizes in extreme situations, such as the System Restore cache size or even the Recycle Bin. By default, these take up 12% and 10% of your hard drive, respectively, and unless you’re prone to deleting things you shouldn’t have, cutting these in half frees up 1/9 of your hard drive, immediately and without undue risk.

Read More Articles :

Professionals may also be able to help you identify more ways of freeing up space, such as disabling Offline Files if the feature isn’t needed, deleting old user profiles, removing old printers, reducing Internet cache settings etc. Frequently, programs leave remnants of themselves behind on your hard drive, even after being uninstalled; these may also be deleted. Misconfigured virtual memory settings may also hog up more of your hard drive than is actually needed.Optimization

PART III – APPLICATION CREEP

Besides hard drive data storage, there is another area where computer performance may become degraded, appearing to be due to age: increasing demands on the processor and memory. We must divide this issue into two categories, though. One may be resolvable without upgrading your computer, whereas the other likely would not be.

The resolvable category is what I refer to as “Application creep.” Your computer probably came with a bunch of free and free-trial programs installed that you’ve never used. Most of these lie dormant on your hard drive until invoked, but some, like printer drivers, malware detectors, and hardware and software updates, load into memory every time you boot your machine. On top of these, you’ve probably installed more, whether you realized it or not. For example, if you installed Adobe Reader, there’s a little piece of code that probably loads up on every restart of your PC – it makes it quicker for you to open.pdf files because part of the Reader is already in memory, but what about the 99% of the time that you’re not using it? Well, it still sits there, taking up resources, making other operations slower. Many other common applications have such components that automatically run when you boot your PC (aka “AutoRuns”), such as iTunes, Safari, QuickTime, Java, and more. Besides these AutoRuns, other unwanted programs sneak in, piggy-backed alongside programs you use. Those extra toolbars in your Internet Explorer window were the carefully concealed payloads of lots of other programs you installed, and guess what – they use up resources unnecessarily every time IE is running. It’s not a big reach to realize that desirable operations work less efficiently when unneeded things are using up resources.

The category that’s more difficult to resolve is the result of technological advancement. You bought your computer eight years ago before Netflix ever started streaming movies, and now you expect it to do things it wasn’t intended to do. You finished the games you played and bought newer games, even though they demand more RAM, more hard drive space, and faster processors. You had a film camera before, but now you’re importing your digital cell phone photos from all of your trips, and you’ve started taking short videos, too!…and even if you don’t actively update any of your software or increase your utilization of it, updates may be happening behind the scenes. Microsoft Windows can update itself automatically, and in fact, many Microsoft software titles can be configured to do so. Adobe, Java, Real Player, iTunes, and Quicken prompt you for updates, and you click “OK” without even thinking about it. Bug fixes come out, updated drivers are released, and you don’t want to be left vulnerable or outdated, so you accept them. Each of these updates places additional demands on your computer’s resources.

Look, we don’t all still carry around our first, brick-sized, analog-only, battery-guzzling cellular phones – we want the latest features, so we upgrade. At some point, you have to decide to do that with your computer, too. Ultimately, you may find that even after thinning out your data, deleting your unwanted applications, and cleaning up your AutoRun programs as far as you reasonably can that your computer is still too slow for your taste. At that point, either upgrade or replace it. Hopefully, following the advice above will increase the amount of time between computer upgrades, saving you money.

PART IV – WHAT TO UPGRADE

So you’ve tried all the optimizing you could, and you’re still unsatisfied with the performance of your computer. Now what? Maybe it’s time to upgrade, but what should you upgrade? The whole system? Just some components? If time and money were no objects, you’d buy the latest greatest system out there and hire someone else to reinstall and reconfigure all of your applications and transfer all of your data. Unfortunately, for many of us, that’s not the case. When faced with limited resources, we have to make decisions about the best ways to employ them. You’d hate to spend four digits on a whole new computer system if all the old one needed was a memory upgrade. However, you’d also hate to waste money on RAM only to find that you’re still unsatisfied and still faced with the need to buy a whole new system. How can you tell what to do?

Windows comes with several tools to help us identify bottlenecks. Armed with that information, we can make better decisions about what to do to resolve them. Here’s a list of several of the more common bottlenecks:

Network Connection – a low-speed network connection will make Internet access and any other network resource utilization slower.

Main Memory – having insufficient RAM forces the PC to use a swap file on the hard drive instead, slowing down processing, task switching, and read/write operations.

Read More Articles :

Processor – having too slow a processor or too few processors will impact the performance of virtually all operations. In addition, less-expensive processors also lack L1 cache, which reduces their performance further.

Hard Drive – slower hard drives affect the speed of all read/write operations, including cache files and virtual memory. Space utilization is also a consideration; the guideline utilizes less than 50% of any hard drive’s capacity.

To diagnose these issues, first, try to notice patterns. If your performance complaints predominantly pertain to the speed at which Web pages load, they’re more likely indicative of a problem with the speed of your Internet connection. If performance gets sluggish when you have more applications running, you may have insufficient memory or a slow processor. If the hard drive activity indicator light stays lit frequently, it may indicate insufficient memory or too slow or too full a hard drive. Once you have your guess as a starting point, you’ll want to find evidence for or against your thesis. A good place to start is the Windows Task Manager. Press Ctrl-Alt-Del, and you should see the task manager or a link to it, depending on which version of Windows you’re running. The Performance tab shows processor and memory utilization, and the Networking tab shows network connection utilization. Let’s start with the Performance tab; it provides lots of good information. First, the number of CPU usage pages shows you how many CPU cores your system has. Utilization should normally below unless you have a ton of stuff actively running. If any of the graphs are pegging the needle at the top of the chart, more demand is placed on your processor than it can handle. The PF Usage charts show how much RAM is being used. Ideally, you want this to below, too. The more applications you have running, the more RAM is required. As we mentioned, once the computer runs out of actual memory, it makes more room by moving less frequently used data into “virtual memory,” which is actually stored on the hard drive. When it needs it back, it swaps the next-least-frequently-used data to the hard drive to make room to swap the needed data back in. All of these operations take time, so if the PF Usage is up at or near the top of your graph, you have insufficient RAM to meet your demands.Suppport

Another helpful tool to see the processor and RAM installed in your PC is the System Properties in the Control Panel. Press Windows-Break as a shortcut to bring that up. The Pentium-4 processor is today’s standard, and if you have an older one, I won’t bother trying to upgrade – replace the PC. Different operating systems have different memory requirements, but having at least 1 GB of RAM is common nowadays.

Back to the Task Manager, on the Networking tab, don’t be surprised if your network utilization is frequently at or below one percent. A typical desktop computer has a network interface card (NIC) capable of communicating at 100 or even 1,000 million bits per second – even older NICs could communicate at 10 Mbps. A typical broadband Internet connection (such as a cable modem, high-speed DSL, or fiber-optic connection), however, operates in the vicinity of 1 Mbps, and that’s only when downloading large files under perfect conditions. If you’re connected to other local network resources, such as servers or network printers, you may be able to use more of your available bandwidth. Still, if your sole network utilization is your Internet access, the bottleneck will always be the Internet connection rather than the computer’s network connection. Now that we’ve cleared that up, if you find the graph showing utilization at or near 100%, your network card may be too slow for your requirements. Still, if you’re unhappy with Web page loading speed despite low network connection utilization, you need to upgrade your Internet connection instead of your PC.

PART V – UPGRADING

Now that you’ve identified the problem, you need to decide how to deal with it. Some issues can be overcome by minor upgrades, but others aren’t worth the cost or trouble and are ideal for replacing the PC.

If you’ve decided that you don’t have enough RAM, that’s usually the cheapest and easiest upgrade you can make to your PC. Depending on how much you have and how many slots your motherboard has, you may be able to install additional DIMMs, or you may need to replace existing lower-capacity DIMMs with larger-capacity ones. Unfortunately, there are dozens of incompatible varieties of memory, so if you’re not sure what you need, the best thing to do is to check the owner’s manual that came with your PC when you bought it. You still have it. If not, either take a DIMM out and bring it with you to the store or if you’re buying online, search by the make and model of your PC rather than for the type of memory.

If you’ve decided that your network card is too slow, you can probably install a faster one into a card slot or even a USB port – this, too, is a relatively inexpensive and easy upgrade to perform. Most PCs built in the last 10 years have PCI slots, so you can probably look for a PCI-technology network interface card (NIC) at your local computer store or online. They come in wired or wireless varieties, depending on how you’ll be connecting your PC to your network. If you’d rather not open your PC, both wired and wireless NICs come in USB varieties nowadays, too. If your Internet connection is too slow, you won’t have to do a thing to your computer – contact your ISP and discuss your options for upgrading your service to a higher bandwidth – or shop around to see what the other ISPs are charging.

If you decide that your processor is insufficient, it’s usually best to replace your PC. Motherboards are designed to work with a small range of different model processors. Even if yours were the low-end model, the cost and trouble to upgrade to the high-end processor wouldn’t produce a noticeably worthwhile improvement; trade up for a PC with more processor cores, instead. The only exception to this rule might be if your motherboard allowed you to upgrade from a processor without L1 cache (such as a Celeron) to a processor with L1 cache – that could produce a noticeable enough improvement to warrant the cost and difficulty. If so, check your owner’s manual (or specs online) to see which processors your motherboard will accommodate and if you decide to do it, once you factor in the cost of your time and effort, it’s probably best to upgrade to the best and fastest one available – you don’t want to have to do this again in a year when you outgrow a tiny incremental improvement.

Historically, when a computer’s hard drive became the bottleneck, it was usually a point at which we recommended replacing the entire system. In some cases, however, the rules have changed today. Replacing a hard drive involves reinstalling the operating system and all the applications and transferring all the personal files and data. Hence, it’s usually such a labor-intensive process to make it the ideal time to upgrade the rest of the PC along with it. Today, however, with the popularity of digital photography,.mp3 music files, videos, and other space-hogging multimedia data, it’s frequently possible to optimize an existing hard drive by offloaded all such personal files and data to external storage. USB flash drives are now available in 64 GB or more, and external USB hard drives exceed 1 TB (1,024 GB). It’s a pain in the butt to change the installed location of most applications and Windows components, but moving data files is significantly less trouble. In fact, to further improve performance, you could even offload your PC’s virtual memory file to a second (internal) hard drive without too much trouble. As we discussed earlier in this treatise, the more stuff you have on your hard drive, the less efficiently it operates, so by moving all this type of non-system-critical data off of the hard drive that contains the operating system and the applications, you may be able to restore most of the PC’s youthful performance without too much trouble.

Ultimately, all of these optimizations and upgrades are only stop-gap measures. Software patches and updates will continue to require more space on your main hard drive increasingly, and you’ll probably add more features and applications over time. Even if you’re terribly miserly with space on your main hard drive, there are still increasing demands. It’s also one of the few mechanical components in your PC, so its lifespan can already be expected to be shorter than any of the solid-state components. At some point, you’re going to need a new main hard drive, and at that point, I’d still stick with my position that it’s a good opportunity to replace the whole PC.

Many people are comfortable enough to defragment their own hard drives and install their own RAM DIMMs, but if you’d prefer to leave it to a professional, Maverick Solutions would be happy to help. In fact, for our loyal readers (at least our local ones), we’re even offering a Free PC Tune-Up, or we can assist with other types of upgrades. If you’ve tried all the optimizing you can and still aren’t getting satisfactory performance out of your old PC, we’d recommend one of our reliable refurbished computers to give you the most value for your technology investment.

About the Author:

Brian Blum is the founder, president, and chief consultant at Maverick Solutions IT, Inc. Maverick Solutions provides affordable IT consulting and technology support services, primarily to schools, NFPs, and SO/HOs in New York Metro Area. Maverick Solutions is the alternative to keeping your own in-house IT staff, and we’d be happy to help you get more value from your existing technology investment. Visit our Website to learn about the services we offer, or read our blog, Maverick Ramblings, for assorted tips, tricks, and information of technology interest.