Hi,
I have been investigating the windows Prefetching system hoping to find a way to speed up the load time of an application I am working on. I found the following link where a developer describes modifications to the prefetcher registry values:
http://dotnet.dzone.com/news/improving-cold-startup
I have made similar modifications locally and found that they do provide faster application loading times. My problem is that I cannot find any documentation on the registry values that were changed and why the new values are better than the old ones.
So my question in short is, does anybody have any further information on the prefetcher registry values given below:
VideoInitTime EnablePrefetcher AppLaunchMaxNumPages AppLaunchMaxNumSections AppLaunchTimerPeriod BootMaxNumPages BootMaxNumSections BootTimerPeriod MaxNumActiveTraces MaxNumSavedTraces RootDirPath HostingAppList
Thanks in a advance.