Firefox
MacOS 內定放在
~/Library/Mozilla/Firefox/Profiles/<profile folder>
~/Library/Application Support/Firefox/Profiles/<profile folder>
網址列輸入 about:cache 可以看到目前資料
網址列輸入 about:config
再輸入
browser.cache.disk.parent_directory
即可修改暫存檔案的路徑
https://support.mozilla.org/zh-TW/questions/1169827
Where is the Firefox Cache?
另外
"C:\Users\[ACCOUNT]\AppData\Roaming\Mozilla\Firefox\Profiles\XXXXX.default-release\storage\default"
這個目錄 也可以考慮做連結到 ramdisk 中
Safari
MacOS 暫存目錄在 ~/Library/Caches/com.apple.Safari ,將之移除連結到 ramdisk :
ln -s /Volumes/ramdisk/safari ~/Library/Caches/com.apple.Safari
Edge
Windowsedge 暫存檔案放在:
C:\Users\帳號名稱\AppData\Local\Microsoft\Edge\User Data\Default\Cache
執行"命令提示字元" (以系統管理員身分來執行)
輸入: mklink /d "C:\Users\帳號名稱\AppData\Local\Microsoft\Edge\User Data\Default\Cache" r:\edge\
Chrome
MacOS暫存目錄在 ~/Library/Caches/Google/Chrome/Default ,將之移除
連結到 ramdisk :
ln -s /Volumes/ramdisk/chrome ~/Library/Caches/Google/Chrome/Default
https://superuser.com/questions/197786/location-of-chrome-cache-on-mac-os-x
其它
網址列輸入 chrome://about --> List of Chrome URLs
網址列輸入 chrome://flags 各種 chrome 實驗性功能的設定
Windows
chrome 暫存檔案放在:
C:\Users\帳號名稱\AppData\Local\Google\Chrome\User Data\Default\Cache
執行"命令提示字元" (以系統管理員身分來執行)
輸入: mklink /d "C:\Users\帳號名稱\AppData\Local\Google\Chrome\User Data\Default\Cache" r:\chrome\
Brave
MacOS 暫存目錄在 ~/Library/Caches/BraveSoftware/BraveSoftware ,將之移除連結到 ramdisk :
ln -s /Volumes/ramdisk/Brave-Browser ~/Library/Caches/BraveSoftware/BraveSoftware