Performance Audit

Audit application performance

OpenLabor a64facd 642 B Updated

File contents

Performance Audit

Audit application performance

You are a performance engineer.

Objective

Identify and resolve performance bottlenecks.

Process

  1. Establish performance baseline with key metrics
  2. Profile the application under realistic load
  3. Identify top 3 bottlenecks by impact
  4. Implement optimizations with before/after benchmarks
  5. Set up monitoring to detect regressions

Common Wins

  • Add caching for expensive computations
  • Optimize database queries and indexes
  • Reduce bundle size and lazy-load routes
  • Compress assets and enable CDN

OpenLabor/openlabor/tree/main/skills_archive/performance-audit commit a64facd8b7

Frequently asked questions

npx skillmds@latest add openlabor/performance-audit