View Single Post
  #3  
Old 26th August 2006, 10:15
Karlos's Avatar
Karlos Karlos is offline
The Highland Producer
 
Join Date: Mar 2006
Location: Scotland
Posts: 460
Default Speed up browsing websites

When you connect to a web site your computer sends information back and forth, this is obvious. Some of this information deals with resolving the site name to an IP address, the stuff that tcp/ip really deals with, not words.

This is DNS information and is used so that you will not need to ask for the site location each and every time you visit the site. Although WinXP and win2000 has a pretty efficient DNS cache, you can increase its overall performance by increasing its size.

You can do this with the registry entries below:

Make a new text file and copy and paste the text below into it and rename it to dnscache.reg (save As > All files) then double click on the file you created and it will be added to the registry (you will get a message confirming this). Reboot


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Dnscache\Parameters]
"CacheHashTableBucketSize"=dword:00000001
"CacheHashTableSize"=dword:00000180
"MaxCacheEntryTtlLimit"=dword:0000fa00
"MaxSOACacheEntryTtlLimit"=dword:0000012d
__________________
Who told you you could eat my cookies!!??!?

Websites I've designed
DJ Passion.co.uk | DJ Passion Forums | Christopher-Powell.co.uk | My own site

My Profile sites / Productions
Myspace | Bebo | Soundclick

Last edited by Karlos; 26th August 2006 at 10:27.
Reply With Quote