Author: Andrew
| Date: February 14, 2013
|
| Tags:
browsers,
chromium,
firefox,
google chrome,
linux,
opera,
performance,
RAM,
ssd,
tmpfs,
ubuntu
Profile Sync Daemon is a tool to move the web browser profile to RAM, using tmpfs, which has the advantage of reducing disk writes (useful for SSDs, some would say)
, increased speed and responsiveness.
The tool supports most browsers:
Chromium, Google Chrome, Firefox (stable, beta, aurora and firefox-trunk), Conkeror, Midori, Opera (including
Opera Next) and
Qupzilla and is based on an old script (we've covered it on
WebUpd8 back in 2009), with some extra features: this is a daemonized script and has recovery protection, as well as support for all the above mentioned browsers as opposed to the old script which only supports Firefox. It's also a lot easier to use.
Since RAM content is cleared on reboot, Profile Sync Daemon automatically syncs the profile back to the physical disk using a symbolic link and rsync at a given time interval. Furthermore, the profile is synced back to the hard disk before you shut down or restart your computer, so no profile data is lost. Still, use it at your own risk!