Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pimp making Firefox as fast as Chrome article #13

Open
wikimatze opened this issue May 26, 2016 · 0 comments
Open

Pimp making Firefox as fast as Chrome article #13

wikimatze opened this issue May 26, 2016 · 0 comments

Comments

@wikimatze
Copy link
Owner

network.http.pipelining = True
network.http.pipelining.max-optimistic-requests = 8
network.http.pipelining.maxrequests = 64
network.http.max-persistent-connections-per-proxy = 64
network.http.max-persistent-connections-per-server = 8
network.dns.disableIPv6 = true

Use preload

Intending to save overuse of any SSDs, probably a bit out of date by now though :

browser.cache.disk.enable false
browser.cache.memory.max_entry_size 51200
browser.pagethumbnails.capturing_disabled with a value of true prevents thumbnails from appearing on the New Tab page grid and from being saved in ~/.cache/mozilla/firefox/profile_name/thumbnails.

This setting doesn't exist by default and is to be created.

Reference: https://developer.mozilla.org/en-US/...uring_disabled 

More config information: http://kb.mozillazine.org/Firefox_:_FAQs_:_About%3Aconfig_Entries

More reference links:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant