The minor mode provides on-fly activation and deactivation of LSP booster. See github.com/blahgeek/emacs-lsp-booster.
(use-package lsp-booster
:straight (lsp-booster
:host github
:repo "okomestudio/lsp-booster.el"
:post-build (("make")))
:commands (lsp-booster-mode)
:init (lsp-booster-mode 1))
Note that the make process fetches the pre-compiled binary for Linux x86_64 and installs it to the Emacs’s bin directory.