high-perf-browser

Audit browser performance scenarios and propose latency-reducing optimizations.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/paulalarosa/lumihub --skill high-perf-browser
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: high-perf-browser
Source: https://github.com/paulalarosa/lumihub/tree/main/skills/.agents/skills/_all_skills/high-perf-browser
Command: npx skills add https://github.com/paulalarosa/lumihub --skill high-perf-browser

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Optimize web performance by applying browser-network protocol knowledge to identify latency bottlenecks.

Core Features & Use Cases

  • Addresses network latency, render-blocking resources, and caching strategies to improve LCP, CLS, and INP.
  • Applies across architectures from static sites to SPAs, SSR apps, and CDNs, including real-time data delivery patterns.
  • Example: audit a page to reduce TTFB, inline critical CSS, and enable HTTP/3 on the origin.

Quick Start

Audit a browser performance scenario and propose optimizations to reduce latency.

Frequently Asked Questions about high-perf-browser

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I optimize web performance by identifying network latency bottlenecks?▼

Optimize web performance by applying browser-network protocol knowledge to identify latency bottlenecks, delivering actionable checks for HTTP/1, HTTP/2, and HTTP/3 across your architecture. It evaluates caching strategies and real-time transport to reduce load delays.

What is the best way to reduce TTFB and improve LCP for an SSR app?▼

Reducing TTFB and improving LCP for an SSR app involves auditing render-blocking resources, inlining critical CSS, and optimizing caching strategies. Apply protocol-aware guidance to evaluate resource loading patterns and enable HTTP/3 on the origin.

Can I use this to audit frontend performance for SPAs and CDNs?▼

Yes, you can audit frontend performance for SPAs and CDNs by applying protocol-aware guidance to resource loading and caching configurations. It evaluates network latency, render-blocking resources, and real-time data delivery patterns across these specific architectures.

How does browser networking impact Core Web Vitals like CLS and INP?▼

Browser networking impacts Core Web Vitals like CLS and INP by introducing network latency and render-blocking resources that delay page rendering. Addressing caching strategies and optimizing real-time transport considerations helps improve these specific metrics.

When do I need to upgrade to HTTP/3 for web performance optimization?▼

You need to upgrade to HTTP/3 for web performance optimization when facing latency bottlenecks that HTTP/2 cannot resolve, particularly for real-time data delivery. Apply protocol-aware guidance to determine if enabling HTTP/3 on the origin benefits your architecture.