Firefox: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(15 intermediate revisions by the same user not shown)
Line 12: Line 12:
cert8.db  key3.db  secmod.db
cert8.db  key3.db  secmod.db
</pre>
</pre>
=Number of Connections=
about:config -> Search for "connections":
====network.http.max-connections====
{{External|http://kb.mozillazine.org/Network.http.max-connections}}
The total number of connections the browser can open at once.
====network.http.max-connections-per-server====
{{External|http://kb.mozillazine.org/Network.http.max-connections-per-server}}
====network.http.max-persistent-connections-per-proxy====
{{External|http://kb.mozillazine.org/Network.http.max-persistent-connections-per-proxy}}
====network.http.max-persistent-connections-per-server====
{{External|http://kb.mozillazine.org/Network.http.max-persistent-connections-per-server}}


=Connection Timeout=
=Connection Timeout=
Line 17: Line 39:
about:config -> Search for "timeout":
about:config -> Search for "timeout":


* network.http.keep-alive.timeout
====network.http.keep-alive====
* network.http.connection-timeout
 
{{External|http://kb.mozillazine.org/Network.http.keep-alive}}
 
====network.http.keep-alive.timeout====
 
{{External|http://kb.mozillazine.org/Network.http.keep-alive.timeout}}
 
The amount of time (in second) after which a connection without user activity is closed. This preference has effect only if [[#network.http.keep-alive|network.http.keep-alive]] is true.
 
====network.http.connection-timeout====
 
<font color=red>?</font>


More about {{Internal|HTTP_Persistent_Connections#Timing_Out_a_Persistent_Connection|Persistent HTTP Connections}}
More about {{Internal|HTTP_Persistent_Connections#Timing_Out_a_Persistent_Connection|Persistent HTTP Connections}}
=Add-ons=
* [[AWS Extend Switch Roles]] Add-on
=Installation=
=Clear Cache=
Hold Shift while clicking Reload, or press ⌘-R on a Mac.

Latest revision as of 05:08, 18 November 2021

Internal

Re-Use Firefox's NSS Certificate Database

The certificates are found under the profile directory. For Mac: /Users/<user-name>/Library/Application Support/Firefox/Profiles/9zoulw04.default

Copy all *.db files:

cert8.db  key3.db   secmod.db

Number of Connections

about:config -> Search for "connections":

network.http.max-connections

http://kb.mozillazine.org/Network.http.max-connections

The total number of connections the browser can open at once.

network.http.max-connections-per-server

http://kb.mozillazine.org/Network.http.max-connections-per-server

network.http.max-persistent-connections-per-proxy

http://kb.mozillazine.org/Network.http.max-persistent-connections-per-proxy

network.http.max-persistent-connections-per-server

http://kb.mozillazine.org/Network.http.max-persistent-connections-per-server

Connection Timeout

about:config -> Search for "timeout":

network.http.keep-alive

http://kb.mozillazine.org/Network.http.keep-alive

network.http.keep-alive.timeout

http://kb.mozillazine.org/Network.http.keep-alive.timeout

The amount of time (in second) after which a connection without user activity is closed. This preference has effect only if network.http.keep-alive is true.

network.http.connection-timeout

?

More about

Persistent HTTP Connections

Add-ons

Installation

Clear Cache

Hold Shift while clicking Reload, or press ⌘-R on a Mac.