Documents that are too big
Every file below is written by generate-assets.sh and
none of them is in the repository. They are all valid HTML; the only
thing wrong with them is their size.
By weight
- 1 MB — large, still ordinary
- 10 MB — the size a render should be giving up at
- 25 MB — past any limit worth having
- A page that never settles — a script that writes another paragraph and another link every hundred milliseconds, for a full minute
By shape
- Deeply nested — five thousand elements inside one another
- Two thousand headings — past
MAX_HEADINGS, so the outline has to be cut off - Five thousand meta tags — past every metadata budget at once
- A title of 100,000 characters — and a meta description to match
- One element, ten thousand attributes