关于
Provides a comprehensive toolkit for diagnosing and resolving database performance bottlenecks in MongoDB. This skill guides you through using the profiler to detect common issues like N+1 queries and slow operations, interpreting EXPLAIN plans to identify missing indexes, and implementing safe, production-ready index migrations. Use it to debug slow endpoints, proactively optimize new features, and embed performance testing into your development workflow to prevent regressions.