Docs
Docs/Troubleshooting/Performance Issues

Performance Issues

Speed up slow queries and UI

Tips for improving query performance and application responsiveness.

Slow Queries

  • Add indexes to frequently queried columns
  • Use LIMIT for large result sets
  • Check query execution plan (EXPLAIN)
  • Increase query timeout in settings

Slow Table Loading

  • Large tables are paginated automatically
  • Consider filtering data
  • Check database server resources

Need help?

Join our Discord community for support and discussions.

Join Discord