如何在 Windows 7 上加速 Firefox?

Mat*_*sse 3 windows firefox windows-7

我在 Windows 7 RTM 上使用 Firefox 3.5.3,我打开了大约 20 个选项卡(作为我的主页),我有 45 个加载项,可以执行从阻止广告到打开 Internet Explorer 选项卡的所有操作。我有带有 8 GB RAM 的 Windows 7 64 位 RTM(请参阅其他有关其中多少可用的问题/答案)。你加快速度的最佳建议是什么?

Wil*_*sum 7

显而易见的是卸载不需要的附加组件,但是如果您需要所有这些附加组件,那么显然您不能。

除了转到 about:config 和修改各种设置之外,您可以做的事情并不多。

最近,一位火狐开发者谈到了一种清除 SQLite数据库的方法,以稍微加快速度。

    * Open the Error Console: Tools menu/Error Console
    * In the Code text box paste this (it's a single line):

      Components.classes["@mozilla.org/browser/nav-history-service;1"].getService(Components.interfaces.nsPIPlacesDatabase).DBConnection.executeSimpleSQL("VACUUM");

    * Press Evaluate. All the UI will freeze for a few seconds while databases are VACUUMed
Run Code Online (Sandbox Code Playgroud)

此外,如果您觉得 flash 非常不稳定,请参阅有关如何解决此问题的文章

 go to about:config and change browser.sessionstore.interval to a much higher amount.
Run Code Online (Sandbox Code Playgroud)

同样,如果您看到很多速度问题,这可能是因为有太多的插件......即使单独的插件运行良好,我注意到当某些时候延迟/滞后会呈指数级增长结合在一起。