Firefox加速

Firefox用久了就会速度变慢,有时候按打开一个标签页也要“死机”一下,等上老半天才能够操作。据说可能的原因是Firefox的profile database(你的配置数据库)用久了以后会“紊乱”,导致Firefox反应慢。我刚刚试了一下这个软件,貌似确有奇效,推荐一下:

http://www.crystalidea.com/speedyfox

此外,清空历史记录也可减少在地址栏输入网址的时候Firefox的寻找匹配地址的时间。对于常用的网站建议收入收藏夹,免得Firefox老是去历史记录里面找匹配。

还有一招就是清理SQLite database。其实很简单:进入“工具栏-错误控制台”,在“代码”处填入以下code后回车确认即可。然后不妨重启Firefox感觉一下:
Components.classes["@mozilla.org/browser/nav-history-service;1"].getService(Components.interfaces.nsPIPlacesDatabase).DBConnection.executeSimpleSQL("VACUUM")

imgp
2009-12-15

This entry was posted in 未分类. Bookmark the permalink.

发表评论

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / 更改 )

Twitter picture

You are commenting using your Twitter account. Log Out / 更改 )

Facebook photo

You are commenting using your Facebook account. Log Out / 更改 )

Connecting to %s