일반

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

한츄 2025. 3. 19. 14:31
SMALL

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 삭제

LIST