Another comment on page 7.
As regards write caching (Enable write-caching on this device)
Intel drives don't write cache (except for preparing the data for storage to flash) - so this doesn't do anything on these drives.
Some SSDs do have write caches - but unless it's got a sandforce controller and an ultracapacitor - it can't guarantee saving the data in case of power failure. With some drives having 64 MB of cache - a power failure could easily total a partition, even a high-reliability file system like NTFS might be trashed beyond repair. Now, mechanical HDs benefit massively from write caching, but SSDs less so. The risk of file trashing may not be worth it on an SSD, as the performance boost is so much less than HD.
The 2nd point is on the same window:
"Turn off windows write cache-buffer flushing". This peculiarly named option is a Windows 3.11 compatability fix! (No, really! It activates a bug in Windows 3.11 that was fixed in Win 95).
Buffer flushing allows an app to check that data it is saving to a file has actually gone to disk. This allows apps to modify files in such a way that the file can survive a system crash or power failure during saving without getting hosed, or containing inconsistent data.
Some buggy business apps in the W3.11 days went a bit crazy with buffer flushing (incompetent programmers didn't understand what buffer flushing was about). This didn't matter because in W3.11 buffer flushing didn't actually work. In W95 buffer flushing was fixed, and these apps ran like ass - and this caused uproar. The publishers of the other apps couldn't believe it was their own bugs causing poor performance, and lawyered up so hard that MS execs got hauled in front of Congress to explain themselves.
MS enabled the buffer flushing bug in OSR2 (calling it 'advanced performance'), and it's stayed there ever since.
In short: this option allows extremely old, buggy apps to run without slowdown, but means correctly written apps that try to protect your data are unable to do so.
Cliffs:
"Enable write caching" - Good idea. But if reliability is critical, turning it off isn't a disaster (unlike mechanical HD).
"Disable write buffer flushing" - Pointless. Allows buggy, extremely obsolete business software to run without slowdown. Subverts well written apps attempts to protect your data.