TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Cloudflare Introduces Speed Brain to Instantly Make Web Pages 45% Faster

6 pointsby redm8 months ago

1 comment

TIPSIO8 months ago
One of the rules to ensure it works:<p>&gt; The page requested by the prefetch does not invoke a Worker.<p>I guess this restriction kind of makes sense for this?<p>Funny enough though, some of the best speed optimization Cloudflare stuff only works with Workers if you use a Fetch (aka, you must have an origin!).<p>The Worker Cache API for example doesn&#x27;t support Polish&#x2F;Mirage or many other Cloudflare features.