Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
thedaviddias avatar

Http2

  • 1 installs
  • 73.4k repo stars
  • Updated June 18, 2026
  • thedaviddias/frontendchecklist

Verifies resources are served over HTTP/2 or HTTP/3 for request multiplexing and header compression instead of legacy HTTP/1.

About

A frontend-checklist performance rule for enabling HTTP/2 or HTTP/3. A developer uses it to multiplex requests over a single connection and reduce latency impact.

  • Enable HTTP/2 or HTTP/3 for request multiplexing
  • Removes the need for resource concatenation

Http2 by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #1,914 of 2,245 Frontend Development skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/thedaviddias/frontendchecklist --skill http2

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars73.4k
Last updatedJune 18, 2026
Repositorythedaviddias/frontendchecklist

What it does

Verifies resources are served over HTTP/2 or HTTP/3 for request multiplexing and header compression instead of legacy HTTP/1.

Files

SKILL.mdMarkdownGitHub ↗

Enable HTTP/2 or HTTP/3

Modern HTTP protocols significantly reduce the impact of latency and allow multiple resources to be downloaded simultaneously over a single connection, leading to much faster page loads.

Quick Reference

  • Enable HTTP/2 or HTTP/3 for request multiplexing
  • Eliminate the need for resource concatenation
  • Reduce overhead with header compression

Check

Verify that the server is serving resources over HTTP/2 or HTTP/3 using browser DevTools or online checkers.

Fix

Enable HTTP/2 or HTTP/3 in your web server (Nginx, Apache) or via a CDN/load balancer.

Explain

Explain the advantages of HTTP/2 and HTTP/3 over HTTP/1.1, such as multiplexing and header compression.

Code Review

Review the routes, assets, and loading behavior that affect Enable HTTP/2 or HTTP/3. Flag exact files, requests, or rendering steps that add unnecessary network, CPU, or layout cost, and describe the measurement method used to confirm the issue.

---

For full implementation details, code examples, and framework-specific guidance, see references/rule.md.

Rule page: https://frontendchecklist.io/en/rules/performance/http2

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.