Hi Leute!
Wer aller kommt der FireFox etwas lahm vor… also mir gings so und deshalb hab ich mich im I-Net umgeschaut und mal folgendens Tool gefunden:
Dieses Tool erstellt im Profilordner eine Datei „user.js“ (und falls diese bereits existiert, dann added es einfach ein paar Zeilen darin).
Ich habe mal meine Config, welche zusätzlich zum Tool noch von mir händisch abgeändert worden sind, hier reingestellt:
user_pref("nglayout.initialpaint.delay", 100);
user_pref("content.notify.ontimer", true);
user_pref("content.notify.interval", 100000);
user_pref("content.notify.backoffcount", 5);
user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 32);
user_pref("network.http.max-connections", 256);
user_pref("network.http.max-connections-per-server", 32);
user_pref("network.http.max-persistent-connections-per-proxy", 32);
user_pref("network.http.max-persistent-connections-per-server", 32);
Also bei mir hats 1000% gebracht.