You can find the current resource usage of your Replit App in the workspace header. This includes the amount of RAM, CPU, and Storage currently being used by your Replit App to run your code, the LSP, and other background services.

Why Monitor Replit App Resources?

It’s important to monitor your resource usage to ensure that your Replit App has enough resources to run smoothly. If you notice that your resource usage is consistently high, it may make sense to use a Boost to increase the resources your Replit App can use, or make changes to your code so your program uses less resources.

High Resource Usage

If your Replit App’s performance is suffering due to high resource usage, try optimizing your code for better efficiency by adjusting your computational approach.