Search found 3 matches

by wfunction
Fri Feb 22, 2013 9:20 pm
Forum: Bug Report and Suggestion
Topic: FancyCache slows down hybrid shutdown/boot
Replies: 1
Views: 7896

FancyCache slows down hybrid shutdown/boot

FancyCache slows down hybrid shutdown and boot since Windows 8 now has to save and restore the entire cache to the disk.
Instead, it should turn off the cache during this process so that it doesn't cause unnecessary disk I/O.
by wfunction
Sat Nov 17, 2012 8:25 pm
Forum: Bug Report and Suggestion
Topic: Disable on hibernation; enable on resume
Replies: 1
Views: 3119

Disable on hibernation; enable on resume

Currently, FancyCache lengthens my hibernation time by a factor of 3 because of the large cache size.
It would be extremely awesome if it could automatically turn off its cache when being hibernated, and then re-enable its cache upon resuming. :)
Thank you!
by wfunction
Sun Apr 01, 2012 2:39 am
Forum: Technical Support
Topic: No read-ahead?
Replies: 1
Views: 2764

No read-ahead?

Does FancyCache not do read-ahead? If it did, it would speed up some programs a lot, because some operations, such as FSCTL_GET_NTFS_FILE_RECORD ( http://msdn.microsoft.com/en-us/library/windows/desktop/aa364568.aspx ), do not perform a read-ahead, and so using them is a lot slower than it should be...