spiralofhope logo
spiralofhope logo

S
piral of Hope
Better software is possible.
Styles
Table of Contents

Firefox >


To learn how to open .asc files in firefox, see compiled website usage.

Resources

Tweaks

Old notes

Some of these notes could be as old or older than 1.5. Technically I've grandfathered everything here into the latest Firefox.

Speeding up Firefox

  • network.http.pipelining true
  • network.http.pipelining.ssl true
  • network.http.pipelining.maxrequests 15
  • network.http.proxy.pipelining false
    • I turn this one off because proxies are notoriously slow and grumpy.
  • network.http.max-connections 32
  • network.http.max-connections-per-server 16
  • network.http.max-persistent-connections-per-server 8
  • network.http.max-persistent-connections-per-proxy 16
  • nglayout.initialpaint.delay 0
    • change the timeout values as well.. since you're overloading servers it'll take a while. =/ (TODO: How?)
    • [18] Also sync content.notify.interval for best performance?