From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Load eww during initial bootstrap/dump? Date: Thu, 01 Oct 2020 18:20:22 +0300 Message-ID: <83lfgqgeh5.fsf@gnu.org> References: <20201001150304.B3CEAC20E57@raman-glaptop.localdomain> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35903"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: "T.V Raman" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Oct 01 17:24:57 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kO0S0-0009Aq-M0 for ged-emacs-devel@m.gmane-mx.org; Thu, 01 Oct 2020 17:24:56 +0200 Original-Received: from localhost ([::1]:54766 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kO0Rz-0002jp-Nl for ged-emacs-devel@m.gmane-mx.org; Thu, 01 Oct 2020 11:24:55 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52682) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kO0Nf-0004pH-3k for emacs-devel@gnu.org; Thu, 01 Oct 2020 11:20:27 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:56060) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kO0Ne-0000PH-MB; Thu, 01 Oct 2020 11:20:26 -0400 Original-Received: from [176.228.60.248] (port=4740 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kO0Ne-0008Jv-4Z; Thu, 01 Oct 2020 11:20:26 -0400 In-Reply-To: <20201001150304.B3CEAC20E57@raman-glaptop.localdomain> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:256864 Archived-At: > From: "T.V Raman" > Date: Thu, 1 Oct 2020 08:03:04 -0700 (PDT) > > EWW takes time to load the first time, not sure why since it doesn't > look that big at first glance. It loads 100 packages, that's why. Set force-load-messages non-nil before typing "M-x eww" for the first time, and you will see the full list in *Messages*. > Given that it works well and is table could we have it part of the > initial bootstrap to spped up You mean, preload all those 100 packages? Doesn't sound like a good idea to me.