graysky2 / profile-sync-daemon

Symlinks and syncs browser profile dirs to RAM thus reducing HDD/SDD calls and speeding-up browsers.
https://wiki.archlinux.org/index.php/Profile-sync-daemon
Other
910 stars 88 forks source link

Feature request: qutebrowser (2) #160

Closed csantosb closed 8 years ago

csantosb commented 8 years ago

Following #105, I have noticed that qutebrowser is using ~/.cache/qutebrowseras its default cache. After a few days using it, I get around ~ 50 MB of data.

graysky2 commented 8 years ago

man psd

*Note that some browsers such as Chrome/Chromium, Firefox (since v21), Midori, and Rekonq actually keeps their cache directories separately from their browser profile directory. It is not within the scope of profile-sync-daemon to modify this behavior; users wishing to relocate this directory, may refer to the following url for several work-arounds: https://wiki.archlinux.org/index.php/Chromium_Tips_and_Tweaks#Cache_in_tmpfs

csantosb commented 8 years ago

Yes, you're right, the --cachedir flag deals with this case.