Sometimes, my sisters drive me nuts...

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
JellyFish
DevNet Resident
Posts: 1361
Joined: Tue Feb 14, 2006 7:18 pm
Location: San Diego, CA

Sometimes, my sisters drive me nuts...

Post by JellyFish »

My sister's tend to think that by clearing the browser's cache, history, cookies, etc. it will make the computer run faster. I don't think this, and I'm sure all the developers here would probably agree with me. Having temporary files on your computer doesn't make it slower, right? It'd be a big shock to me if this were true. But, unfortunately, my sister's don't believe me.

So, is there any way you can help by writing something convincing enough to set their thinking straight?

Thanks for reading. :lol:
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: Sometimes, my sisters drive me nuts...

Post by John Cartwright »

Clearing all the temporary data will make your browser run faster. However, clearing it every day is probably not going to make a difference. I generally clear mine out once a week which I found is a happy medium between convinience and maintenance.
User avatar
JellyFish
DevNet Resident
Posts: 1361
Joined: Tue Feb 14, 2006 7:18 pm
Location: San Diego, CA

Re: Sometimes, my sisters drive me nuts...

Post by JellyFish »

How does it make it run faster?
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: Sometimes, my sisters drive me nuts...

Post by John Cartwright »

Without getting too technical as to how hard drives work, they will read data faster when they are empty (or less full).

Essentially all the tempoary files that build up over time are put in place to cache data. However, as this cache becomes excessively larger, most of which are files you are likely never to access again, your computer has to search through for particular files from a larger database.


Although asking if clearing your cache will make your computer run faster? Not Likely. Will it make your browser run faster. Probably (once your cache becomes large enough).
matthijs
DevNet Master
Posts: 3360
Joined: Thu Oct 06, 2005 3:57 pm

Re: Sometimes, my sisters drive me nuts...

Post by matthijs »

But isn't there a limit to the size of the cache? In most browsers you can set the size. So my guess would be that once your cache fills up, the older files are replaced by the newer ones.

Besides, the whole point of a cache is to speed things up because you don't have to download everything (again).
Post Reply