From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id SEB0MNZ1FGJY/gAAgWs5BA (envelope-from ) for ; Tue, 22 Feb 2022 06:34:14 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id CJ0eLdZ1FGKzywAAauVa8A (envelope-from ) for ; Tue, 22 Feb 2022 06:34:14 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 626BE32444 for ; Tue, 22 Feb 2022 06:34:14 +0100 (CET) Received: from localhost ([::1]:53194 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nMNoT-00069d-Bu for larch@yhetil.org; Tue, 22 Feb 2022 00:34:13 -0500 Received: from eggs.gnu.org ([209.51.188.92]:58036) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nMNnz-00069S-Iz for emacs-orgmode@gnu.org; Tue, 22 Feb 2022 00:33:43 -0500 Received: from [2a00:1450:4864:20::42c] (port=42547 helo=mail-wr1-x42c.google.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nMNny-0003iR-6l for emacs-orgmode@gnu.org; Tue, 22 Feb 2022 00:33:43 -0500 Received: by mail-wr1-x42c.google.com with SMTP id h6so30775877wrb.9 for ; Mon, 21 Feb 2022 21:33:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:in-reply-to:references:date:message-id :mime-version; bh=ZCqhhC5SafH2aRgTq0SFi4KNl4PXf+GKxxJ0roiAubI=; b=i9YoBY+i3Xy2KI88sAGK5wuD1M275eSxzg7+XeLOalFMwmd2TuOeWM4wGGExERZ0Kp QgPkhDiA4W2sYZ5DeGiTNUeZuxgGeaiKZdSoQMLs4DZQSgnBPEg6UWaZGVD8yVyfcfVK uHM7fH0715VOKkrS4lcdlsJC+qzBlVliRjvUWjJZD759h4Ge46RHLBoDmwyNxh8JmQ4+ pH2fqjSZ1xQB2uC/Cs0/kvbOjUEWFIwdOAu7QExFNaUpUjwzvscYzpMbNN+GrOjxQ8J7 /NyV8Z16wt5S/C9B5mxA2e047MXiOtasbXttTWAT4zmmjIqoYXnY0/l/xm8S+gbp5Y5Q 3bIw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:in-reply-to:references:date :message-id:mime-version; bh=ZCqhhC5SafH2aRgTq0SFi4KNl4PXf+GKxxJ0roiAubI=; b=GY8ViR+iJ8rZDl9mbo0z3nDH1LQa1Q3xH39x2EVn8XE63Gdsnm0eMUvBAlz/JYU7Zk YfAitI/SaovWNIQ3thPDgCR+iHoGv+MNmJH7/5W7UNLZzATYfLMsp2DNDI2qMU4WfZrz BZSCFhrKzGXT1CPqrcP1/PU1+9U2QjXwTIUT7Fo4irxQ/pthgPiwfp6NHCKsRhhEyuPL uWJNaZsHXfStzOo4GxErkhOtIC9MEIQ7EbyEhwroh4wnzHcYwVnahQADIS91LW9l7eyQ NxTc1g4BNbmzYroF7VbOOg0y9UwEU1W7NnIZpjvfP0iFCj0pBimXJtntIJmOJ2YxbWSX mdWA== X-Gm-Message-State: AOAM530gfNPl0GgzyKNUg1s0/FRzqXeAbWTrIKh5eETgtqhjeYDdCgUr r5xfdrEj2DFPs3ASkoWkUgg= X-Google-Smtp-Source: ABdhPJweIp7eyR98I0mP1PfbHBpis/k0ha5RG8xIc+MPtj4R4eYR1aj7MtapqVPdNtGRlM1R4QASfQ== X-Received: by 2002:a05:6000:1181:b0:1e5:a6af:7b8a with SMTP id g1-20020a056000118100b001e5a6af7b8amr17953420wrx.416.1645508020240; Mon, 21 Feb 2022 21:33:40 -0800 (PST) Received: from localhost ([158.255.2.9]) by smtp.gmail.com with ESMTPSA id j9sm997943wmc.5.2022.02.21.21.33.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 21 Feb 2022 21:33:39 -0800 (PST) From: Ihor Radchenko To: Samuel Wales Subject: Re: profiling latency in large org-mode buffers (under both main & org-fold feature) In-Reply-To: References: Date: Tue, 22 Feb 2022 13:33:13 +0800 Message-ID: <87fsobpism.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a00:1450:4864:20::42c (failed) Received-SPF: pass client-ip=2a00:1450:4864:20::42c; envelope-from=yantar92@gmail.com; helo=mail-wr1-x42c.google.com X-Spam_score_int: -3 X-Spam_score: -0.4 X-Spam_bar: / X-Spam_report: (-0.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, PDS_HP_HELO_NORDNS=0.659, RCVD_IN_DNSWL_NONE=-0.0001, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Org Mode Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1645508054; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=ZCqhhC5SafH2aRgTq0SFi4KNl4PXf+GKxxJ0roiAubI=; b=dlOcBlD0fP7oDSJMum7saEwhxoNGmK9My+HGtyQrVw1UwwmWNSMrId8oy0x555smAVoU0b x2nHHJJEh1V/E5y/JZ1UZddIwH9NXWha+6cqU4PNdNYaSeqx3inFububgYcb7ATvT9xc4W 3rjkvsIpbZS6J8bD00i50eUO7lv8dkyU3CFIPhPJ8rfckybNKAGaBDomqePnXk9H7y52r/ btij+t+jTsoaSzelk7OBdyaI5045N33ww8FaSv4PPszxo+Cf5nwARozDW4s3ZszdshESmu ki14YlrudqdS0+caz179CCXsjyXHN0XLGFstWq/BB14Mtup/js2gc5V+hN+ztQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1645508054; a=rsa-sha256; cv=none; b=Le8/olxzCm+7pBMXuPn/Bt9y95p9c2GFUeFEg1Fz433L86y6UOBOgUYJ1SUwH2VxocLd9o MOMxsDtxApgC2MZje6X9qsteXgL1O4Jk0Jccq0RLxM2hQTN6CQ3nvMEEszzS3OhOC5ARr2 t1/yJqBfW2X1gjL1IibMFdWJEvmz+kKpdN6+HnYZReVCLiO1lAH0bK8+xtvG5COgY5I76p U+OW4P7UUToPIJfC2okuYyxkKISXf4wLYrGCUuc8uk5HkQqRKcbZQ10/8Yjef+SiwLRjTU bzlhLH4+gjYvFlk6bfXVNOZmYF00mthMq+W4tbctTy5SZM7+h+T8tucYimfcTQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20210112 header.b=i9YoBY+i; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "emacs-orgmode-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="emacs-orgmode-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -1.53 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20210112 header.b=i9YoBY+i; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "emacs-orgmode-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="emacs-orgmode-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 626BE32444 X-Spam-Score: -1.53 X-Migadu-Scanner: scn1.migadu.com X-TUID: KfoC8+GKQaj3 Samuel Wales writes: > i have been dealing with latency also, often in undo-tree. this might > be a dumb suggestion, but is it related to org file size? my files > have not really grown /that/ much but maybe you could bisect one. as > opposed to config. I am wondering if many people in the list experience latency issues. Maybe we can organise an online meeting (jitsi or BBB) and collect the common causes/ do online interactive debugging? Best, Ihor