Analyze performance for: $ARGUMENTS
If no arguments, do a general performance review of the project.
Steps:
- •Identify the performance bottleneck or area of concern
- •Profile the code (check for N+1 queries, unnecessary allocations, blocking I/O)
- •Benchmark the current performance baseline
- •Propose optimizations with expected impact
- •Implement the optimization and measure improvement