Skip to content
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

vue-tsc execution is very, very slow compared to 1.8.0 #4177

Closed
RJQingHuan opened this issue Mar 29, 2024 · 2 comments
Closed

vue-tsc execution is very, very slow compared to 1.8.0 #4177

RJQingHuan opened this issue Mar 29, 2024 · 2 comments
Labels
good reproduction ✨ This issue provides a good reproduction, we will be able to investigate it first performance upstream

Comments

@RJQingHuan
Copy link

Thank you for your work. I love vue3.

@RJQingHuan
Copy link
Author

https://github.com/RJQingHuan/test-vue-tsc.git

run packages/admin check

@johnsoncodehk johnsoncodehk added pending triage good reproduction ✨ This issue provides a good reproduction, we will be able to investigate it first labels Mar 31, 2024
@skywalker512
Copy link

I also found this issue in our internal project, especially with element-plus. resolveModuleNamesWorker many times longer did it take to use a compared to tsc

The following is the data of a simple project that only references element-plus, which has been greatly improved. Thank you for your efforts. @johnsoncodehk

  • after: pnpm vue-tsc 13.58s user 1.10s system 142% cpu 10.269 total
  • before: pnpm vue-tsc 41.12s user 4.71s system 117% cpu 38.894 total

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good reproduction ✨ This issue provides a good reproduction, we will be able to investigate it first performance upstream
Projects
None yet
Development

No branches or pull requests

3 participants