# Performance Improvement PR Template
## Performance Summary
## Performance Issue
### Current Metrics
- Response time: ___ ms
- Throughput: ___ requests/second
- Memory usage: ___ MB
- CPU utilization: ___%
- Other relevant metrics: ___
### User/System Impact
## Optimization Approach
- [ ] Algorithm optimization
- [ ] Database query optimization
- [ ] Caching implementation
- [ ] Resource loading optimization
- [ ] Memory usage optimization
- [ ] Network request reduction
- [ ] Code execution optimization
- [ ] Infrastructure scaling
- [ ] Other: ___
## Implementation Details
## Performance Results
| Response time | ___ ms | ___ ms | ___% |
| Throughput | ___ req/sec | ___ req/sec | ___% |
| Memory usage | ___ MB | ___ MB | ___% |
| CPU utilization | ___% | ___% | ___% |
| Database query time | ___ ms | ___ ms | ___% |
| Page load time | ___ sec | ___ sec | ___% |
## Testing & Validation
- [ ] Load testing completed
- [ ] Performance regression testing done
- [ ] All functionality preserved (no regressions)
- [ ] Tested in production-like environment
## Trade-offs & Considerations
## Monitoring Plan
## Rollback Plan
## Future Optimizations