Check that your motherboard is in AHCI mode.
That drastically speeds up an SSD drive.

My SSD is a Patriot Torq, and I found these to be useful.
Copy/pasting, from Patriot Memory Support forum:



Enable Write Caching
Description: This will show you how to enable write caching to have better performance for a storage device.

Instructions: Open the Control Panel -> System and Security -> Device Manager -> expand Disk drives -> Double click on the listed storage device that you want to enable write caching for -> Click on the Polices tab -> By default, "Enable write caching on the device" is checked under the Write-caching policy section. If not, then check it -> Select (check) the "Turn off Windows write-cache buffer flushing on the device" box -> Click on OK -> Click on Yes to restart the computer to apply.



Disable indexing
Description: Indexing creates and maintains a database of file attributes. This can lead to multiple small writes when creating/deleting/modifying files. Searching for files will still work.

Instructions: Start Menu -> Right-Click Computer -> Manage -> Services and Applications -> Services - > Right-Click Windows Search -> Startup type: Disabled -> OK

Description: We also need to stop Windows 7 indexing the SSD. SSD drives seek so fast that Indexing is not needed. In fact, while Windows 7 is indexing the SSD it is slowing down your system.

Instructions: Go to Computer -> Right click on SSD Drive -> Properties -> Uncheck Allow files on this drive to have contents indexed in addition to file properties -> Click OK



Disable Superfetch
Instructions: Open regedit.exe and browse down to the following key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager\Memory Management\PrefetchParameters

Find the "EnableSuperfetch" key on the right-hand pane, rightclick it, hit modify and change 3 to 0 and hit OK.



Disable Prefetch
Description: Frees up RAM by not preloading program files.

Instructions: Open regedit.exe and browse down to the following key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager\Memory Management\PrefetchParameters

Find the "EnablePrefetcher" key on the right-hand pane, right click it, hit modify and change 3 to 0 and hit OK.