যদি কোনও ভাল স্পেক দিয়ে কম্পিউটার থাকে, তবে firefox এর জন্য আপনার user.js পরিবর্তন করার কথা বিবেচনা করুন। এটি আপনার হার্ডওয়্যার / ব্যান্ডউইথ আরও সুবিধা নিতে চেষ্টা করবে:
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);
আমি user.js. পরিবর্তন করার জন্য ChromEdit addon ব্যবহার করার পরামর্শ দিই।