Guild Wars Forums - GW Guru
 
 

Go Back   Guild Wars Forums - GW Guru > Forest of True Sight > Technician's Corner

Notices

Reply
 
Thread Tools Display Modes
Old Nov 07, 2005, 03:58 AM // 03:58   #1
Frost Gate Guardian
 
Techie's Avatar
 
Join Date: Nov 2005
Location: Fairfield, Ohio
Profession: Mo/W
Advertisement

Disable Ads
Default Quick Fire Fox Optimization Guide

Guide #3 - Optimizing FireFox Load Speeds. This is very short but does wonders.

Some of you were saying that some pop-ups make you lag, try this out:

Enter 'about:config' into the address bar in firefox and right click on these options to change their values.

browser.turbo.enable - true

network.http.max-connections - 30

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

network.http.pipelining - true

network.http.pipelining.maxrequests - 8

nglayout.initialpaint.delay - 100

Thanks to Omega X for posting this link, a more in-depth look at optimizing FireFox:

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

What I have posted along with what is given in the link should have you on your way to a much faster FireFox! Enjoy!

Last edited by Techie; Nov 28, 2005 at 05:42 PM // 17:42..
Techie is offline   Reply With Quote
Old Nov 07, 2005, 05:19 PM // 17:19   #2
Lion's Arch Merchant
 
Pharoke's Avatar
 
Join Date: Apr 2005
Location: Washington THE State(Not DC)
Profession: W/Mo
Default

Heh, I did this about 2-3 weeks ago on my system and it helped a lot.
Pharoke is offline   Reply With Quote
Old Nov 14, 2005, 10:25 PM // 22:25   #3
Site Contributor
 
Join Date: Dec 2004
Default

K Techie, I have the latest version of firefox (1.5) and I don't see:

browser.turbo.enable
nglayout.initialpaint.delay

Could it be because of the latest version?
Inde is offline   Reply With Quote
Old Nov 15, 2005, 12:19 AM // 00:19   #4
Ninja Unveiler
 
Omega X's Avatar
 
Join Date: Jun 2005
Location: Louisiana, USA
Guild: Boston Guild[BG]
Profession: W/Me
Default

Quote:
Originally Posted by Inde
K Techie, I have the latest version of firefox (1.5) and I don't see:

browser.turbo.enable
nglayout.initialpaint.delay

Could it be because of the latest version?
Nope.

Its there.

Code:
user_pref("nglayout.initialpaint.delay", 750);
I don't know about the "turbo" setting, so I am going to advise against using it.

I suggest NOT to use a nglayout delay of 100 unless you know what you are doing.

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

It has everything that you need to optimize Firefox.

This is what I am currently using: (These are Dial-Up Settings)

Code:
user_pref("content.max.tokenizing.time", 3000000);
user_pref("content.notify.interval", 750000);
user_pref("content.notify.backoffcount", 5);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);
user_pref("nglayout.initialpaint.delay", 750);
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("plugin.expose_full_path", true);
These are user preferences. This goes into the user.js file. The easiest way to create and edit it is the ChromEdit extension. IT is great for changing user prefs on the fly.(if you didn't know this already)

Last edited by Omega X; Nov 15, 2005 at 12:22 AM // 00:22..
Omega X is offline   Reply With Quote
Old Nov 16, 2005, 06:08 PM // 18:08   #5
Krytan Explorer
 
IceD'Bear's Avatar
 
Join Date: Feb 2005
Guild: Awoken Myth [MYTH]
Profession: Mo/
Default

Firefox, not Fire Fox

And yes, those settings help, used most of them for a long time (never heard of the 'turbo' one, and the initialpaint.delay is per user preference).
IceD'Bear is offline   Reply With Quote
Old Nov 16, 2005, 06:30 PM // 18:30   #6
Lion's Arch Merchant
 
nimloth32's Avatar
 
Join Date: Oct 2005
Guild: Celestial Order
Profession: W/Mo
Default

i cannot find initalpaint.delay. Where is it????
nimloth32 is offline   Reply With Quote
Old Nov 16, 2005, 07:45 PM // 19:45   #7
Ascalonian Squire
 
Cam_Payton's Avatar
 
Join Date: Nov 2005
Location: Michigan
Guild: N/A
Default

not on mine either, closest I have are
nglayout.events.dispatchLeftClickOnly
and
nglayout.debug.enable_xbl_forms

everything else was there
Cam_Payton is offline   Reply With Quote
Old Nov 16, 2005, 08:03 PM // 20:03   #8
Lion's Arch Merchant
 
Venus's Avatar
 
Join Date: Aug 2005
Location: Boston, MA
Profession: Me/Mo
Default

Quote:
Originally Posted by nimloth32
i cannot find initalpaint.delay. Where is it????
I am having the same problem
Venus is offline   Reply With Quote
Old Nov 16, 2005, 09:15 PM // 21:15   #9
Furnace Stoker
 
EternalTempest's Avatar
 
Join Date: Jun 2005
Location: United States
Guild: Dark Side Ofthe Moon [DSM]
Profession: E/
Default

I use Faster Fox etension (works on 1x and 1.5x) and have it set to "Courteous" to web servers. You can also do custom settings.

https://addons.mozilla.org/extension...mpg=10&id=1269
EternalTempest is offline   Reply With Quote
Old Nov 16, 2005, 09:27 PM // 21:27   #10
Lion's Arch Merchant
 
Narada's Avatar
 
Join Date: Sep 2005
Location: United States
Guild: Clan Foxrunner
Profession: R/P
Default

Right click and select New->Integer. A box will prompt for the integer name, enter 'nglayout.initialpant.delay'. (Without the ' marks). It will then ask for the integer value, at which point you enter '0'. Doing this tells firefox to not wait on displaying the data that it recieves, it will instead pop it up the instant it gets it.
Narada is offline   Reply With Quote
Old Nov 16, 2005, 09:32 PM // 21:32   #11
Academy Page
 
Silverfang's Avatar
 
Join Date: Oct 2005
Profession: Mo/R
Default

Quote:
Originally Posted by Cam_Payton
not on mine either, closest I have are
nglayout.events.dispatchLeftClickOnly
and
nglayout.debug.enable_xbl_forms

everything else was there
ditto, hope the rest does work
Silverfang is offline   Reply With Quote
Old Nov 16, 2005, 09:59 PM // 21:59   #12
Academy Page
 
Join Date: Jun 2005
Guild: Homeless.
Profession: Mo/N
Default

Not trying to veer things off-topic, but here's a nice guide on Firefox : http://www.tweakguides.com/Firefox_1.html .

Otherwise, thanks for the tips .
Saba The Hobo is offline   Reply With Quote
Old Nov 17, 2005, 01:45 PM // 13:45   #13
Academy Page
 
Legendary Lubbie's Avatar
 
Join Date: Jul 2005
Guild: Duth Royal Assassins
Profession: W/Mo
Default

put /prefetch:1 behind the command line in your shortcut.
Legendary Lubbie is offline   Reply With Quote
Old Nov 17, 2005, 03:49 PM // 15:49   #14
Academy Page
 
lofblad's Avatar
 
Join Date: Jun 2005
Guild: Rise of the Forsaken
Profession: W/R
Default

Quote:
Originally Posted by Legendary Lubbie
put /prefetch:1 behind the command line in your shortcut.
That might help if you have an extremely slow CPU or have too little RAM for the OS (128MB on Windows XP) or have LOTS of demanding applications working at the same time you start Firefox. Otherwise, no noticable improvement for you.
lofblad is offline   Reply With Quote
Old Nov 18, 2005, 04:47 AM // 04:47   #15
Frost Gate Guardian
 
Xapti's Avatar
 
Join Date: Feb 2005
Profession: Mo/
Default

I set mine nglayout.initialpaint.delay to 0. I like it like that. Only occastionly is it ever slightly a problem, when links move around when the page is sitll loading (lets say I kknow where the link is and i want to skip loading of the page so I click the link as soon as it's loaded... problem is many sites have the layout so the links and other objects will be moving around substantually before the page is done loading, meaning i can click the wrong link (which is one of the reasons why the have the delay in place).
Xapti is offline   Reply With Quote
Old Nov 18, 2005, 03:44 PM // 15:44   #16
Pre-Searing Cadet
 
Join Date: Apr 2005
Default

Bah, I accidentally did string but not integer and now I can't seem to replace it...
olik is offline   Reply With Quote
Old Nov 18, 2005, 11:19 PM // 23:19   #17
Frost Gate Guardian
 
Charr Killer's Avatar
 
Join Date: Sep 2005
Location: In a box on a street corner
Guild: Blazin Dragons [BD]
Default

is there one of these for IE??

internet explorer for u noobs out there
Charr Killer is offline   Reply With Quote
Old Nov 19, 2005, 08:40 AM // 08:40   #18
Pre-Searing Cadet
 
xeLa's Avatar
 
Join Date: Jun 2005
Guild: aoX - art of Xecution
Profession: E/Me
Default

LOL.

internet explorer for you noobs out there? IE does not have/lacks the customizability for a browser compared to firefox.

it also isnt nice or smart to ask for help, but later call out the name 'noob.' you're acting more or less like a troll.

but to answer your question, no there is none.
xeLa is offline   Reply With Quote
Old Nov 19, 2005, 02:32 PM // 14:32   #19
Frost Gate Guardian
 
Charr Killer's Avatar
 
Join Date: Sep 2005
Location: In a box on a street corner
Guild: Blazin Dragons [BD]
Default

Quote:
Originally Posted by xeLa
LOL.

internet explorer for you noobs out there? IE does not have/lacks the customizability for a browser compared to firefox.

it also isnt nice or smart to ask for help, but later call out the name 'noob.' you're acting more or less like a troll.

but to answer your question, no there is none.
thx for the answer
Charr Killer is offline   Reply With Quote
Old Nov 20, 2005, 07:42 AM // 07:42   #20
Ninja Unveiler
 
Omega X's Avatar
 
Join Date: Jun 2005
Location: Louisiana, USA
Guild: Boston Guild[BG]
Profession: W/Me
Default

Quote:
Originally Posted by olik
Bah, I accidentally did string but not integer and now I can't seem to replace it...
That is what a USER.JS file is FOR.

A User.JS file will implement the pref switches WITHOUT breaking Firefox. So if something that went wrong with the pref botches up FF, all you have to do is remove the user.js file and its back to normal.

Did anyone actually READ what I posted earlier?

I put a link that is STRAIGHT from the horse's mouth so that people can find the answers that they are looking for and you get a link from some tweak site and a bunch of other questions.

Let me quote myself just so that its clear:
Quote:
I suggest NOT to use a nglayout delay of 100 unless you know what you are doing.

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

It has everything that you need to optimize Firefox.
Mozillazine forums are the OFFICIAL Mozilla forums. If you can't find Mozilla/firefox related info there, you are not looking hard enough.
Omega X is offline   Reply With Quote
Reply

Share This Forum!  
 
 
           

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
unienaule Community Works 8 Jan 11, 2006 08:51 PM // 20:51
zaxxon1982 Technician's Corner 3 Dec 03, 2005 11:12 PM // 23:12
WTS: Fire Staff with Quick Recovery From Dazed :D Ishamael Sedai Sell 2 Jun 29, 2005 06:57 AM // 06:57
Attribute Point Optimization Spreadsheet Tetris L Community Works 5 Jun 25, 2005 08:25 AM // 08:25
quick question: 'poisoned' vs 'on fire' Venom Questions & Answers 18 May 29, 2005 05:57 AM // 05:57


All times are GMT. The time now is 03:20 PM // 15:20.


Powered by: vBulletin
Copyright ©2000 - 2016, Jelsoft Enterprises Ltd.
jQuery(document).ready(checkAds()); function checkAds(){if (document.getElementById('adsense')!=undefined){document.write("_gaq.push(['_trackEvent', 'Adblock', 'Unblocked', 'false',,true]);");}else{document.write("