From owner-freebsd-questions@FreeBSD.ORG Mon Jul 14 03:45:50 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A5161065694 for ; Mon, 14 Jul 2008 03:45:50 +0000 (UTC) (envelope-from weif@maxine.cjones.org) Received: from maxine.cjones.org (chris.static.mt.net [206.127.66.35]) by mx1.freebsd.org (Postfix) with ESMTP id A5EB48FC17 for ; Mon, 14 Jul 2008 03:45:49 +0000 (UTC) (envelope-from weif@maxine.cjones.org) Received: from maxine.cjones.org (localhost [IPv6:::1]) by maxine.cjones.org (8.13.8/8.12.11) with ESMTP id m6E3jfUa027766 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 13 Jul 2008 21:45:41 -0600 (MDT) Received: (from weif@localhost) by maxine.cjones.org (8.13.8/8.13.3) id m6E3jfl9020104; Sun, 13 Jul 2008 21:45:41 -0600 (MDT) Date: Sun, 13 Jul 2008 21:45:41 -0600 (MDT) Message-Id: <200807140345.m6E3jfl9020104@maxine.cjones.org> From: Keith Seyffarth To: Jonathan Chen In-reply-to: <20080714020803.GA34297@osiris.chen.org.nz> (message from Jonathan Chen on Mon, 14 Jul 2008 14:08:03 +1200) References: <200807140024.m6E0Oo0m023855@maxine.cjones.org> <20080714020803.GA34297@osiris.chen.org.nz> X-Greylist: Sender is SPF-compliant, not delayed by milter-greylist-3.0 (maxine.cjones.org [IPv6:::1]); Sun, 13 Jul 2008 21:45:41 -0600 (MDT) X-Spam-Status: No, score=-0.0 required=5.0 tests=NO_RELAYS autolearn=failed version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on maxine.cjones.org Cc: questions@freebsd.org Subject: Re: Firefox 3 problems - SLOW... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: weif@weif.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2008 03:45:50 -0000 > I did experience this, and I had to tweak the following settings in > about:config before the experience became usable: > > network.http.pipelining: true > network.http.pipelining.maxrequests: 10 > network.http.pipelining.ssl: true > > The image loading and display code seems to have changed significantly, > and some unintended behaviour seems to have been introduced. (I also > get ugly black boxes images if there is an resized image in the loaded > page.) Johnathan, thanks a ton, that seems to have corrected it. We're now back to nearly the performance of FF2. Though I haven't seen the black images issue yet. Thanks, Keith S