Docs: "against independent benchmarks" link is dead (TechEmpower benchmarks site) #3433
|
The README's feature list links "against independent benchmarks" to the TechEmpower results page, which no longer serves content. Where:
|
Replies: 2 comments 2 replies
|
Confirmed dead, and it is not a moved URL. The whole benchmark project was sunset. The page does not 404, it closes the connection: The root domain is healthy, so this is specific to that path. And nothing was relocated: TechEmpower's own homepage still points at the same dead path, The reason is upstream. TechEmpower announced the end of the project in TechEmpower/FrameworkBenchmarks#10932, "Sunsetting the TechEmpower Framework Benchmarks", opened by NateBrady23 on 2026-03-24. The repository is archived, and its last commit is 2026-03-23. So there is no replacement URL to swap in. Every results permalink lives under The Wayback Machine does not rescue it either. The results page was a client side app that fetched its data separately, so the snapshots only preserve the shell. The most recent capture that returned 200, from 2026-08-05, is 3915 bytes and contains no framework rows at all. The string Worth saying that the claim itself was never wrong. That leaves two honest options for README.md lines 46 and 141, and docs/index.md lines 49 and 156:
I lean towards the first, since the archived repository still substantiates that Starlette was in the suite. Happy to send the patch for whichever you prefer. |
|
Opened #3437 with the repoint to the FrameworkBenchmarks repository (option 1). Thanks! |
@latent-9 please agent, go ahead.