Implements response time tracking for APIs, DB queries, external services, frontend, and jobs. Provides instrumentation code, monitoring configs, dashboards, SLOs, alerts, and optimization strategies.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin response-time-tracker# Response Time Tracker Implement comprehensive response time tracking and optimization. ## Tracking Areas 1. **API Endpoints**: HTTP request/response times 2. **Database Queries**: Query execution times 3. **External Services**: Third-party API latency 4. **Frontend Rendering**: Page load and render times 5. **Background Jobs**: Async task execution times ## Metrics to Track - **P50, P95, P99 Percentiles**: Response time distribution - **Average Response Time**: Mean latency - **Max Response Time**: Worst-case scenarios - **Time Series Data**: Response time trends ## Process 1. Iden...
/add-performance-monitoringSets up application performance monitoring for Node.js apps with New Relic or Datadog APM, adding config files, instrumentation, middleware, and custom metrics.
/flow-performance-optimizationOrchestrates performance optimization workflow: establishes baselines, identifies bottlenecks, implements tunings, conducts load tests, and validates SLOs in project directories.
/performance-optimizationOptimizes application performance end-to-end via multi-phase agents: profiles bottlenecks, analyzes DB/API/backend/frontend/mobile/infra, implements fixes.
/optimize-performanceProfiles application performance, identifies bottlenecks, implements optimizations for backend, frontend, and infrastructure, then benchmarks improvements.
/optimizeAnalyzes codebase and infrastructure for performance issues across frontend, backend, infra, and architecture, delivering prioritized recommendations, quick wins, and implementation roadmap with code examples.
/profile-apiProfiles API endpoints by measuring latencies, analyzing code paths for bottlenecks like N+1 queries and missing indexes, and suggesting prioritized optimizations with impact estimates.
Share bugs, ideas, or general feedback.
Implement comprehensive response time tracking and optimization.
Provide: