Ross ROSS = Recommend OSS · open-source software intelligence for agents

nucliweb/webperf-snippets

⚡️ 💾 Web Performance Snippets observed · 2026-08-28

github.com/nucliweb/webperf-snippets · homepage · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

89/100

  • Activity 95
  • Release rhythm 75
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 13
  • age_days: 1569
  • days_rel: 169
  • days_push: 31
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

1444 stars · 85 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A curated collection of JavaScript snippets for measuring and debugging web performance (Core Web Vitals, loading, and interaction metrics) directly in the browser DevTools console, plus an npm CLI that runs the same snippets headlessly via Playwright. It diagnoses performance issues beyond what Lighthouse exposes, such as LCP sub-parts, render-blocking resources, and long animation frame attribution.

Use cases

  • measure core web vitals like LCP, CLS, and INP in the browser console
  • diagnose LCP regressions in CI without copy-pasting into DevTools
  • find render-blocking resources on a page
  • audit images and videos for performance issues
  • debug slow interactions and long animation frames
  • gate pull requests on real performance budgets
  • analyze third-party script impact on page load

When to choose

  • you need detailed diagnosis of why a metric like LCP is slow, not just a score
  • you want to run performance checks headlessly in CI with Playwright
  • you prefer lightweight DevTools console snippets over heavyweight audit tools
  • you need to audit media, fonts, scripts, and resource hints on a specific page

When to avoid

  • you only need an overall performance score rather than detailed diagnostics
  • you need continuous real-user monitoring (RUM) in production
  • you need a full automated audit report like Lighthouse generates

Facets

cli-tool · maturity active

developer-tools monitoring benchmarking cli web-development performance developer-tools frontend browser cli cross-platform web-performance core-web-vitals devtools-snippets lighthouse-alternative playwright lcp cls inp performance-audit ci-performance-budgets nodejs

4 sources

Member repositories

RepositoryRoleHealth v2
nucliweb/webperf-snippetsmain89

For agents

markdown · JSON · MCP: product_card(name="nucliweb/webperf-snippets")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem