From 63c8fb2d0bcf679e78c3cf9dea0dee5938775975 Mon Sep 17 00:00:00 2001 From: Franz Fellner Date: Tue, 23 Jul 2013 11:09:15 +0200 Subject: [PATCH] Performance-issues with large threads --- da/6d948682763eac7c74e0850b3cb86a85de1e32 | 73 +++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 da/6d948682763eac7c74e0850b3cb86a85de1e32 diff --git a/da/6d948682763eac7c74e0850b3cb86a85de1e32 b/da/6d948682763eac7c74e0850b3cb86a85de1e32 new file mode 100644 index 000000000..7d89e0136 --- /dev/null +++ b/da/6d948682763eac7c74e0850b3cb86a85de1e32 @@ -0,0 +1,73 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 167FA431FBC + for ; Tue, 23 Jul 2013 02:07:38 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.799 +X-Spam-Level: +X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id w+S9JS8-ARxV for ; + Tue, 23 Jul 2013 02:07:30 -0700 (PDT) +Received: from mail-bk0-f42.google.com (mail-bk0-f42.google.com + [209.85.214.42]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id E6B2F431FB6 + for ; Tue, 23 Jul 2013 02:07:29 -0700 (PDT) +Received: by mail-bk0-f42.google.com with SMTP id jk13so2932916bkc.29 + for ; Tue, 23 Jul 2013 02:07:28 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=from:to:subject:date:user-agent:mime-version:message-id + :content-type:content-transfer-encoding; + bh=R7tpGR9x/bemYy4rh3YXCP8I0+XNNDMiLWiOWlwdRvs=; + b=lSC87/95kqChOv1Asak87x+Q8Vf+jh6A/vtX14DfPx1R6JbVrMwE72H17Swr3SQK1Y + XPiYR2/rjfL4aQh8J2zfF5T8K3GM6rDKzXSSV3h3lTqyGtHwoStT5iCpg/5G9SnMvWyT + I+yHvU8/E/GkjA8sqpv7uofd457nN32LZQzovjal94Rq9W4+BjH9JcY+8AaVn1tU+nqJ + GBkrNwsefdbpuJ+2khZrl9h+GnlwwllU3bVouib1woVX0tlOEY1mTpH0gNghJ9VW7sqg + nyTNg5dNYmPpP15U0fXBKEeW8WOfRy2YQ4JhAxkp4ADUUzqf6u6voYXuKIGy5G3BUz8z + Cnsg== +X-Received: by 10.205.22.196 with SMTP id qx4mr4351507bkb.156.1374570448694; + Tue, 23 Jul 2013 02:07:28 -0700 (PDT) +Received: from localhost (p4FD0C2D8.dip0.t-ipconnect.de. [79.208.194.216]) + by mx.google.com with ESMTPSA id ok9sm7867159bkb.8.2013.07.23.02.07.27 + for + (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); + Tue, 23 Jul 2013 02:07:28 -0700 (PDT) +From: Franz Fellner +To: +Subject: Performance-issues with large threads +Date: Tue, 23 Jul 2013 11:09:15 +0200 +User-Agent: trojita/v0.3.93-100-gbbf4022-dirty; Qt/4.8.4; X11; Linux; +MIME-Version: 1.0 +Message-ID: <027633b9-200d-4174-a8b5-72daff923b93@gmail.com> +Content-Type: text/plain; charset=utf-8; format=flowed +Content-Transfer-Encoding: quoted-printable +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Tue, 23 Jul 2013 09:07:38 -0000 + +Hi,=0A=0A"Large" in the context of this issue is >20 replies, I have to= + wait ~1 sec until the thread shows up. With larger conversations it ge= +t's worse (a bug report on bugs.kde.org with ~400 replies takes ~13 sec= +s. to load).=0AThis is due to the fact, that notmuch-{vim,emacs} load t= +he complete mail including the body.=0Aner does a great job here, it lo= +ads all headers but only the body of the first unread mail, resulting i= +n instant loading even of gigantic conversations. It would be terrific = +to see something like that, at least in my favored vim-client ;)=0A=0AT= +hx=0AFranz -- 2.26.2