Remix.run Logo
JimDabell 2 hours ago

> It looks to me like the data supports "bots passed human traffic"

I think you are missing the fact that the dashboard has HTML pre-selected as a filter. Once you change that to all content types, you’ll see humans account for twice as much traffic as bots.

Note this part of the article:

> The CEO ignored the all-traffic number, on his own dashboard, and instead published the HTML-only number as a fact about the whole internet.

simonw 2 hours ago | parent [-]

Personally I think that limiting the stats to just HTML pages is a credible stat on which you could claim that "bots passed human traffic". I don't care about bots downloading other types of content.

The most important thing is to link to your methodology, which Cloudflare's CEO did in this case.

JimDabell 2 hours ago | parent [-]

Contrast a human user with a naïve bot implementation when they come across an SPA. The human user will load the HTML once then fetch plenty of JSON as they use it. The bot will fetch the HTML and move on. If you filter by HTML only, then an extended human session lasting hours would be counted as equal to a bot immediately bouncing.