all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sivaram Neelakantan <nsivaram.net@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Emacs startup suddenly slower
Date: Wed, 13 Sep 2017 22:56:51 +0530	[thread overview]
Message-ID: <krpqx3o9qe4ihw.fsf@gmail.com> (raw)

 I was tinkering with my .Emacs file and I don't know what happened
 but my Emacs startup has shot up to 83 secs compared to 4 to 7 secs
 earlier as checked by M-x Emacs-init-time.  This was done multiple
 times and time ranged from 45 to 85 secs

I installed benchmark that I got from github
https://github.com/dholm/benchmark-init-el and it gave the following 

 Module                                | Type   | ms [^] |total ms 
  ucs-normalize                         require    3219    3219
  auto-complete                         require    2188    3282
  default                               load       1610    1610
  c:/gnu/initfiles/.ido_config.el       load       1469    9907
  pcache                                require    1406    3579
  c:/gnu/initfiles/.cygwin_config.el    load       1391    3688
  flycheck                              require    1375    5794
  ...
  ess-site                              load        266   15767

The above is an elided list of big time spenders.  I was tinkering
with .Emacs and this is how I load them

(setq user-emacs-directory "c:/gnu/initfiles/.emacs.d/")
(require 'package)
(setq package-enable-at-startup nil)
(package-initialize)
(load-file "c:/gnu/initfiles/.emacs_new") ;; this calls the package
                                          ;; config files below

(load-file "c:/gnu/initfiles/.text_config.el")
(load-file "c:/gnu/initfiles/.ido_config.el")
(load-file "c:/gnu/initfiles/.ac_config.el")
(load-file "c:/gnu/initfiles/.r_ess_config.el")
(load-file "c:/gnu/initfiles/.cygwin_config.el")
(load-file "c:/gnu/initfiles/.uniq_config.el")
(load-file "c:/gnu/initfiles/.smex_config.el")

Not sure why this slowness that is affecting all buffers now as I can
see a noticable lag when typing or opening a dired file or buffer

sivaram
-- 





             reply	other threads:[~2017-09-13 17:26 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-13 17:26 Sivaram Neelakantan [this message]
2017-09-13 17:46 ` Emacs startup suddenly slower Drew Adams
2017-09-13 19:19 ` Eli Zaretskii
2017-09-13 19:43 ` Emanuel Berg
2017-09-13 20:53 ` John Mastro
2017-09-13 23:16   ` Emanuel Berg
2017-09-16 19:23     ` John Mastro
2017-09-16 20:48       ` Emanuel Berg
2017-09-14  2:56   ` Sivaram Neelakantan
  -- strict thread matches above, loose matches on Subject: below --
2017-09-18  8:01 Richard Melville

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

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

  git send-email \
    --in-reply-to=krpqx3o9qe4ihw.fsf@gmail.com \
    --to=nsivaram.net@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.