-
-
Notifications
You must be signed in to change notification settings - Fork 399
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
It feels slow in use #730
Comments
For the file save time, you should be able to simply check For the auto-complete time, it is best to provide a repro case. In addition, can you compare the auto-complete time of the same code in *.ts and *.vue to see if *.vue is much slower than *.ts.
If you join Discord server(https://discord.gg/5bnSSSSBbK) we can talk in Chinese. |
CPU-20211125T101919.cpuprofile.zip Hope this profile can help you... |
@zhubei1998 seems the profiling record shows some performance issues from volar, thank you to provide it! |
@johnsoncodehk 老师您好,今天更新了最新版本以后自动补全还是特别慢,然后按照方法试了一下,下面是分析的结果,请老师再看一下。 |
@chivesssss thanks to provide profiling record. Seems your project spent lot of time to calculate auto import, could you try no-auto-import branch? It was hardcode disabled auto import. |
@johnsoncodehk 老师您好,拉取新的分支以后,简单测试了一下,虽然说还是要稍微停顿一下,但是在可接受范围内了,相较昨天的版本感觉快了很多。下面是截图: |
@chivesssss could you try 0.29.8 and no-auto-import branch last commit, I've add cache logic in 83f1447 due to your profiling. |
@johnsoncodehk 您好,下面分别是no-auto-import分支和0.29.8版本的截图,在我验证的过程中,能够明显感觉到 no-auto-import 分支代码提示快很多。 CPU-No-Auto-Import.cpuprofile.zip 0.29.8 版本 截图 ⬇️⬇️⬇️⬇️⬇️ |
Please track #808. |
I just imported the import path when I import the path. How can I solve it? QQ20220624-151547-HD.mp4 |
@RennCheung please provide profiling record. (#413) |
hello,I have been using it for a long time, maybe my project is too big, it always feels a little bit slow, prompt or save need to wait a long time, my situation is similar to the following link
https://learnku.com/vuejs/t/60948
now version: v0.29.6
Maybe my project problem, but this problem has bothered me for a long time, I want to ask for help.
My English is not good, sorry.
The text was updated successfully, but these errors were encountered: