Tag: Fragmentation

Firefox databases for better performance

July 29, 2009 by Jason

Since Firefox 3.0, bookmarks, history and most storage is kept in SQLite databases. Also, the default history time span was raised from 9 to 90 days as it became more discoverable and useful thanks to the awesome bar, so depending on your browsing habits it could represent some pretty large databases.

Aas any other database, SQLite databases become fragmented over time and empty spaces appear all around. But, since there are no managing processes checking and optimizing the database, these factors eventually result in a performance hit. So, a good way to improve startup and some other bookmarks and history related tasks is to defragment and trim unused space from these databases.

To do this:

Step 1: get sqlite3, a single file command line SQLite database manager, for your platform (available for Linux, Windows, and Mac OS X).

Step 2: Copy the downloaded binary to your profile folder where all your .sqlite files reside.

Step 3: Close Firefox. Read More»

Schedule a weekly defragmentation

October 22, 2008 by Jason

If it seems like your computer has gotten slower since you bought it, it probably has. One of the biggest factors that slows down your computer’s performance is fragmentation, a situation that occurs over time, in which files on your hard drive become divided into small pieces. Your computer must read a file to open, save, or close it. So when it reads each piece of a fragmented file separately, the effect is that the file can seem “slow” when you’re working with it.

Defragmenting your hard drive is the process of putting all the scattered pieces of files back together. Microsoft Windows XP includes a tool that will defragment your hard drive for you. To keep your system performing well, it’s a good idea to have Windows XP automatically defragment your hard drive every week. Read More»

Top 10 Causes your computer slows

July 06, 2008 by Jason

1. System Start-up packed with too many applications (Start-up overload)

Over time, as you add more and more programs to your computer, many of these applications automatically add themselves to your Windows Start-up folder. Additionally, these applications can add themselves quietly to a hidden area of your Windows Start-up system (accessed via the MSCONFIG run command). In extreme cases your PC will appear completely frozen.

Limiting the number of applications loading themselves at start-up can speed boot times considerably and increase overall system performance. Read More»

Optimize Windows Vista for better performance

June 18, 2008 by Jason

No matter how fast or shiny computers might be when they are new, they all seem to get slower over time. That state-of-the-art PC you bought last year might not feel like such a screamer after you install a dozen programs, load it with antispyware and antivirus tools, and download untold amounts of junk from the Internet. The slowdown might happen so gradually you hardly notice it, until one day you’re trying to open a program or file and wonder, “What happened to my poor PC?”

Whatever the cause, there are a lot of ways to help speed up Windows and make your PC work better even without upgrading your hardware. Here are some tips to help you optimize Windows Vista for faster performance. Read More»

Windows Vista Defragmentation

October 08, 2007 by Jason

Although it is virtually handicapped in terms of the options it actually provides to the user in comparison to Windows XP, the hard disk defragmentation utility in Windows Vista is an evolution of the equivalent from the predecessor operating system. But the enhancements come essentially under the hood of the tool. In this context, the actual defragmentation engine was tuned up, as well as the management of the fragmentation process.

“By default, the defrag tool only defragments files smaller than 64 megabytes (MB). Therefore, files larger than 64 MB are not moved unnecessarily. In earlier versions of Windows operating systems, if the defrag engine was in the middle of a large move request, it could take lots of time to cancel defragmentation. In Windows Vista, the defrag engine processes input and output requests in smaller portions. Therefore, you can avoid situations where the defrag engine is busy with processing large move requests when you cancel a defragmentation session”, Microsoft explained. Read More»