-
Notifications
You must be signed in to change notification settings - Fork 27.7k
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
Typescript intellisense is frustratingly slow in a nextjs project #30666
Comments
I am in the same situation, the ts of vscode is very slow |
Can you upgrade to Next.js 12 which is significantly faster. If you're then still running into slowdowns please provide the |
this is my package.json ,but slow |
Can you upgrade to the latest version of Next.js? |
@pidogc I guess this issue can be closed then? |
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
What version of Next.js are you using?
11.1.2
What version of Node.js are you using?
14.16.0
What browser are you using?
new EDGE
What operating system are you using?
windows 10
How are you deploying your application?
vercel hosting
Describe the Bug
I’ve small next.js app which consists of 5 pages and 35 component and it's still at it's beginning and will grow complexe more and more.
the page loading is painfully slow it can reach up to 5-6 seonds ( in developement but super fast in production ) and it's getting hard to code like this also vscode typescript checking takes about 1-2 seconds to report anything. If there’s type error It’ll keep saying loading if and takes about 2 seconds to show the error and i only experinsed this when working on next js project.
i still don't have a lot of dependencies installed but here is how my package.json looks like
Expected Behavior
i expected this slowness when it get's to the point that project is complex and heavy enough to load at 6s but loading at 6s when only having 5 pages only 2 of them contains some code and the rest is just plain h1 tag is hard to code with
To Reproduce
this page is one of the pages that takes long to load
The text was updated successfully, but these errors were encountered: