As the session recovery feature in Chrome and Firefox does a lot of disk writing which isn't good for an SSD, Firefox has a solution, but I'm not aware of one for Chrome. There are workarounds that involve using a USB/SD card/external hard drive for the Chrome profile folder. You could either use the "c:\Program Files (x86)\Google\Chrome\Application\chrome.exe"--user-data-dir=..." command to move the profile folder to the external drive, or create a symbolic link on the local appdata folder that points to a external drive folder. The result of this would be that on the one hand the actual installed program folder would be on the SSD itself so Chrome would presumably run on the SSD's resources, while on the other hand the profile/appdata folder and the cache would be on the external drive, so Chrome wouldn't be writing to the SSD.
Are there any disadvantages to these workarounds (i.e. putting the Chrome profile folder on an external drive)? Which would be the better one? And does anyone have a better workaround or solution to this?
Thank you very much.