unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Akib Azmain Turja <akib@disroot.org>
To: zimoun <zimon.toutoune@gmail.com>, raingloom <raingloom@riseup.net>
Cc: help-guix@gnu.org
Subject: Re: Why Emacs is echoing message for each installed Emacs package while startup
Date: Wed, 18 May 2022 22:29:09 +0600	[thread overview]
Message-ID: <87a6beby96.fsf@disroot.org> (raw)
In-Reply-To: <86h75nkei6.fsf@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2622 bytes --]

zimoun <zimon.toutoune@gmail.com> writes:

> Hi,
>
> On Tue, 17 May 2022 at 14:00, Akib Azmain Turja <akib@disroot.org> wrote:
>
>> I used to have more than hundred Emacs packages managed by Guix.  But
>> the startup time was more than 5 seconds.  Then to switched package.el,
>> and the startup time decreased to less than 1.5 seconds.  I'm not sure
>> why this happened, but I think the cause is maybe too many "redisplay"s
>> due to many loading messages during startup.
>
> Well, I do not know.  Hum, I do not have more than hundred,
>
> --8<---------------cut here---------------start------------->8---
> $ guix package -p ~/.config/guix/profiles/emacs/emacs -I | grep emacs | wc -l
> 43
> --8<---------------cut here---------------end--------------->8---
>
> but it does not takes so long:
>
> --8<---------------cut here---------------start------------->8---
> $ time emacs -f kill-emacs
>
> real    0m1.682s
> user    0m1.279s
> sys     0m0.241s
> --8<---------------cut here---------------end--------------->8---
>
> which looks similar to,
>
>         M-x emacs-init-time
>         1.727791789 seconds
>
> therefore, I am surprised by your timings.  For instance,
>
> --8<---------------cut here---------------start------------->8---
> $ guix shell emacs $(guix package -A | grep ^emacs- | cut -f1 | head -200)
> [env]$ time emacs -nw -q -f kill-emacs
>
> real    0m2.368s
> user    0m2.037s
> sys     0m0.309s
> --8<---------------cut here---------------end--------------->8---

The timing maybe wrong, because it is more a year old (and I didn't
measure).  I was new to Emacs Lisp (I used Doom before), and my init.el
was messy.  So maybe the init file had something in it that was
responsible for slow startup when the packages managed by Guix.

>
>
> Well, I do not know if ’with-eval-after-load’ is enough for somehow
> allowing lazy loading.  Hum, I am not convinced that the ’redisplay’ is
> the issue but instead, yeah maybe walking all the files requires some
> filesystem IO and yeah maybe one unique big concatenated autoload file
> would improve the situation.

Loading many autoloads files isn't a big deal for me, I don't use that
optimization.  With `package-quickstart' set to t, my init time is only
0.1 seconds faster, which I don't care.

>
>
> Do you use ’use-package’ or something similar for your config?

Yeah, I use `leaf'.

>
>
> Cheers,
> simon

-- 
Akib Azmain Turja

This message is signed by me with my GnuPG key.  It's fingerprint is:

    7001 8CE5 819F 17A3 BBA6  66AF E74F 0EFA 922A E7F5

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

  reply	other threads:[~2022-05-18 16:29 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-15 18:23 Why Emacs is echoing message for each installed Emacs package while startup Akib Azmain Turja
2022-05-15 23:58 ` raingloom
2022-05-16  8:16   ` Akib Azmain Turja
2022-05-16 10:55     ` zimoun
2022-05-16 16:31       ` Akib Azmain Turja
2022-05-16 16:44         ` André A. Gomes
2022-05-16 19:58           ` Akib Azmain Turja
2022-05-16 20:35             ` André A. Gomes
2022-05-16 20:53         ` zimoun
2022-05-17  8:00           ` Akib Azmain Turja
2022-05-17 21:58             ` zimoun
2022-05-18 16:29               ` Akib Azmain Turja [this message]
2022-05-18 21:04                 ` zimoun
2022-05-21 11:40                   ` Akib Azmain Turja
2022-05-21 13:45                     ` André A. Gomes
2022-05-22 11:26                       ` Akib Azmain Turja
2022-05-22 13:04                         ` raingloom
2022-07-23 17:26                         ` Jorge P. de Morais Neto
2022-07-24  6:47                           ` Akib Azmain Turja
2022-07-26  8:27                             ` Akib Azmain Turja
2022-08-03  7:12                               ` bug#56778: " 宋文武 via Guix-patches via
2022-05-21 21:09                     ` Maxim Cournoyer
2022-05-21 22:00                       ` Benjamin Slade
2022-05-22  2:47                         ` Maxim Cournoyer
2022-05-22  2:55                           ` Benjamin Slade
2022-05-22 11:24                           ` Akib Azmain Turja

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a6beby96.fsf@disroot.org \
    --to=akib@disroot.org \
    --cc=help-guix@gnu.org \
    --cc=raingloom@riseup.net \
    --cc=zimon.toutoune@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).