user_pref("content.max.tokenizing.time", 600000);
user_pref("content.notify.backoffcount", 5);
user_pref("content.notify.interval", 200000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 200000);
user_pref("content.interrupt.parsing", true);
user_pref("content.maxtextrun", 8191);
user_pref("nglayout.initialpaint.delay", 100);
user_pref("network.http.max-connections", 32);
user_pref("network.http.max-connections-per-server", 8);
user_pref("network.http.max-persistent-connections-per-proxy", 8);
user_pref("network.http.max-persistent-connections-per-server", 4);
user_pref("network.http.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 8);
user_pref("network.http.proxy.pipelining", true);

// Inline autocomplete
user_pref("browser.urlbar.autoFill", true);