Network Traffic Fell 14% Last Week and One Site Caused All of It
Sixty-six sites, 16.43k visits, down 13.89% week over week. That is the headline number on the Cloudflare report for August 23 to 29, and it is wrong in the way headline numbers usually are.
One site did all of it. technologies.org went from roughly 4,580 visits to 1,400, a loss of about 3,180. The network as a whole lost 2,650. Subtract one from the other and every remaining site combined gained around 530 visits, up a bit over 3%. Sixty-five sites had a decent week. The average ate a rock.
A 69% fall in seven days is not an audience drifting away; audiences do not drift that fast. Something switched off. The interesting part is what happened to the speed metrics in the same week. Median page load improved 63%, and the 75th-percentile Largest Contentful Paint improved 32%. Traffic collapsed and the site simultaneously got much faster. That combination points at one thing: the visits that vanished were the slow ones, hitting heavy uncached pages, which is the signature of crawler traffic rather than readers. Three things to check, in order. Whether a bot-management or firewall rule changed at the edge. Whether Search Console shows a matching drop in impressions. Whether anything broke on the WordPress side, since a cache plugin update is always a candidate. If Search Console is flat and only the edge numbers moved, the site lost bots and there is nothing to repair.
The number I would actually fix this week sits elsewhere. analysis.org posted a Cumulative Layout Shift of 1.0, up 372%. Anything above 0.25 already fails. A score of 1.0 means content is jumping by something close to a full screen height after the page paints. Its LCP is 4,108ms and getting worse, and median load time sits at 4,588ms, the slowest of the three sites that report performance data at all. The usual cause on a hand-built HTML site is images and embeds published without explicit width and height attributes; the browser reserves no space for them, so when they arrive, everything below jumps. Fonts loading late do the same on a smaller scale. Cheap fix, worth doing before the next crawl. technologies.org fails the same metric more quietly, at 0.28, with LCP sitting right on the 4,000ms line.
Seven of the top ten report nothing at all on that front. opinion.org, zgm.org, technologyconference.com, cybersecuritymarket.com, osint.org, brandstoshop.com and mediapresser.com all show visit counts, then blank rows for browser breakdown, LCP, CLS and INP. That is an instrumentation gap, not a performance result. Those sites are counted at the proxy without the measurement script on the page, so no field data comes back. Most of the network's top traffic is unmonitored for speed. One snippet in the base template would close it.
There is a second reading instruction buried in the ratios. Network-wide the report shows 1.04 page views per visit, and opinion.org, zgm.org and mediapresser.com all sit at exactly 1.00. On the three sites that do report browsers, the largest bucket every time is "Unknown": 780 of 1,400 on technologies.org, 710 of 1,220 on pho.tography.org, 430 of 1,010 on analysis.org. Unknown user agent plus single-page sessions is what crawlers and AI scrapers look like in a log. Not a crisis. Just a set of machines indexing pages, and they should not be described as though they were readers.
The good weeks are real enough. cybersecuritymarket.com roughly doubled, from about 290 visits to 560, with page views up 100%. opinion.org rose 61%, zgm.org 38%, pho.tography.org 30%, analysis.org 28%, technologyconference.com 19%. pho.tography.org is also the healthiest property in the report on the technical side, with an LCP of 1,601ms and CLS of 0.01, about as clean as those numbers get. Its layout shift shows as up "infinity" percent, which only means the previous week recorded zero. Nothing regressed there. Softer weeks outside the technologies.org story: brandstoshop.com down 36%, mediapresser.com down 24%, osint.org down 19%. On weekly counts in the hundreds, those sit within the range a single crawl schedule can produce.
One line in the report should not be celebrated. Median page load across the network improved 54.46%, and it would be pleasant to read that as a speed win. It is arithmetic. The slowest heavy site in the portfolio lost two thirds of its traffic, and its slow requests stopped dragging the median down. Nothing got faster.
The lesson repeats every time an aggregate moves. Before explaining why the network is down, check whether the network is down.