跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

High Performance Browser Networking

技能 已验证 活跃

Optimize web performance through network protocols, resource loading, and browser rendering internals. Use when the user mentions "page load speed", "Core Web Vitals", "HTTP/2", "resource hints", "network latency", "render blocking", "TCP optimization", "service worker", or "critical rendering path". Also trigger when diagnosing slow page loads, optimizing time to first byte, choosing between WebSocket and SSE, or reducing bundle sizes. Covers TCP/TLS optimization, caching strategies, WebSocket/SSE, and protocol selection. For UI visual performance, see refactoring-ui. For font loading, see web-typography.

目的

Optimize web performance by understanding and applying principles of network protocols, resource loading, browser rendering, and caching.

功能

  • Detailed analysis of network fundamentals (DNS, TCP, TLS)
  • Explanation of HTTP/1.1, HTTP/2, and HTTP/3 performance characteristics
  • Strategies for optimizing the critical rendering path
  • Guidance on effective caching strategies (browser, CDN, service worker)
  • Optimization techniques for Core Web Vitals (LCP, INP, CLS)
  • Guidance on choosing real-time communication protocols (WebSocket, SSE, WebRTC)

使用场景

  • Diagnosing and improving slow page load times
  • Optimizing time to first byte (TTFB)
  • Selecting the appropriate protocol for real-time features
  • Implementing effective caching strategies for static and dynamic content
  • Improving Core Web Vitals scores for SEO and user experience
  • Understanding the impact of network latency on web applications

非目标

  • UI visual performance (use refactoring-ui)
  • Font loading specifics beyond performance impact (use web-typography)
  • Directly implementing optimizations (provides guidance, not code generation)

工作流

  1. Understand network fundamentals and latency impact
  2. Analyze HTTP protocol performance (HTTP/1.1, /2, /3)
  3. Identify and optimize render-blocking resources
  4. Implement effective caching strategies
  5. Measure and improve Core Web Vitals (LCP, INP, CLS)
  6. Choose appropriate real-time communication protocols

安装

请先添加 Marketplace

/plugin marketplace add wondelai/skills
/plugin install skills@wondelai-skills

质量评分

已验证
100 /100
1 day ago 分析

信任信号

最近提交17 days ago
星标953
许可证MIT
状态
查看源代码