republican-creole
Search:  

 
 
   All ForumsHot TopicsGallery






how-to block ads


 
Forums » Tech and Talk » OS and Software » Mozilla Software » [FireFox] Tweaking Firefox for Fun & Speed
Search Topic:
Uniqs:
15795
Share Topic:
RSS topic:
toggle:
flat / full
normal / watch
Posting:
How to remove Google from FF3 Navigation Bar? »
« Addons SSL - Conspiracy Theory?  
page: 1 · 2 · 3 · 4 ...14 · 15 · 16
AuthorAll Replies


Grail Knight
Who Dares Wins
Premium
join:2003-05-31
Erie, PA
·Verizon Online DSL


edit:
April 7th, @03:30PM

[FireFox] Tweaking Firefox for Fun & Speed

I have been testing some speed tweaks for Firefox v2.0 and 3.0 series browser and have come up with IMO a nice combination for computers with broadband connections regardless of the computers processor speed. Users of Fasterfox will recognize some of the tweaks but some are not included in Fasterfox. This is the original way of tweaking Firefox and IMO still the best way.

You can place these lines of code below in your user.js. Restart Fx when done.

Note* If after restarting Firefox the tweaks do not transfer over to the prefs.js file you can do an about:config from the address bar and manually enter them into the prefs.js.

Your Firefox should now be noticeably peppier.

Enjoy and feel free to post some of your own tweaks.

---------------------------------------------
user_pref("content.interrupt.parsing", true);
user_pref("content.max.tokenizing.time", 360000);
user_pref("content.maxtextrun", 8191);
user_pref("content.notify.backoffcount", 5);
user_pref("content.notify.interval", 120000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);

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", 20);
user_pref("network.http.max-persistent-connections-per-server", 16);

user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 8);
user_pref("nglayout.initialpaint.delay", 50);

user_pref("network.http.keep-alive.timeout", 30);
user_pref("network.http.request.max-start-delay", 4);
user_pref("network.http.connect.timeout", 30);
user_pref("network.dnsCacheExpiration", 60);
user_pref("network.dnsCacheEntries", 20);
user_pref("network.ftp.idleConnectionTimeout", 60);
-------------------------------------------------------

Edit* Corrected spelling and added some new info.


Sir Raleigh
Premium,MVM
join:2001-07-31
Raleigh, NC


edit:
April 7th, @12:40PM

Thanks GK. A great set of tweaks.

I installed them all except the two relating to "network.dnsCache.....", which I have set to "0" because I'm using AnalogX's FastCache to store my DNS requests, and I can tell a world of difference.

BTW, the way you have them grouped would suggest the items in each group are related to each other in some way. Are there any notes that can be attached to each group to indicate what each group does?

EDIT: Added "BTW..."
--
I used to know all this stuff.


Smuuth
Tanstaafl
Premium
join:2001-03-22
Aurora, CO


edit:
April 7th, @12:51PM

reply to Grail Knight
I also want to say thank you, GK. Not just for this post of great tweaks (which I just installed and already see the difference), but for all the help I get on this forum from you and all the other regulars on here. You guys (and/or gals) are amazing.

BTW, (and you probably already know this) an amazing little editor which I use for editing preference files like user.js is something called Win32Pad. It has a lot of features I find useful and missing in Notepad.
--
It's not the destination, it's the journey.


DataDoc
Waiting for Godot
Premium
join:2000-05-14
Greenville, NC
·Suddenlink

reply to Grail Knight
Thanks, for this and all of your (and Sir Raleigh's) help and support of this forum.

One question, should we uninstall FasterFox before making these tweaks? It sounds like it won't be needed.
--
If you’re not part of the solution, you’re part of the precipitate.
That Snows the Goat & Craig's Crafts


Sir Raleigh
Premium,MVM
join:2001-07-31
Raleigh, NC


edit:
April 7th, @01:52PM

Yes, I would uninstall FasterFox.

Each time Firefox loads it reads, if it's there, the three files; user.js, userChrome,css, and userContent.css and adds the contents to whatever area within Firefox it's designed for. If you have FasterFox installed it could then overwrite the changes you made in user.js/about:config negating your changes.

For changes to about:config, I've always used user.js and then save a copy elsewhere. That way you will always have a record of what changes you've made to about:config without having to remember these changes. Also, if the "perfs.js" file (which is the about:config entries) ever gets corrupted and you reinstall Firefox or have to create a new Profile again you can just place a copy of your user.js file back in your Profiles root directory and when you start Firefox everything's back the way it was.
--
I used to know all this stuff.


Cudni
La Merma - Los De Aca
Premium,MVM
join:2003-12-20
Someshire
reply to Grail Knight
Thanks for the tweaks. I used them in my user.js

You will hear from me if they don't make my FF fly

Cudni


Grail Knight
Who Dares Wins
Premium
join:2003-05-31
Erie, PA
reply to DataDoc
You do not need Fasterfox using the tweaks I posted.


Grail Knight
Who Dares Wins
Premium
join:2003-05-31
Erie, PA
·Verizon Online DSL

reply to Sir Raleigh
Your all welcome.

The explanations for what each item does is located here:

»kb.mozillazine.org/Category:Twea···ferences

I just have been changing parameters and testing until I found the optimal settings that work well on various types of broadband connections.

Usually the tweaks are listed for:

fast computer/slower connection
fast computer/fast connection

and so on and so forth.
--------------
That was time consuming when applying the tweaks for friends and family members with different types of computers and connections so I attempted to find a happy medium which is what I posted.
--
My browser and email client of choice are Firefox & Thunderbird



Grail Knight
Who Dares Wins
Premium
join:2003-05-31
Erie, PA
reply to Smuuth
You are welcome.


Grail Knight
Who Dares Wins
Premium
join:2003-05-31
Erie, PA
·Verizon Online DSL

reply to Cudni
Your welcome.

Please let me know how they work out.

I can make adjustments if needed.

You will have to bear with me though I have a touch of the flu and will be here off and on depending on how I feel.
--
My browser and email client of choice are Firefox & Thunderbird



kingb71
formerly known as talonkarrde

join:2000-10-09
Mississauga, ON
GK, thanks for this & all of your Mozilla product tweaking help, you are a valuable resource to this forum!


Grail Knight
Who Dares Wins
Premium
join:2003-05-31
Erie, PA
Thank you and you are welcome.

Just having some fun with my favorite browser and thought I would share.


AB
Premium
join:2006-04-04
Leesburg, VA

reply to Grail Knight
Whoa! These pages have been flying by so fast-- I finally got one to slow down long enough to make this post!

Thank you, G.K.! I'll integrate these with those others you recently posted.

BTW, who's going to pay these Internet speeding tickets Verizon keeps writing me now?

And I hope you feel better real fast, too.


timcuth
Braves Fan
Premium
join:2000-09-18
Pelham, AL
clubs:
 reply to Grail Knight
Another big Thank You! I just installed these tweaks and my Firefox seems faster.

Tim


crossedeyed
Troublemaker

join:2004-07-30
Malvern, AR
Wow, talk about a LARGE differance. Thanks GK


Grail Knight
Who Dares Wins
Premium
join:2003-05-31
Erie, PA
reply to timcuth
Your welcome.


Grail Knight
Who Dares Wins
Premium
join:2003-05-31
Erie, PA
reply to crossedeyed
Good deal.

You are welcome.


Grail Knight
Who Dares Wins
Premium
join:2003-05-31
Erie, PA
reply to AB
Thank you.

I will be up to speed myself in a couple of days hopefully.


kingb71
formerly known as talonkarrde

join:2000-10-09
Mississauga, ON
did you add any new settings when you edited your original post?
I'm very impressed with these btw, especially on my laptop.
Hope you're feeling better!


Grail Knight
Who Dares Wins
Premium
join:2003-05-31
Erie, PA
·Verizon Online DSL

I did not change any settings when I edited my post.

Just wanted to let people know what to do if their settings did not take through use of the user.js.

quote:
Hope you're feeling better!
Thanks
--
My browser and email client of choice are Firefox & Thunderbird

Thread is
Forums » Tech and Talk » OS and Software » Mozilla SoftwareHow to remove Google from FF3 Navigation Bar? »
« Addons SSL - Conspiracy Theory?  
page: 1 · 2 · 3 · 4 ...14 · 15 · 16


Tuesday, 02-Dec 20:25:19 Terms of Use | Privacy Policy | Hosting by www.nac.net - DSL,Hosting & Co-lo | feedback | contact
over 9 years online! © 1999-2008 dslreports.com.
page compression OFF
Most commented news this week
· [111] AT&T Metered Billing Trial Hits Second Market
· [85] UDP BitTorrent Will Destroy The Interwebs!
· [67] EFF Challenges Telecom Immunity
· [60] Comcast Tries To Slow Verizon's Philly Entry
· [36] Cablevision Bumps HD Count To 68
· [32] Verizon Tops Consumer Reports Wireless Satisfaction Ratings
· [27] Mega-ISPs, Consumer Advocates Demand Broadband Plan
· [26] Hawaii Telecom Files For Bankruptcy
· [26] T-Mobile Invisible Caps Return
· [26] Comcast To Offer Bandwidth Use Tracker In January
Most people now reading
· [Rant] Bestbuy receipt checker [Rants, Raves, & Praise]
· Is this a good thing for the net? [news,99366]
· Coalition Government Possible? [TekSavvy]
· Level 80 PVP gear info? [World of Warcraft]
· [WotLK] Starting the Rep Grind [World of Warcraft]
· Notice, new uTorrent Alpha may be able to evade throttling [TekSavvy]
· [WotLK] New Hunter Macros [World of Warcraft]
· [WotLK] WotLK Instance Order? [World of Warcraft]
· It's official ... Macs need anti-virus software [Security]
· New massive botnet being built with latest Windows exploit [Security]