Reference · Trusted

Page weight

Agents read on a budget, and the bottom of the page is what gets cut.

What it is

How many kilobytes of HTML you send, and how long the first response takes.

This is about the document itself, not your Lighthouse score — inline scripts and serialised state count, images mostly don't.

Why an agent cares

An agent working within a context window truncates. What survives is the top of the document; what gets dropped is the bottom — which is usually where your proof, pricing and contact details live.

Slow responses also get abandoned by clients with short timeouts, and you never see the failure.

How to fix it

  1. Trim inline scripts and large serialised state blobs from the initial document.
  2. Target under 500 KB of HTML on key pages.
  3. Put the substance early in the document, not after 300 KB of nav and hero markup.

How we test it

We measure the bytes of the homepage response and the time to complete it.

Related

Does your site pass this one?

Run the full scan and find out — along with the other 18.