개발 노트

next.js vscode 성능 저하 , 속도 느림 본문

React

next.js vscode 성능 저하 , 속도 느림

한츄 2025. 3. 19. 14:31

https://github.com/vercel/next.js/discussions/38477

 

Nextjs project is very slow to save file in VS Code · vercel next.js · Discussion #38477

I am building the project with nextjs and antd, in VS Code it is very slow every time I save the file. I don't know why this is happening, does anyone know how to fix this?

github.com

 

문제 원인:

Next js사용 중 자동완성 및 복사 붙여넣기, 포맷팅의 속도가 느려지는 현상 발생

 

해결:

vscode의 extension과의 충돌 발생 -> extension삭제 후 해결완료

  • Auto Import 삭제
  • GitLens 삭제
  • live Server 삭제

'React' 카테고리의 다른 글

vite 6 + react 19 에 tailwind.css 3.4 + antd 5.24 적용하기  (0) 2025.02.24
next error boundary / global error  (0) 2025.02.12
next14 - next-auth v5  (0) 2024.12.09
NextAuth 로그인  (0) 2024.12.03
Next auth와 Bearer 토큰  (0) 2024.11.28