Computer Tips


Sep
6

0


This configuration is more suited to people without ultra fast connections. We are not talking about dial up connections but slower DSL / Cable connections.

How To Edit FireFox Preferences

Config A

{code}content.notify.backoffcount = 5
plugin.expose_full_path = true
ui.submenuDelay = 0
content.max.tokenizing.time = 2250000
content.notify.interval = 750000
content.notify.ontimer = true
content.switch.threshold = 750000
network.http.max-connections = 48
network.http.max-connections-per-server = 16
network.http.max-persistent-connections-per-proxy = 16
network.http.max-persistent-connections-per-server = 8
nglayout.initialpaint.delay = 0
browser.cache.memory.capacity = 65536{/code}

Firefox is allocated 4096 KB of memory by default and in this configuration we give it roughly 65MB as denoted by the last line. This can be changed according to what is used.

OR

Config B

{code}content.notify.backoffcount = 5
plugin.expose_full_path = true
ui.submenuDelay = 0
browser.xul.error_pages.enabled = true
content.interrupt.parsing = true
content.max.tokenizing.time = 3000000
content.maxtextrun = 8191
content.notify.interval = 750000
content.notify.ontimer = true
content.switch.threshold = 750000
network.http.max-connections = 32
network.http.max-connections-per-server = 8
network.http.max-persistent-connections-per-proxy = 8
network.http.max-persistent-connections-per-server = 4
nglayout.initialpaint.delay = 0
browser.cache.memory.capacity = 65536
{/code}

DO NOT copy and past the space or equal signs.
Firefox is allocated 4096 KB of memory by default and in this configuration we give it roughly 65MB as denoted by the last line. This can be changed according to what is used.
 

Sep
6

0


This configuration is more suited to people without ultra fast computers, but have high speed internet (DSL / Cable Internet)

One of the changes made for this particular configuration is the final line where the status bar is disabled for changing web pages to save processor time.

How To Edit FireFox Preferences

{code}plugin.expose_full_path = true
ui.submenuDelay =   0
content.max.tokenizing.time =     3000000
content.notify.backoffcount =   5
content.notify.interval =   1000000
content.notify.ontimer =   true
content.switch.threshold =   1000000
content.maxtextrun =   4095
nglayout.initialpaint.delay =   1000
network.http.max-connections =   48
network.http.max-connections-per-server =   16
network.http.max-persistent-connections-per-proxy =   16
network.http.max-persistent-connections-per-server =   8
dom.disable_window_status_change =   true
{/code}

DO NOT copy and past the space or equal signs.

Sep
6

0


We have entered the doldrums of the dial-up user

Some of the options we chose not to include as opposed to suggestions on the Mozillazine threads included the suggestion of catching SSL pages. Regardless of computer speed, one of the common trends is that pipelining is a good thing. Those with faster computers and gobs of memory may want to up the amount of memory available to Firefox while those with slower computers can still increase the default 4MB to something higher. This was not done in our configuration files however. Power users are also welcome to disable the status bar to seek out that extra CPU cycle or two.

How To Edit FireFox Preferences

{code}plugin.expose_full_path = true
ui.submenuDelay = 0
content.max.tokenizing.time = 2250000
content.notify.backoffcount = 5
content.notify.interval = 750000
content.notify.ontimer = true
content.switch.threshold = 750000
nglayout.initialpaint.delay = 750
network.http.max-connections = 32
network.http.max-connections-per-server = 8
network.http.max-persistent-connections-per-proxy = 8
network.http.max-persistent-connections-per-server = 4
dom.disable_window_status_change = true{/code}

DO NOT copy and past the space or equal signs.
 

Page 2 of 212