Recommended Posts

In user.js : in "firefox/profile/*.defult/"

// Last value in milliseconds (default is 250) this make ff fast like Opera!~!

user_pref("nglayout.initialpaint.delay", 0);

//net set

user_pref("network.http.max-connections", 128);

user_pref("network.http.max-connections-per-server", 64);

user_pref("network.http.max-persistent-connections-per-proxy", 64);

user_pref("network.http.max-persistent-connections-per-server", 32);

user_pref("network.http.pipelining", true);

user_pref("network.http.pipelining.maxrequests", 64);

user_pref("network.http.proxy.pipelining", true);

// Maximum cache capatiy

user_pref("browser.cache.memory.capacity", 65536);

now restart your firefox and u'l see the differents.

to make sure this settings are changed open "about:config" and check it out.

tell me how it make a different and suggest more internet setting u use.

GL

links:

http://www.supernova00.biz/userjs.html

http://www.mozilla.org/support/firefox/tips

Link to comment
https://www.neowin.net/forum/topic/470520-how-to-make-ff-faster/
Share on other sites

If you're getting alot of Fx crashes in Windows, using so many connections is one of the causes. It's not a completely harmless tweak.

that's why I use gentler setup. Here's my user.js:

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.maxtextrun", 8191);
user_pref("dom.disable_window_status_change", true);
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);
// user_pref("network.http.request.max-start-delay", 5);

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

does fasterfox extension do this? or is it better to do it manually? if so, maybe refer me to which file i must edit

Fasterfox does similar things, though I prefer knowing exactly what I'm doing. To use my file, you simply create a user.js file in your Firefox profile directory. For instance, I have my file in:

C:\Documents and Settings\Chris\Application Data\Mozilla\Firefox\Profiles\q5dvjgu3.Chris_032706

Then just copy and paste that text into the file. It's easy plus it's convenient when needing to bring your settings over to a new profile.

opening excessive ammounts of connections are useless and may slow it down also. And some settings are limited anyways so whatever number you type in it'll always be at a specified max, i forget which setting that was.

Anyways here's my settings which I've tested and works the best. For broadband only.

Open "about:config"

Speed Settings

--------------------

Set Value:

network.http.max-connections "48"

network.http.max-connections-per-server "24"

network.http.max-persistent-connections-per-proxy "16"

network.http.max-persistent-connections-per-server "8"

network.http.pipelining "true"

network.http.pipelining.maxrequests "8"

network.http.proxy.pipelining "true"

browser.cache.disk.capacity "1024000" (Or whatever you want, actually. It depends on the machine)

Create Value:

[integer] nglayout.initialpaint.delay "50"

[integer] browser.cache.memory.capacity "10240" (This and the two following settings are all dependant on the machine and you should test out the best performance)

[integer] network.dnsCacheExpiration "5120"

[integer] network.dnsCacheEntries "512"

[boolean] config.trim_on_minimize "true"

Other Settings

----------

plugin.expose_full_path "true" (I dont remember what this is)

browser.display.focus_ring_width "0" (Gets rid of dotted focous border around active items)

browser.display.show_image_placeholders "false" (gets rid of image placeholders...i think)

NoScript Permanent Allowed URLS: noscript.permanent (This is just a note to myself of which setting the noscript perm allowed URLs are located in)

Links

----------

http://forums.mozillazine.org/viewtopic.php?t=53650

http://preferential.mozdev.org/preferences.html

that's why I use gentler setup. Here's my user.js:

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.maxtextrun", 8191);
user_pref("dom.disable_window_status_change", true);
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);
// user_pref("network.http.request.max-start-delay", 5);

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

Very noticable improvement w/ this setup! Much Thanks!

Edited by brian502

that's why I use gentler setup. Here's my user.js:

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.maxtextrun", 8191);
user_pref("dom.disable_window_status_change", true);
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);
// user_pref("network.http.request.max-start-delay", 5);

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

I would realy like to use that config but i dont know where the firefox profiles are in Windows Vista :(

I use the following settings.

user_pref("browser.cache.memory.capacity", 65536);

user_pref("browser.download.manager.focusWhenStarting", true);

user_pref("browser.download.manager.showAlertOnComplete", false);

user_pref("browser.link.open_newwindow.restriction", 0);

user_pref("browser.sessionhistory.max_total_viewers", 0);

user_pref("content.interrupt.parsing", true);

user_pref("content.max.tokenizing.time", 3000000);

user_pref("content.notify.backoffcount", 5);

user_pref("content.notify.interval", 750000);

user_pref("content.notify.ontimer", true);

user_pref("content.switch.threshold", 750000);

user_pref("dom.disable_window_open_feature.resizable", true);

user_pref("network.http.max-connections", 48);

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("network.http.pipelining", true);

user_pref("network.http.pipelining.maxrequests", 8);

user_pref("network.http.proxy.pipelining", true);

user_pref("network.prefetch-next", false);

user_pref("nglayout.initialpaint.delay", 100);

user_pref("ui.submenuDelay", 50);

Wave' date='Jun 19 2006, 01:18' post='587618900']

FasterFox works well enough for me :)

For most people it will work well enough. To be honest, I just prefer having more knowledge of the settings I'm changing and how best to configure them. Also, I made that user.js up way before fasterfox was released, so I had no other choice lol.

user_pref("network.http.pipelining.maxrequests", 64);

http://www.supernova00.biz/userjs.html

Hmm... supernova00 should know better about the maxrequests pref being hardcoded at 8 max as anything greater is still 8 ...as he is a regular at MozillaZine, which has seen a large number of these so called make firefox faster tweak threads, where these settings such as the pipelining can actually make Firefox slower for some sites or images load in wrong place.

that's why I use gentler setup. Here's my user.js:

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.maxtextrun", 8191);
user_pref("dom.disable_window_status_change", true);
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);
// user_pref("network.http.request.max-start-delay", 5);

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

wow, i dumped fasterfox for this :p, awsome thanks

hey I had some other lines also that I'd like to ask if they are now obsolete or not

user_pref("browser.turbo.enabled", true);

user_pref("network.dns.disableIPv6", true); <--- increases speed when disabled?

user_pref("network.enableIDN", false);

user_pref("browser.tabs.showSingleWindowModePrefs", true);

user_pref("content.switch.threshold", 750000); <--- I have it at 750,000 instead of 200,000. What does that line do?

user_pref("extensions.dss.enabled", 1); <--- This doesnt work at all. I dont remember where I got the info to put that line (which is dynamic skin switch)

user_pref("browser.sessionhistory.max_total_viewers", 5); <-- to load from cache?

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • But it opens the floodgates to anyone who gets a refund instead of a replacement (since refund will buy you a 1/3rd of the capacity it did years ago)
    • He has planned to file a lawsuit in small claims court so it'll only be a $1000 lesson assuming he wins. That's likely a fraction of what Samsung spends on toilet paper on a daily basis.
    • Windows Server gets DNS over HTTPS (DoH) support by Usama Jawad For the past few months, Microsoft has been previewing DNS over HTTPS (DoH) for Windows DNS Server, touting it as a foundational upgrade for zero-trust enterprise networks. It essentially introduces encrypted, authenticated DNS for the networks rather than transmitting DNS traffic in clear. Now, the company has introduced the general availability (GA) of this feature. The GA of DoH encourages organizations to deploy the solution in production environments without implementing a new client-to-resolver architecture. DoH helps improve the overall security of the network and reduces the risk of spoofing due to its zero-trust design. This is a significant change because pretty much every interaction with the network requires interfacing with DNS. DoH offers several advantages over standard DNS traffic, such as encryption using HTTPS, preventing unauthorized inspection, man-in-the-middle attacks, and traffic analysis. Since it leverages TLS certificates so that clients can verify the identity of the DNS server, it prevents spoofing through this authentication mechanism. Additionally, it's built on the DoH standard defined by the Internet Engineering Task Force (IETF), which means that it should work with modern RFC 8484-compliant clients. Finally, it integrates into the existing network architecture seamlessly and can even run in parallel with standard DNS, so that customers can migrate to the new technology at their own pace. Microsoft says that in the past few months of preview, DoH has become more stable, and customers can confidently deploy it in production environments with proper guidance. Microsoft has emphasized that migrating to DoH is necessary for organizations that are moving toward zero-trust DNS solutions. Windows clients already support DoH, but the latest availability on Windows Server provides encrypted DNS to all endpoints. The company has also mentioned that "while this release focuses on encrypting client-to-resolver communication, support for encrypted communication between Windows DNS Server and upstream DNS resolvers is planned for a future update." You can follow Microsoft's guidance to deploy DoH here, but keep in mind that you need a Windows Server 2025 installation with the latest Patch Tuesday updates installed.
    • Lol I had one of these turn faulty in Jan, guess it wasn't just bad luck lol
    • I'm team Rossmann all the way. I have the exact same NVME, altough not in an array like him.
  • Recent Achievements

    • Week One Done
      davidbazooked earned a badge
      Week One Done
    • One Month Later
      Jamswaz earned a badge
      One Month Later
    • Week One Done
      Jamswaz earned a badge
      Week One Done
    • Rookie
      Marzoid went up a rank
      Rookie
    • Community Regular
      coch went up a rank
      Community Regular
  • Popular Contributors

    1. 1
      +primortal
      511
    2. 2
      PsYcHoKiLLa
      184
    3. 3
      +Edouard
      159
    4. 4
      Steven P.
      83
    5. 5
      ATLien_0
      75
  • Tell a friend

    Love Neowin? Tell a friend!