How to speed up FireFox - like it could get any faster

Great tips on how to Speed Up FireFox, via Larkware. Personally, I used these in my user.js edited with ChromEdit. It feels about 30-40% faster now.

user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 8);
user_pref("content.notify.backoffcount", 5);
user_pref("plugin.expose_full_path", true);
user_pref("ui.submenuDelay", 0);

user_pref("content.interrupt.parsing", true);
user_pref("content.max.tokenizing.time", 2250000);
user_pref("content.notify.interval", 750000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);
user_pref("nglayout.initialpaint.delay", 0);
user_pref("network.http.max-connections", 48);
user_pref("network.http.max-connections-per-server", 16);
user_pref("network.http.max-persistent-connections-per-proxy", 16);
user_pref("network.http.max-persistent-connections-per-server", 8);
user_pref("browser.cache.memory.capacity", 65536);

Now playing: Chaka Demus & Pliers - Murder She Wrote

Tracked by:
"Firefox tweaks" (mike's web log) [Trackback]
"Some Great RSS Finds" (Scooter's Musings) [Trackback]
"Some Great RSS Finds (from: Scott Dockendorf) " (Geek News Central Link Blog) [Trackback]
Disclaimer: The opinions expressed herein are my own personal opinions and do not represent my employer’s view in any way.