What problem does it solve? It helps engineers find and fix performance bottlenecks across backend, frontend, and infrastructure by combining profiling, distributed tracing, load testing, and monitoring into a structured optimization workflow. ## Core Features & Use Cases - Observability Setup: Configure OpenTelemetry, Prometheus, Grafana, and APM platforms for distributed tracing, metrics, and SLI/SLO tracking. - Bottleneck Analysis: Use CPU, memory, and I/O profiling with flame graphs and query analysis to isolate hotspots across services and databases. - Load Testing & Caching: Design k6/JMeter/Gatling load tests and multi-tier caching strategies (Redis, CDN, browser) with performance budgets to prevent regressions. - Use Case: An API's p95 latency spikes under traffic. Use this Skill to trace requests with OpenTelemetry, profile the slow database queries, add Redis caching, and validate the fix with a k6 load test. ## Quick Start Analyze the performance of my API endpoints, identify the biggest bottlenecks, and propose optimizations with expected impact.