-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slow startup #116
Comments
Is debug mode enabled in your |
No |
Enable debug, no log file |
Here's the function that runs when Vim starts and connects to GitHub to check for new wakatime-cli versions: vim-wakatime/plugin/wakatime.vim Line 146 in 85e95ac
We need to find out which method it's using:
If the last method is used, slow startup can be expected and I'm not sure how to make it faster. Otherwise if the first 3 methods are used then slow startup is a bug we can probably fix. |
Test by vim-plugins-profile
Version: 85e95ac (115.252ms + python3.vim 199.277ms + python.vim 33.633ms)
Version: 9.0.1 (147.058ms)
Version: 8.0.0 (25.444ms)
The text was updated successfully, but these errors were encountered: