Diagnoses network performance bottlenecks and optimizes request patterns to reduce application latency.
The Network Latency Analyzer skill empowers Claude to perform deep analysis of network traffic and request patterns within your codebase to identify and resolve performance issues. By leveraging system tools like curl, ping, and traceroute, it pinpoints slow endpoints, evaluates serial versus parallel execution, and provides actionable recommendations for connection pooling, request batching, and timeout tuning to ensure your application communicates as efficiently as possible.
주요 기능
01Request pattern analysis for parallelization opportunities
021,887 GitHub stars
03Recommendations for connection pooling and batching
04Detailed performance bottleneck reporting and implementation plans
05Automated network latency diagnosis using curl and traceroute
06Timeout and retry strategy optimization
사용 사례
01Debugging intermittent connectivity and high-latency network paths
02Reducing API response times in microservices architectures
03Optimizing web application load speeds by streamlining asset requests