Back to Guides

Performance Optimization

Optimize build times and app performance.

Build Time Optimization

  • • Use build caching when possible
  • • Minimize dependencies
  • • Use production builds for releases
  • • Build only for needed platforms

App Performance

  • • Optimize images and assets
  • • Use code splitting
  • • Minimize bundle size
  • • Profile and optimize slow code paths

Monitoring

Monitor build times and app performance metrics in your dashboard. Track trends over time to identify optimization opportunities.