You should manage your packages and defer those that are not immediately necessary (using use-package options and consider using benchmark to control initialization time).
If you truly want to achieve blazing speed, consider running Emacs as a daemon (Emacs Daemon).
Doom Emacs has great optimizations for this.
You should manage your packages and defer those that are not immediately necessary (using use-package options and consider using benchmark to control initialization time).
If you truly want to achieve blazing speed, consider running Emacs as a daemon (Emacs Daemon).