While developing my project on v0, it gets deployed in the background on Supabase and Vercel. However, when I want to instantly see the changes I make during development, the project sometimes becomes unresponsive—even the buttons stop working—and I constantly have to refresh the page.
I don’t think this issue is caused by a code error, but rather by the preview process itself. In addition, the RAM usage is extremely high, and everything loads very slowly. There are noticeable stutters when handling requests.
With each page refresh, the loading time increases further, and even a small change results in longer waiting times. I experience these issues on both high-end and mid-range devices.
Do you have any suggestions for this? And is there any plan to optimize the RAM usage?
Can you share a chat url where you’re experiencing this?
This sounds like a memory leak, and while it’s possible for a general error in v0, most similar performance issues have been triggered by code running in the sandbox so I’d want to rule that out first
Can’t I just push this to GitHub, pull it again, clean up the chat/history, etc. to fix it?
How exactly can I do that?
I’ve seen many people on forums experiencing a similar issue.