Web Performance Budget Calculator
Work out how many KB a page can weigh to load within a target time on a given connection. It subtracts connection setup latency and shows where to cut.
—
How many KB your page is allowed to weigh
A performance budget is a commitment that the page will not exceed a certain weight. It works because it inverts the question: instead of measuring the time once everything is built and trying to patch it, you set the ceiling first and every new resource has to fit. When somebody wants to add a 180 KB library, the conversation stops being about taste and starts being about what comes out to make room.
Enter the target time and the connection and the page works out how many KB fit. Fill in the current weight by resource type and it compares against the budget, estimates the load time and sorts the resources heaviest first — which is where cutting starts. The connection profiles are the ones used by auditing tools, and there is an option to enter your own throughput and latency.
The part usually forgotten is latency. Before the first useful byte arrives, DNS has to resolve, the connection has to open, TLS has to negotiate and the response has to come back — four round trips in the figure used here. On slow 3G, at 400 ms per round trip, that consumes 1.6 seconds before any content. Ignoring that share inflates the budget by 25% or more, which is why the page subtracts it before dividing.
Frequently asked questions
What target time should I use?
Why does the calculation use four round trips?
Should the budget be in compressed KB or uncompressed?
Related Tools
Monthly Budget Categories
Splits monthly net income into housing, food, transport, leisure, savings.
Festa Junina Quadrilha Budget
Estimates a Festa Junina party budget per guest including food, drinks and decoration.
Dentist Budget CBHPO
Estimates a dentist treatment budget based on the Brazilian dental reference table.
Power-to-Weight Ratio Calculator (kg/HP)
Weight in kg divided by engine output in HP: 12 is an economy car, 8 a hot hatch, 4 to 6 a sports car, near 1 a Formula 1. Lower means quicker.
Dog Walk Time by Weight
Estimates daily walk time in minutes by dog weight.
Shipping Cost Calculator
Estimate shipping cost from weight, distance, $/kg/km and flat fee. Simple model for sales and e-commerce.
The results provided by this tool are for general informational and educational purposes only and do not constitute professional, financial, medical, legal, tax or accounting advice. Always confirm important decisions with a qualified professional and official sources.