Safari 'favicons'' delete trick
from "Nugget"macosxhints - Cached 'favicons' in Safari can cause slowdowns:
You can easily purge the unused icons from the cache with the following command from Terminal.app: (just cut and paste)
This might get around the problem that Safari slows down over time. Or not.....
You can easily purge the unused icons from the cache with the following command from Terminal.app: (just cut and paste)
find $HOME/Library/Safari/Icons -type f -atime +30 -name "*.cache" -delete
This might get around the problem that Safari slows down over time. Or not.....



0 Comments:
Post a Comment
Links to this post:
Create a Link
<< Home