Overclockers Australia Forums
OCAU News - Wiki - QuickLinks - Pix - Sponsors  

Go Back   Overclockers Australia Forums > Software Topics > General Software

Notices


Sign up for a free OCAU account and this ad will go away!
Search our forums with Google:
Reply
 
Thread Tools
Old 24th October 2003, 5:24 PM   #106
Bone
Member
 
Bone's Avatar
 
Join Date: Jun 2001
Location: Sydney
Posts: 1,119
Default Re: Firebird 0.7, Mozilla 1.5 & Thunderbird 0.3 are out. **Thread Updated**

Quote:
Add the code below to your user.js File.

// This one makes a huge difference. Last value in milliseconds (default is 250)
user_pref("nglayout.initialpaint.delay", 0);

That really made a big difference! Im guessing the last value causes the browser to "wait" before displaying the page?
__________________
sig
Bone is offline   Reply With Quote

Join OCAU to remove this ad!
Old 24th October 2003, 5:34 PM   #107
Hari Thread Starter
Member
 
Hari's Avatar
 
Join Date: Jul 2001
Posts: 1,583
Default

Texturizer.net/firebird/tips.html explains what this tweak does.

Quote:
Speed up page rendering

By default, Mozilla Firebird doesn't try to render a web page for 250 milliseconds, because it's waiting for data. If you add the code below to your user.js file, Mozilla Firebird immediately tries to render the page, even without complete data. The drawback is on slower machines where doing a "reflow" may actually cause the total page load time to be longer.

// This one makes a huge difference. Last value in milliseconds (default is 250)
user_pref("nglayout.initialpaint.delay", 0);
__________________
Mozilla FIREFOX: A Lean, Mean Browsing Machine. CLICK HERE
Hari is offline   Reply With Quote
Old 24th October 2003, 6:17 PM   #108
chaosx123
Member
 
chaosx123's Avatar
 
Join Date: Jul 2001
Location: Perth
Posts: 1,817
Default

With that speed rendering tweak, the nglayout.initialpaint.delay can be changed from about:config just like the other tweaks in the first post of this thread.

Saves the hassle of editing the user.js file.
__________________
Banned from the Test Forum Club #2 :: My quote at bash.org :: Try not. Do. Or do not. There is no try - Yoda
chaosx123 is offline   Reply With Quote
Old 24th October 2003, 8:30 PM   #109
Hari Thread Starter
Member
 
Hari's Avatar
 
Join Date: Jul 2001
Posts: 1,583
Default

True thanks for the info chaosx123.

Ill update my first post.
__________________
Mozilla FIREFOX: A Lean, Mean Browsing Machine. CLICK HERE
Hari is offline   Reply With Quote
Old 25th October 2003, 2:21 AM   #110
congoh
Member
 
Join Date: Jan 2002
Location: Melbourne, not too far from Monash Uni.
Posts: 3,752
Default

Force and bioxfeed, thanks for your help. Now it is fixed.

I just did a fresh reinstall and that fixed it.
__________________
Purchases from: phase_shift, Mattch3w, ikonz0r, Porkashi, t_rex, mikaal, eckles, JeffTaberao, Trotkiller, antstar,DaveS, groovetek, waratt, mastablasta,kreatorb, lorres_the_one, Brodieman, hazeroth, barfrobeman, redgum81, ChaoticBob, khills, kmec0, JET-RS, Felony, Joseph, benarchibald, jack1, Deancorp, kenetixx, tuppaware, Olle_34, deadeye263, ballfire99, lazyboy1984, Dinuc, kelvinc, Grubs, Ic3man, knocksee, FarQ, timbo3185, darken_rahl, -KoMoD0-,k =BiG_TiMMy=, cpl_punish, unwritt3n, Julz, fad
congoh is offline   Reply With Quote
Old 25th October 2003, 4:44 PM   #111
Force
Member
 
Force's Avatar
 
Join Date: Feb 2002
Location: Australia.
Posts: 1,028
Default

good to see you fixed the problem congoh.
Force is offline   Reply With Quote
Old 26th October 2003, 11:22 AM   #112
NTBlowz
Member
 
Join Date: Mar 2003
Location: NZ
Posts: 262
Default

Also on about:config

Set network.http.pipelining to true - allows firebird to send multiple HTTP requests to a server at once.

__________________
Proud owner of Tomy Project D Set

ANTEC/CHIEFTEC CASE OWNERS/MODDERS MEMBER #114

Last edited by NTBlowz; 26th October 2003 at 11:23 AM.
NTBlowz is offline   Reply With Quote
Old 26th October 2003, 11:46 AM   #113
Hari Thread Starter
Member
 
Hari's Avatar
 
Join Date: Jul 2001
Posts: 1,583
Default

Quote:
Originally posted by NTBlowz
Also on about:config

Set network.http.pipelining to true - allows firebird to send multiple HTTP requests to a server at once.

I had the tweak up but I removed it since I got messages from people saying that it slowed down browsing for them.
__________________
Mozilla FIREFOX: A Lean, Mean Browsing Machine. CLICK HERE
Hari is offline   Reply With Quote
Old 26th October 2003, 11:04 PM   #114
Hari Thread Starter
Member
 
Hari's Avatar
 
Join Date: Jul 2001
Posts: 1,583
Default

I have added links to both the Firebird & Thunderbird Roadmaps in my first post.
__________________
Mozilla FIREFOX: A Lean, Mean Browsing Machine. CLICK HERE
Hari is offline   Reply With Quote
Old 27th October 2003, 5:22 AM   #115
deepspring
Member
 
deepspring's Avatar
 
Join Date: Jul 2002
Location: No Where
Posts: 3,244
Default Re: Firebird 0.7, Mozilla 1.5 & Thunderbird 0.3 are out. **Thread Updated**

Quote:
Originally posted by Hari
network.http.max-connections = 48
network.http.max-connections-per-server = 16
These two network settings made firebird a little laggy on my Telstra Bigpond 512/128 ADSL connection, so I tried simular settings to the ones I have setup Opera:

network.http.max-connections = 32
network.http.max-connections-per-server = 16


Also, changing this setting aided in giving a slight performance increase as well:

network.http.pipelining.maxrequests = 100

These settings have given me quicker page downloads without any obvious lag or bottlenecking.

NOTE: Make sure you right down the original settings before you change them, just incase you want to revert back to them.

Last edited by deepspring; 27th October 2003 at 12:16 PM.
deepspring is offline   Reply With Quote
Old 27th October 2003, 10:12 AM   #116
Force
Member
 
Force's Avatar
 
Join Date: Feb 2002
Location: Australia.
Posts: 1,028
Default Re: Re: Firebird 0.7, Mozilla 1.5 & Thunderbird 0.3 are out. **Thread Updated**

Quote:
Originally posted by deepspring
These two network settings made firebird a little laggy on my Telstra Bigpond 512/128 ADSL connection, so I tried simular settings to the ones I have setup Opera:

network.http.max-connections = 32
network.http.max-connections-per-server = 16


Also, changing this setting aided in giving a slight performance increase as well:

network.http.pipelining.maxrequests = 128

These settings mave be quicker page downloads without any obvious lag or bottlenecking.

NOTE: Make sure you right down the original settings before you change them, just incase you want to revert back to them.
pipelining slows down firebird for me im turning it off.
Force is offline   Reply With Quote
Old 27th October 2003, 10:20 AM   #117
Hari Thread Starter
Member
 
Hari's Avatar
 
Join Date: Jul 2001
Posts: 1,583
Default Re: Re: Firebird 0.7, Mozilla 1.5 & Thunderbird 0.3 are out. **Thread Updated**

Quote:
Originally posted by deepspring
[B] SNIP
network.http.max-connections = 32
I’ll update my first post as setting it to 32 does improve the speed a bit.
__________________
Mozilla FIREFOX: A Lean, Mean Browsing Machine. CLICK HERE
Hari is offline   Reply With Quote
Old 27th October 2003, 12:18 PM   #118
deepspring
Member
 
deepspring's Avatar
 
Join Date: Jul 2002
Location: No Where
Posts: 3,244
Default

network.http.pipelining.maxrequests = 100

I ended changing this setting back to 100 after finding out that some pages would pause for about second.

ALL pages now load crispy quick...

Last edited by deepspring; 27th October 2003 at 12:20 PM.
deepspring is offline   Reply With Quote
Old 28th October 2003, 4:32 PM   #119
Force
Member
 
Force's Avatar
 
Join Date: Feb 2002
Location: Australia.
Posts: 1,028
Default

Quote:
Originally posted by deepspring
network.http.pipelining.maxrequests = 100

I ended changing this setting back to 100 after finding out that some pages would pause for about second.

ALL pages now load crispy quick...
its a bit faster but some sites slow down for me i think i might just leave it off.

thanks for listing the tweak any way nice work mate.


Force is offline   Reply With Quote
Old 28th October 2003, 6:13 PM   #120
SchRAMBO
Member
 
SchRAMBO's Avatar
 
Join Date: Mar 2002
Location: Perth
Posts: 2,044
Default

hows this for lazyness. I love this feature

forget the days of typing in the www. the .com / .net or .org

for example say you wanted to go to www.ibm.com you just type in "ibm" into the address bar and hit enter. it will automatically redirect itself.

.com = "ENTER"
.net = "SHIFT+ENTER"
.org = "CTRL+SHIFT+ENTER"

they need to ad a method of doing a .au at the end of .com sites. but hey how good is this hahahar.
__________________
Linux Registered user #355379 - Click here to install Debian GNU/Linux
Gaming; >> PSN tehowl || Steam schrambo
SchRAMBO is offline   Reply With Quote
Reply

Bookmarks

Tags
firefox, mozilla, sunbird, thunderbird

Sign up for a free OCAU account and this ad will go away!

Thread Tools

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


All times are GMT +10. The time now is 9:38 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. -
OCAU is not responsible for the content of individual messages posted by others.
Other content copyright Overclockers Australia.
OCAU is hosted by Internode!