Speed up firefox
2008-01-09 05:57:47
网上主流的、加速firefox的方法基本是通过about:config修改其配置来实现的,如下:
- Speed up page rendering
By default, Firefox doesn't try to render a web page for 250 milliseconds while it's waiting for data. If you use about:config to add the Integer preference nglayout.initialpaint.delay, and set the value to 0, Firefox immediately starts to display the page, even without complete data. The drawback, especially on slower machines, is that the total time to display the page will be longer.
- Enable Pipelining
Pipelining is an experimental feature, designed to improve page-load performance, that is unfortunately not well supported by some web servers and proxies. To try it out, by using about:config to set the following preferences:
network.http.pipelining
Set this to true, to enable pipelining.
network.http.proxy.pipelining
Set this to true, to enable pipelining to the proxy server.
network.http.pipelining.maxrequests
Set this to 8, to have a maximum of 8 pipelining requests at once. Possible values are from 1 to 8.
For more information about pipelining, read the HTTP/1.1 Pipelining FAQ
- disable IPV6
- set network.dns.disableIPv6 as false
- set plugin.expose_full_path as true
- set content.notify.backoffcount as 5
- se ui.submenuDelay as 0
2008-01-15
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment