Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Yet another tweak Firefox perf recommendation
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Mike Schroepfer  
View profile  
 More options Sep 10 2007, 6:48 pm
Newsgroups: mozilla.dev.performance
From: Mike Schroepfer <sch...@mozilla.com>
Date: Mon, 10 Sep 2007 15:48:26 -0700
Local: Mon, Sep 10 2007 6:48 pm
Subject: Yet another tweak Firefox perf recommendation
Hey Folks,

http://www.pctipsbox.com/simple-firefox-speed-tweak/

Recommends setting network.prefetch-next to false.

Is this a good idea?

http://www.lifehack.org/articles/lifehack/up-to-date-tips-increasing-...

Recommends http.pipelining (yikes!), nglayout.initialpaint.delay=0, and
adding /Prefetch:1 to end of the launching script

Anyone up for taking a pass through the default configs to see if there
are any settings that should be tweaked?

Best,

Schrep


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Justin Dolske  
View profile  
 More options Sep 10 2007, 7:47 pm
Newsgroups: mozilla.dev.performance
From: Justin Dolske <dol...@mozilla.com>
Date: Mon, 10 Sep 2007 16:47:53 -0700
Local: Mon, Sep 10 2007 7:47 pm
Subject: Re: Yet another tweak Firefox perf recommendation

Mike Schroepfer wrote:
> http://www.pctipsbox.com/simple-firefox-speed-tweak/

> Recommends setting network.prefetch-next to false.

> Is this a good idea?

I believe prefetching is only done when a page explicitly requests it
(and that its use is fairly uncommon), so it seems unlikely that it
should have any effect most of the time.

Ugh. Has there been any discussion of disabling this pref? IIRC, it was
recently decided that there were still enough problems with it (and
negligible perf gains?) such that it should remain off for FF3... With
these kinds of "tweak guides" being so widespread and blindly applied, I
think there's an argument to be made that having this pref does us more
harm than good.

> adding /Prefetch:1 to end of the launching script

Hmm, never heard of this.

Ah, MSDN suggests this is totally bogus:

http://blogs.msdn.com/ryanmy/archive/2005/05/25/421882.aspx

Justin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Phil Ringnalda  
View profile  
 More options Sep 11 2007, 12:09 am
Newsgroups: mozilla.dev.performance
From: Phil Ringnalda <philringna...@gmail.com>
Date: Mon, 10 Sep 2007 21:09:06 -0700
Local: Tues, Sep 11 2007 12:09 am
Subject: Re: Yet another tweak Firefox perf recommendation

Justin Dolske wrote:
> Mike Schroepfer wrote:
>> adding /Prefetch:1 to end of the launching script

> Hmm, never heard of this.

> Ah, MSDN suggests this is totally bogus:

> http://blogs.msdn.com/ryanmy/archive/2005/05/25/421882.aspx

It's better than bogus: it's case-sensitive. Using /prefetch:1 would
make your first startup after adding it a bit slower, and then make
subsequent runs a tiny bit slower (Firefox's commandline parsing and
dropping the "unrecognized commandline flag: prefetch" in the error
console isn't quite free), but using /Prefetch:1, as you can see by
watching your Windows/Prefetch directory, does nothing but pass an
unrecognized commandline flag to Firefox.

Phil Ringnalda


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Vladimir Vukicevic  
View profile  
 More options Sep 11 2007, 4:27 pm
Newsgroups: mozilla.dev.performance
From: Vladimir Vukicevic <vladi...@pobox.com>
Date: Tue, 11 Sep 2007 13:27:25 -0700
Local: Tues, Sep 11 2007 4:27 pm
Subject: Re: Yet another tweak Firefox perf recommendation

Mike Schroepfer wrote:
> nglayout.initialpaint.delay=0

This is still very much a perception thing.  The paint delay default is
(iirc) 250 ms; so if a page takes longer than a quarter of a second to
load, nothing will be painted in that first quarter second.  (If a page
fully loads beforehand, it gets painted right away.)  Lowering this
number, or setting it to 0, usually causes an overall performance loss:
we spend lots of time doing layout and repainting while we're still
doing incremental reflow and the like as the page is loading.  However,
maybe 250ms is too high of a preset these days; 100ms might be better to
strike a balance between perception and reality.  I have no idea how to
actually test this, though.

     - Vlad


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Hofmann  
View profile  
 More options Sep 11 2007, 8:08 pm
Newsgroups: mozilla.dev.performance
From: Chris Hofmann <chofm...@mozilla.org>
Date: Tue, 11 Sep 2007 17:08:13 -0700
Local: Tues, Sep 11 2007 8:08 pm
Subject: Re: Yet another tweak Firefox perf recommendation

Some good bugzilla research should be done before pipelining goes on.

indvidual bugs like this one need to be tested more and figured out.
https://bugzilla.mozilla.org/show_bug.cgi?id=334043
also bugs with [pipelining] in the status whiteboard
and title like this query need to be looked at investigated more
https://bugzilla.mozilla.org/buglist.cgi?bug_file_loc=&bug_file_loc_t...

-chofmann*
*


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Hofmann  
View profile  
 More options Sep 11 2007, 8:26 pm
Newsgroups: mozilla.dev.performance
From: Chris Hofmann <chofm...@mozilla.org>
Date: Tue, 11 Sep 2007 17:26:31 -0700
Local: Tues, Sep 11 2007 8:26 pm
Subject: Re: Yet another tweak Firefox perf recommendation

lots of early research and tuning went in to the setting we have now
dating back to http://weblogs.mozillazine.org/dave/archives/2002_04.html

its worth looking into this in an age when a lot more people have
higher speed connections and faster pc's but to do this we should also still do a bunch
of testing and evaluation on slow systems and slow networks if we are
going to change the default setting.   the best solution might be to
make the setting more dynamic so slower systems and pc's on slow
connections could get the perceptual advantage of incremental painting,
and higher speed networks and systems could just blast out the content....

a dynamic system would be a lot more work.

-chofmann


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Justin Dolske  
View profile  
 More options Sep 11 2007, 9:32 pm
Newsgroups: mozilla.dev.performance
From: Justin Dolske <dol...@mozilla.com>
Date: Tue, 11 Sep 2007 18:32:28 -0700
Local: Tues, Sep 11 2007 9:32 pm
Subject: Re: Yet another tweak Firefox perf recommendation

Chris Hofmann wrote:
> Some good bugzilla research should be done before pipelining goes on.

To be clear; someone did do that and it was decided NOT to turn it on
for FF3. The question I raised was if the known problems are severe
enough (and performance gains small enough) that we should consider
removing the ability to enable pipelining via a pref in release builds.

I've filed bug 395838 -- Remove HTTP pipelining pref from release builds.

Justin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter Weilbacher  
View profile  
 More options Sep 13 2007, 4:26 am
Newsgroups: mozilla.dev.performance
From: Peter Weilbacher <newss...@weilbacher.org>
Date: Thu, 13 Sep 2007 10:26:00 +0200
Subject: Re: Yet another tweak Firefox perf recommendation

I have to say that the only pages that I visit and that are faster than 1s
to download and display (even with this pref set to 0) are the ones internal
to our institute. Everything else even within Germany downloads+displays
much slower, typically taking several seconds to display anything. Is that
so much different in the US? If not, I don't see any reason to change this
setting.

   Peter.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »