For those complaining about speed, here are some tips.
If you want to speed up the launch of the program, tack on "/prefetch:1" at the end of the shortcut to add Firefox into the system memory (Windows only).
For faster loading of pages, go to the navigation bar and type "about:config" and look for the following lines:
The numbers at the end signify the default values. Change these to:
If you want to speed up the launch of the program, tack on "/prefetch:1" at the end of the shortcut to add Firefox into the system memory (Windows only).
For faster loading of pages, go to the navigation bar and type "about:config" and look for the following lines:
Code:
network.http.max-connections 24
network.http.max-connections-per-server 8
network.http.max-persistent-connections-per-proxy 4
network.http.max-persistent-connections-per-server 2
network.http.pipelining false
network.http.pipelining.maxrequests false
The numbers at the end signify the default values. Change these to:
Code:
network.http.max-connections 32
network.http.max-connections-per-server 16
network.http.max-persistent-connections-per-proxy 8
network.http.max-persistent-connections-per-server 4
network.http.pipelining true
network.http.pipelining.maxrequests 32