Sat, 02 Jan 2021 20:37:29 +0200 Disable population of `file-name-history', it causes calls to
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 20:37:29 +0200] rev 1682
Disable population of `file-name-history', it causes calls to abbreviate-file-name => file-name-case-insensitive-p => tramp-autoload-file-name-handler taking 40% of startup time. `ido-switch-buffer' doesn't depends on `file-name-history', nothing to lose. Profiling data for startup: - eval-buffer 4340 99% - recentf-mode 1684 38% - recentf-load-list 1684 38% - mapcar 1684 38% - abbreviate-file-name 1684 38% - file-name-case-insensitive-p 1250 28% + tramp-autoload-file-name-handler 1172 26% + tramp-file-name-handler 78 1%
Sat, 02 Jan 2021 20:09:51 +0200 Simplified cleanup of "mylispdir".
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 20:09:51 +0200] rev 1681
Simplified cleanup of "mylispdir".
Sat, 02 Jan 2021 20:02:16 +0200 Disabled activation of CEDET and Semantic. It consumes 48% of startup time.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 20:02:16 +0200] rev 1680
Disabled activation of CEDET and Semantic. It consumes 48% of startup time. On Cygwin load time shortened 10s => 6s.
Sat, 02 Jan 2021 19:49:06 +0200 Added option to disable activation of desktop-save-mode.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 19:49:06 +0200] rev 1679
Added option to disable activation of desktop-save-mode.
Sat, 02 Jan 2021 19:45:46 +0200 Do not keep separate files for Cygwin for desktop-mode. I don't share HOME for native & Cygwin Emacs.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 19:45:46 +0200] rev 1678
Do not keep separate files for Cygwin for desktop-mode. I don't share HOME for native & Cygwin Emacs.
Sat, 02 Jan 2021 19:44:27 +0200 Added note about recentf-auto-cleanup.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 19:44:27 +0200] rev 1677
Added note about recentf-auto-cleanup.
Sat, 02 Jan 2021 19:15:13 +0200 Added a code example helping profiling of startup.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 19:15:13 +0200] rev 1676
Added a code example helping profiling of startup.
Sat, 02 Jan 2021 18:57:24 +0200 Load more files for byte compilation check. Switched to my-lisp-* prefix.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 18:57:24 +0200] rev 1675
Load more files for byte compilation check. Switched to my-lisp-* prefix.
Sat, 02 Jan 2021 18:36:39 +0200 Added suffix "/" to my-lisp-dir for next easy/safe concat operations.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 18:36:39 +0200] rev 1674
Added suffix "/" to my-lisp-dir for next easy/safe concat operations.
Sat, 02 Jan 2021 17:38:55 +0200 Delay evaluation of gnus-add-configuration to gnus start time. It takes 25% of my Emacs start time.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 17:38:55 +0200] rev 1673
Delay evaluation of gnus-add-configuration to gnus start time. It takes 25% of my Emacs start time. For Cygwin it is 14s => 10s.
(0) -1000 -300 -100 -10 +10 tip