Spokes.wiki Search Graph Growth About

webperf-wiki

Report source ↗ source url updated Tue Jun 09 2026 00:00:00 GMT+0000 (Coordinated Universal Time)

Web Almanac 2024 — Page Weight

The Page Weight chapter of the HTTP Archive Web Almanac 2024 — an annual, community-written, data-driven report built on the HTTP Archive crawl of millions of real websites (October 2024 data). This is the neutral baseline the wiki had been missing: not a provocation or a vendor claim, but measured field data on what the web actually weighs.

Headline numbers (median page, Oct 2024)

DesktopMobile
Total page weight2,652 KB2,311 KB
Total requests7166

Year-over-year (vs. 2022), the median page grew: desktop +8.6% (≈210 KB), mobile +6.4% (≈140 KB). Over a decade, the median mobile page grew ~357% (≈1.8 MB added). The headline read: page weight “continues to grow, almost at the same rate” — bloat is the default trajectory.

Where the bytes go (median desktop homepage)

Resource typeSizeRequests
Images1,054 KB18
JavaScript613 KB24
Fonts131 KB
CSS78 KB
HTML18 KB

Images are still the heaviest payload, but JavaScript is now the most-requested file type (24 files, vs. images down 43% from 2022’s 25 requests). This corroborates the bundle-size thesis: JS is the byte category that’s both heavy and proliferating.

Optimization is under-adopted

The chapter’s quietly damning finding: basic wins are left on the table. Only 70% of desktop homepages use proper text compression; CSS/JS minification dropped since 2022 (to ~62% CSS, ~58% JS). At the 90th percentile, mobile Total Blocking Time hits 5,786 ms — a real accessibility burden on low-end devices.

Why this matters here

Caveat: a homepage crawl (not full user journeys); medians hide a heavy long tail.