database-performance-debugging
Installation
SKILL.md
Database Performance Debugging
Table of Contents
Overview
Database performance issues directly impact application responsiveness. Debugging focuses on identifying slow queries and optimizing execution plans.
When to Use
- Slow application response times
- High database CPU
- Slow queries identified
Related skills