If you want speed on a 060 I also recommend the following patches found at Aminet:
CyberPatcher (aminet?)
CMQ060
PatchMult64
BlazeWCP
FBlit
FText
Also, switching from FFS to SFS vastly increases HDD performance. SFS is so fast (asm) that it outperforms the RAM disk in every aspect but transfer rates. You also don't have to worry about disk validation no more.
Speed things up even further by adding buffers with the AddBuffers command. A few megs doesn't hurt.
Cleaning up the startup-sequence and user-startup also help. The intepreting is dead slow. Remove comments, join all "Assign libs: whatever:libs add" to one line, etc.