Application performance matters --- including start up times, working sets and memory consumption. One path leading to more efficient code is loading fewer DLLs. One should only be loading modules that are really needed . However, it is very easy to accidentally