alexander Posted March 3, 2009 Report Posted March 3, 2009 So i've been tired of hearing the "Chrome is just so much faster then IE and Firefox", i've decided to make a short guide of features i tend to tweak in firefox to make it render pages faster then stock. I'm not byist by the way, really, i'm using chrome to post this post, and i still say i dont like it very much at all, it's too set in its ways, i want extensions and themes... First, if you didnt know it already, in firefox, an extensive list of configurations is available via typing in about:config in the browser and pressing enter So here are a few of my personal tweaks i cant work in firefox without, not themes or extensions, actual configuration tweaks: First thing's first, check to make sure that single click URL selection is enabled:browser.urlbar.clickSelectsAll = True Make sure my auto complete for URL is on:browser.urlbar.autoFill=True I need more auto complete URLs, i generally set this to 30-50:browser.urlbar.maxRichResults = 30 shorten the timeout to 50ms:browser.urlbar.search.timeout = 50 Being a Unix guy i set the middle mouse to paste by default in firefox, thus:middlemouse.paste = True I hate blinking text:browser.blink_allowed = False I increase the number of recently closed tabs to 30-50 too:browser.sessionstore.max_tabs_undo=30 Increase scrolling speed through tabs:toolkit.scrollbox.scrollIncrement =75 Stop displaying that annoying icon to the left of the URL and in the tabs:browser.chrome.site_icons = False This is a biggie, I really love being able to make it a default for the browser to enable spell checking in text fields by default:layout.spellcheckDefault = 2 tweaking some network settings:network.http.max-connections 60network.http.max-connections-per-server 20network.http.max-persistent-connections-per-server 6network.http.pipelining truenetwork.http.proxy.pipelining truenetwork.http.pipelining.maxrequests 20network.http.pipelining.ssl false Another thing is setting the delay that browser takes to act on the data it receives:create a new integer nglayout.initialpaint.delay 0 Now disable annoying browser crap:dom.disable_window_open_feature.titlebar falsedom.disable_window_open_feature.menubar falsedom.disable_window_move_resize falsedom.disable_window_open_feature.toolbar false Finally to always show search results in a new tab:browser.search.openintab=True. Quote
sanctus Posted March 4, 2009 Report Posted March 4, 2009 I did not know about this about:config thing, but I love the screen you get... mainly the promise :hihi: Quote
alexander Posted March 4, 2009 Author Report Posted March 4, 2009 developer humor :hihi: about:robotsabout:mozilla Quote
Theory5 Posted March 4, 2009 Report Posted March 4, 2009 know any tweaks for opera? I use opera because I think it is faster, plus I like the design. Quote
alexander Posted March 4, 2009 Author Report Posted March 4, 2009 opera is good, but its not that configurable, in terms of it's configuratiousness... go to the preferences editorchange max connections to the server to 16change max connections total to 64change network buffer size to 32 restart the browser, enjoy faster opera Quote
freeztar Posted March 4, 2009 Report Posted March 4, 2009 Is there a way to apply the "one click URL bar" tweak to the google search bar as well? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.