theharshal30/lightsout

Gate your PRs on the 14 KB first-round-trip budget — fail the build when your HTML document no longer renders in the first network round-trip.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
urlURL to measure (e.g. a preview/staging deploy). Either url or file is required.no
filePath to a local HTML file to measure (e.g. dist/index.html). Either url or file is required.no
budgetByte budget for the HTML document. Default ~14 KB (the TCP initcwnd).no14336
fail-on-bustFail the job when the HTML document busts the budget. Set to 'false' to report only.notrue
namedescription
fits'true' if the HTML document fits the first round-trip budget.
document-bytesThe document's on-the-wire size in bytes.
round-tripsPredicted network round-trips to first paint.