This template provides a systematic approach to investigating and diagnosing bugs in software applications. It includes debugging strategies, log analysis techniques, and root cause analysis methods.
Investigate a bug where users are experiencing slow page load times:
- Analyze application logs for performance bottlenecks
- Check database query performance and indexing
- Review network requests and API response times
- Examine client-side JavaScript errors
- Identify potential memory leaks or resource issues
- Document findings and recommend fixes
peep bug-investigation