Profiling Plugins
zplugin ice atinit'zmodload zsh/zprof' \
atload'zprof | head; zmodload -u zsh/zprof'
zplugin light zdharma/fast-syntax-highlighting
atinit''loadszsh/zprofmodule before loading plugin – this starts profiling,atload''works after loading the plugin – shows profiling results (zprof | head), unloadszsh/zprof,- the
lightloads without reporting enabled, so less Zplugin code is being run.