---
title: "The 49MB Web Page"
url: https://daily.dev/posts/the-49mb-web-page-c2modzgaa
source_url: https://thatshubham.com/blog/news-audit
type: article
source: "Hacker News"
published: 2026-03-15T21:26:34.213Z
updated: 2026-03-15T21:27:04.099Z
tags: ["webdev", "ux", "privacy"]
reading_time: 13
upvotes: 16
comments: 2
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# The 49MB Web Page

**[Hacker News](https://daily.dev/sources/hn)** · 13 min read · 16 upvotes · 2 comments

## Summary

A detailed audit of modern news websites reveals how programmatic ad-tech, excessive tracking, and hostile UX patterns have degraded the reading experience. Using the New York Times as a primary example, the post documents 422 network requests and 49MB of data for a single article load, driven by real-time ad bidding, surveillance beacons, and cross-site identity stitching. The analysis covers anti-patterns like Z-index warfare (cookie banners, newsletter modals, notification prompts), inverted content-to-chrome ratios, cumulative layout shift from late-loading ads, autoplaying sticky videos, and deliberate fat-finger traps. The author argues publishers are caught in a CPM-driven death spiral that treats readers as adversaries, and offers concrete engineering fixes: serialized onboarding queues, reserved ad slot dimensions to prevent CLS, behavior-triggered overlays, and inline newsletter placements. Lightweight alternatives like text.npr.org and RSS feeds are highlighted as proof that audiences want no-frills content.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://thatshubham.com/blog/news-audit>

## Community discussion

Top comments from developers on daily.dev.

**@petermrozek** · 1 upvotes

> Holy moly...
>
> > The browser downloads 5MB of tracking JS.
>
> My whole website (in the making) doesn't even come close to this. 😁
>
> Yeah, and then the owners of such websites are confused that people use ad blockers and anti-tracking tech.

**@xidib78169** · 0 upvotes

> I had a similar issue when I tried to open Discord in my browser. The 49MB figure likely refers to the entire Discord application being downloaded, not just the webpage.

## Similar posts on daily.dev

- [‘Your Frustration Is the Product’](https://daily.dev/posts/your-frustration-is-the-product--0aupqabbk) · Hacker News · 1 upvotes · 0 comments
- [nh3.dev](https://daily.dev/posts/nh3-dev-fsykz8tgx) · Lobsters · 4 upvotes · 1 comments
- [Ad Blockers helped kill the open web](https://daily.dev/posts/ad-blockers-helped-kill-the-open-web-uos49wvwa) · Christian Heilmann · 66 upvotes · 41 comments

---

Tags: [#webdev](https://daily.dev/tags/webdev), [#ux](https://daily.dev/tags/ux), [#privacy](https://daily.dev/tags/privacy)

[View this post on daily.dev](https://daily.dev/posts/the-49mb-web-page-c2modzgaa)
