Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use when auditing slow page loads, heavy assets, or rendering delays related to Enable HTTP/2 or HTTP/3. Verify the actual bottleneck in DevTools, Lighthouse, or field data before recommending changes.
.claude/skills/thedaviddias-http2/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 22% | 0% |
| case-02 | ✓→✗ | ▼ Worse | -15% | 0% |
| case-03 | ✓→✓ | = Same ✓ | -23% | 0% |
| case-04 | ✓→✓ | = Same ✓ | -24% | 0% |
| case-09 | ✓→✓ | = Same ✓ | -10% | 0% |
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.
Verify that the server is serving resources over HTTP/2 or HTTP/3 using browser DevTools or online checkers.
Enable HTTP/2 or HTTP/3 in your web server (Nginx, Apache) or via a CDN/load balancer.
Explain the advantages of HTTP/2 and HTTP/3 over HTTP/1.1, such as multiplexing and header compression.
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
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→pass | 13,694 | 15,142 | +11% | 1 | 1 | 0% | 2,820 | 3,454 | +22% | 0 | 0 | — |
case-02 | pass→fail | 12,261 | 10,185 | -17% | 1 | 1 | 0% | 2,610 | 2,222 | -15% | 0 | 0 | — |
case-03 | pass→pass | 11,068 | 6,845 | -38% | 1 | 1 | 0% | 2,013 | 1,555 | -23% | 0 | 0 | — |
case-04 | pass→pass | 11,021 | 8,257 | -25% | 1 | 1 | 0% | 2,462 | 1,873 | -24% | 0 | 0 | — |
case-09 | pass→pass | 15,648 | 10,471 | -33% | 1 | 1 | 0% | 2,786 | 2,505 | -10% | 0 | 0 | — |
case-05 | pass→pass | 10,851 | 12,944 | +19% | 1 | 1 | 0% | 2,553 | 3,115 | +22% | 0 | 0 | — |
case-06 | pass→pass | 9,889 | 11,055 | +12% | 1 | 1 | 0% | 2,201 | 2,748 | +25% | 0 | 0 | — |
case-07 | pass→pass | 9,753 | 9,062 | -7% | 1 | 1 | 0% | 1,762 | 1,956 | +11% | 0 | 0 | — |
case-08 | pass→pass | 10,415 | 10,015 | -4% | 1 | 1 | 0% | 2,091 | 2,138 | +2% | 0 | 0 | — |
case-10 | pass→pass | 11,459 | 13,041 | +14% | 1 | 1 | 0% | 1,943 | 2,411 | +24% | 0 | 0 | — |
case-11 | pass→pass | 10,845 | 9,629 | -11% | 1 | 1 | 0% | 1,873 | 2,056 | +10% | 0 | 0 | — |
case-12 | pass→pass | 10,749 | 10,632 | -1% | 1 | 1 | 0% | 2,150 | 2,422 | +13% | 0 | 0 | — |
case-13 | pass→pass | 12,777 | 10,900 | -15% | 1 | 1 | 0% | 2,549 | 2,391 | -6% | 0 | 0 | — |
case-14 | pass→pass | 15,804 | 14,431 | -9% | 1 | 1 | 0% | 3,284 | 3,411 | +4% | 0 | 0 | — |
case-15 | pass→pass | 13,961 | 9,993 | -28% | 1 | 1 | 0% | 2,509 | 2,409 | -4% | 0 | 0 | — |
case-16 | pass→pass | 10,474 | 9,913 | -5% | 1 | 1 | 0% | 2,271 | 2,198 | -3% | 0 | 0 | — |
case-17 | pass→pass | 9,017 | 6,585 | -27% | 1 | 1 | 0% | 1,566 | 1,533 | -2% | 0 | 0 | — |
case-18 | pass→pass | 14,405 | 12,365 | -14% | 1 | 1 | 0% | 2,672 | 2,865 | +7% | 0 | 0 | — |
case-19 | pass→pass | 14,822 | 10,493 | -29% | 1 | 1 | 0% | 2,384 | 2,061 | -14% | 0 | 0 | — |
case-20 | pass→pass | 15,321 | 7,564 | -51% | 1 | 1 | 0% | 1,471 | 1,825 | +24% | 0 | 0 | — |
case-21 | pass→pass | 15,978 | 18,053 | +13% | 1 | 1 | 0% | 1,929 | 1,556 | -19% | 0 | 0 | — |
case-22 | pass→pass | 14,702 | 19,573 | +33% | 1 | 1 | 0% | 2,481 | 1,696 | -32% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted. The headline lift of 0 percentage points is the difference between those two pass rates over the 22 comparable cases. 1 case got worse with the skill loaded, and it is included in that figure.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.