Category: Performance

Optimize Linux servers
article #556, updated 4167 days ago

Here are interesting guides:

https://library.linode.com/hosting-website

http://www.webhostingtalk.com/showthread.php?t=340239

Categories:      

==============

Caching-only Name Server on Windows
article #546, updated 4191 days ago

It’s still very possible, good for speed, especially for web-based apps both local and Internet:

http://www.reaper-x.com/2008/07/10/set-up-caching-nameserver-on-windows-using-bind/

Categories:      

==============

Turning off the Google Chrome cache
article #514, updated 4287 days ago

Add the following to all shortcuts, before the %U:

--disk-cache-size=1

and also add the above to this registry key:

HKEY_CLASSES_ROOT\ChromeHTML\shell\open\command

On lower-powered PCs, CPU not necessarily RAM, this can prevent Chrome from locking up the PC to do cache cleanup. And it does speed up Chrome a lot — in fact, as long as one has 2G RAM or so, this seems like a good idea in general.

Categories:      

==============

A new Windows tweaker
article #511, updated 4296 days ago

Here’s another:

http://pxc-coding.com/portfolio/tweak-me/

Categories:      

==============

Optimizing Service Work Items in Windows - speed tweak
article #479, updated 4398 days ago

This was found recently, right here:

http://msdn.microsoft.com/en-us/library/ee377058(v=bts.10).aspx).aspx

It is not certain how up-to-date the page is, but it is clear that there are some interesting tweaks available for MaxWorkItems, MaxMpxCt, and MaxCmds.

Categories:      

==============

Tweaks for Windows 7
article #454, updated 4499 days ago

A great list of Windows 7 services tweaks is here, courtesy of Charles M. Sparks:

http://www.blackviper.com/service-configurations/black-vipers-windows-7-service-pack-1-service-configurations/

and general tweaks as well:

http://www.blackviper.com/2009/10/01/black-vipers-windows-7-super-tweaks/

Categories:      

==============

The Mz Ultimate Tools
article #416, updated 4609 days ago

A great new toolset for tweaking and optimizing Windows:

http://www.mztweak.com/products.html

One item: the full-auto optimizations are not entirely enterprise-compatible, they disable terminal services, NetBIOS, DNS registration, and other essentials.

Categories:      

==============

Another recommended tweaker
article #417, updated 4616 days ago

Here is another, by tweaking.com:

http://www.tweaking.com/content/page/simple_system_tweaker.html

Categories:      

==============

Disable Active Desktop in XP
article #396, updated 4659 days ago

Active Desktop — the background-is-a-web-page thing in 95 and 98 — is still there in XP, though mercifully it was deleted starting in Vista. To disable it, go here:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

create a DWORD of ForceActiveDesktopOn, set it to 0; and create a DWORD of NoActiveDesktop, set that to 1. Then reboot, and it’s done!

Categories:      

==============

Optimize networking in Server 2008/R2/7/Vista
article #388, updated 4693 days ago

Here are two very interesting articles with tweaks:

http://www.speedguide.net/articles/windows-7-vista-2008-tweaks-2574

http://www.stoufis.gr/blog/topics/709

Categories: