红联Linux门户
Linux帮助

让linux中的firefox更快

发布时间:2007-02-12 01:12:33来源:红联作者:Augseptm
加速 Mozilla Firefox (火狐狸)
1.在地址栏输入 “about:config”然后找到以下的地址:: network.http.pipelining
network.http.proxy.pipelining
network.http.pipelining.maxrequests

通常浏览器一次只会发送一个请求. 你可以让它一次发送多个请求

2. 改变这些值: 把 “network.http.pipelining” 设置为“true” 把 “network.http.proxy.pipelining”
设置为 “true” 把 “network.http.pipelining.maxrequests”设置成100什么的. 这个意思就是让他一次请求100次.

3.最后右击任何地方,“新建”->“整数”,把名字设为“nglayout.initialpaint.delay” ,把它的值设为“0”
这个值是当浏览器收到信息后等待的时间 试试看,肯定会快许多

Well I edited 3 files to completly disable IPv6 :
1. Added "net.ipv6.conf.all.autoconf=0" to /etc/sysctl.conf
2. Added "alias net-pf-10 off" & "alias ipv6 off" to /etc/modprobe.conf
3. In FF, openned a new tab, type "about:config" then modify
"network.dns.disableIPv6" in "true"

And I found FF 1.5 responding visibly faster on more than half of the
sites, e.g. half a second to see Welcome (Google Firefox) page in place of
1.5 seconds.

Hope you can get it faster !
文章评论

共有 1 条评论

  1. long21china 于 2007-02-12 02:58:03发表:

    强,一定要试试看!谢了~!:ha3nd