Measure your Emacs startup time by the help of this command:
time emacs --eval '(kill-emacs)'
and compare with:1)
time emacs -Q --eval '(kill-emacs)'
There are several ways to improve startup time:
emacsclient whenever you can;eval-after-load and autoload are your friends);gc-cons-threshold (garbage collector threshold);recentf-mode;(setq ido-save-directory-list-file nil);(setq org-clock-presist nil);visit-tags-table).