Dla użytkowników Mozilli / Firefoxa - CB Mozilla Optimizer.
Program dodaje do pliku user.js wpisy (oczywiście można to też zrobić ręcznie):
user_pref("content.notify.ontimer", true);user_pref("content.notify.interval", 100);user_pref("content.notify.backoffcount", 200);user_pref("network.http.pipelining", true);user_pref("network.http.proxy.pipelining", true);user_pref("network.http.pipelining.maxrequests", 8);user_pref("network.http.max-connections", 60);user_pref("network.http.max-connections-per-server", 32);user_pref("network.http.max-persistent-connections-per-proxy", 16);user_pref("network.http.max-persistent-connections-per-server", 8);user_pref("nglayout.initialpaint.delay", 0);Dzięki temu strony www ładują się jesze trochę szybciej.
Dla zainteresowanych topic na MozillaZine.