Has anyone thought about the workspace becoming really slow?

Is it just me, or does everyone think that Replit is insanely slow? Is it because of the big project or what? It takes 5 seconds just to use the navbar and another 7 to open a file, not even mentioning scrolling down.
If anyone can fix this, please tell me, can I fix this crazy lag with a Google extension, or am I doing anything wrong? I mean, I’ll wait 13 seconds but when I keep editing different files, these few seconds add up; approximately 20-30% of my time is spent waiting for files to open…

*I have Replit Core

Not experiencing this, and we have some massive projects.

Wait, how though? Is it suppose to take up 2.5 GB memory?

For me it feels faster. However, a couple of thoughts:

  • Ensure you create new chats with Agent or Assistant after the chats start getting really long. This helps keep things snappy.
  • Periodically, at least daily, close the tab (or browser completely) of the Replit tab and open it up. This helps keeps things fresh.

Thanks! I’ll try out your advice.

A couple of things to try:

  • If you are like me and upload tons of screenshots while guiding Agent or Assistant, these really slow down the environment. I had 200+ in the attached_assets folder, didn’t realize it, then deleted all and got a huge speed boost just from that.
  • Ask Agent or Assitance to review your project and look for issues that may be causing performance issues or overusing compute. I tell it do not take action until I say so, and to tackle any issues in priority order, let me test my app to make sure it still works, then only move on to the next suggestion once I have approved.

Those two have worked in 90% of cases where my environment was crawling, hope this is helpful!

Great reminder to clean house! I also use lots of screenshots. I’m sure we all do.

Agreed. Also consider adding attached_assets to .gitignore if you don’t want those files being saved to git and GitHub if you sync. The default .gitignore is pretty basic, so could be an area to add more default.

1 Like