Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to find which packages are slow to load in Emacs?

I want to reduce the startup time of Emacs, so I'd like to find the time taken by different part of my .emacs file. How could I do that efficiently ?

like image 363
Spirine Avatar asked Oct 30 '22 04:10

Spirine


1 Answers

There's an Emacs package made exactly to monitor the execution time of .emacs: it's ESUP (Emacs StartUp Profiler).

like image 177
Spirine Avatar answered Dec 04 '22 04:12

Spirine