Niente Proxy, forse dipende dal fatto che adesso sono in Belgio?
Impostazioni di FF (manca la parte iniziale "user_" perchè le ho messe nel "firefox.js", direttamente nel programma e non nel profilo):
// Optimization settings
pref("network.http.pipelining", true);
pref("network.http.pipelining.maxrequests", 8);
pref("network.http.request.max-start-delay", 0);
pref("content.notify.backoffcount", 5);
pref("content.max.tokenizing.time", 2250000);
pref("content.notify.interval", 750000);
pref("content.notify.ontimer", true);
pref("content.switch.threshold", 750000);
// Fast connections
pref("network.http.max-connections", 48);
pref("network.http.max-connections-per-server", 16);
pref("network.http.max-persistent-connections-per-proxy", 16);
pref("network.http.max-persistent-connections-per-server", 8);