From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 27758 invoked from network); 14 Jan 2022 17:57:17 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 14 Jan 2022 17:57:17 -0000 Received: from wopr.sciops.net ([216.126.196.60]) by 4ess; Fri Jan 14 12:54:12 -0500 2022 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sciops.net; s=20210706; t=1642182845; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to; bh=qX3b3D0hpJmn71UGMOcwTBk8IzHrXGqfSAyzfU0b74Q=; b=32n6Mdz/DhwcW6su+QtC4xgPoR3CwCZbQkUkBkubnO4a2l+8x5GK5roMu0R4FZABKtzffS SqX6PLS7+ksX9anQ/49wvQW8hwjvnufYTJ+9Jj+3sHzEN9ybT84Cfs/cdS8ONK1cyE7TV7 hs+WMZu87PadIafqTDp3aSK/SGWrqHE= Received: by wopr.sciops.net (OpenSMTPD) with ESMTPSA id 7796cc7a (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256:NO) for <9front@9front.org>; Fri, 14 Jan 2022 09:54:04 -0800 (PST) Message-ID: Date: Fri, 14 Jan 2022 18:54:03 +0100 From: qwx@sciops.net To: 9front@9front.org In-Reply-To: <5E8402C538447765F6917BA0C9CFAB04@wopr.sciops.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: leveraged RESTful content-driven extension general-purpose-oriented interface Subject: Re: [9front] page(1) performance fixes Reply-To: 9front@9front.org Precedence: bulk Sorry, I somehow got rid of my message on the last email. That's an updated patch that fixes a locking issue, in case someone would want to test. There's another thing I've noticed that affects performance a lot and that seems easy to fix, where pages ahead get loaded and unloaded over and over when switching to the next/previous one. I don't know yet if my patch is what is introducing this but I'm looking into it. Thanks! qwx