Resource Monitor
Track the performance of every resource on your server in real time.
How It Works
CfxKit monitors resource performance when your server is running:
- CPU usage per resource
- Memory consumption per resource
- Sort by highest impact to find bottlenecks
Finding Performance Issues
- Start your server from CfxKit
- Open Resource Monitor in the sidebar
- Look for resources with high CPU or memory usage
- Click a resource to see detailed stats
Common performance issues:
- Resources running heavy loops without proper
Wait()calls - Large database queries running on every frame
- Unused resources still loaded and consuming memory