[Fasterfox] Installing Fasterfox on Firefox 1.0.7

Tony Gentilcore gentilac at slu.edu
Sun Oct 9 13:53:11 EDT 2005


Ed,

It's probably not necessary.  Fasterfox will apply the following tweaks when
it is installed (in addition to some custom functionality like the Enhanced
Prefetching and Page Load Timer).  These tweaks will be removed when it is
uninstalled.

I'd be interested to hear how these settings compare to the custom settings
that you had.

// Fasterfox Prefs
pref("extensions.fasterfox.enhancedPrefetching", true);
pref("extensions.fasterfox.pageLoadTimer", true);
pref("extensions.fasterfox.preset", 3);
pref("extensions.fasterfox.lastTab", 0);

// Cache Prefs
pref("browser.cache.memory.capacity", 65536);
pref("browser.cache.disk.capacity", 76800);
pref("network.dnsCacheExpiration", 3600);  
pref("network.dnsCacheEntries", 512);

// HTTP Connection Prefs
pref("network.http.network.http.max-connections", 48);
pref("network.http.max-connections-per-server", 24);
pref("network.http.max-persistent-connections-per-server", 8);
pref("network.http.max-persistent-connections-per-proxy", 16);

// HTTP Pipelining Prefs
pref("network.http.pipelining", true);
pref("network.http.pipelining.firstrequest", true);
pref("network.http.proxy.pipelining", true);
pref("network.http.pipelining.maxrequests", 8);
 
// Rendering Prefs
pref("nglayout.initialpaint.delay", 0);
pref("ui.submenuDelay", 50);
 
// Popups
pref("privacy.popups.disable_from_plugins", 2);
 
//Description
pref("extensions.{c36177c0-224a-11da-8cd6-0800200c9a66}.description",
"chrome://fasterfox/locale/fasterfox.properties");

Tony

-----Original Message-----
From: fasterfox-bounces at mozdev.org [mailto:fasterfox-bounces at mozdev.org] On
Behalf Of Ed Young
Sent: Sunday, October 09, 2005 7:36 AM
To: fasterfox at mozdev.org
Subject: [Fasterfox] Installing Fasterfox on Firefox 1.0.7

Hi,

I would like to install your extension on Firefox. I currently have some 
tweaks in my user,js file to speed up Firefox. These tweaks were gotten from

one of the forums 8-9 months ago.

Should I remove these before installing your extension?

Thanks,
Ed 

_______________________________________________
Fasterfox mailing list
Fasterfox at mozdev.org
http://mozdev.org/mailman/listinfo/fasterfox




More information about the Fasterfox mailing list