vim-dist / webvim

WebVim is a vim based distribution targeting JavaScript and Web development
http://webvim.org
GNU General Public License v3.0
330 stars 34 forks source link

Increase startup time #63

Open Navds opened 5 years ago

Navds commented 5 years ago

How do I increase the startup time ? These are the top 3 of slow loading plugins after profiling using /hyiltiz/vim-plugins-profile:

  1. 45.924 editorconfig-vim
  2. 21.303 nerdtree
  3. 2.193 syntastic
krampstudio commented 5 years ago

Are the values in seconds, so 45s from editorconfig-vim ? That's unexpected. Everything starts smoothly on the different test envs, including containers, etc.

Navds commented 5 years ago

I guess it's in milliseconds. The reason why I wonder I have to wait 4s before the file is loaded. Or is that normal? This is the details of the startup process https://hastebin.com/tokopomili

krampstudio commented 5 years ago

Even 4 or 5s is unexpected or at least not usual, see my startup time. I'll investigate.