Store your static assets at the edge with Workers KV, our global, low-latency key-value data store. Access your assets alongside your code and transform them via powerful APIs (e.g. HTMLrewriter) to modify your page before it reaches the user. ...
Workers 功能 无限请求。包含 1000 万请求/月 最大30s CPU 时间/每个请求。包含 3000 万 CPU ms/月 访问开发人员平台产品 键值存储功能 包含每月 1000 万次读取操作 包含每月 100 万次写入、删除、列举操作 高达1GB 存储 平台基本信息 最多500 个 Worker 脚本 ...
Log in to Cloudflare Continue with Google Continue with Apple or Email Password Show Let us know you're human Sign upForgot your password?Forgot your email?
Monitor your websites, showcase status including daily history, and get Slack/Telegram/Discord notification whenever your website status changes. Using Cloudflare Workers, CRON Triggers, and KV storage. - ace-status/status
Statuside A Status Page built on Cloudflare Worker and Pages (Vue + Tailwind). Inspired by Cachet, Statusfy, and Atlassian Statuspage. ⚠️ This is still work in progress, so there might be bugs and stuff missing. Setup Create a Pages project with Vue preset. Create a KV and Worker....
Product Page 功能6月 2019 Updates to Cloudflare Workers We have some major announcements for Workers customers and Workers developers. Workers now has an open-source CLI (command-line interface) called Wrangler, which will enable devs to build Workers in a way that is more native to their workf...
Resolved - Some customers using Workers Assets may have seen a portion of traffic return a "1104 Script Not Found" error page between 19:26 and 20:08 UTC. Dec 17, 20:41 UTC Increasing of cache purge failure when using Cache Reserve and performance degradation in R2 Resolved - This inc...
Learn more about Cloudflare Workers 1 2 3 4 5 6 7 8 9 10 11 12 13 14 addEventListener('fetch', event => { event.respondWith(handleRequest(event.request)) }) /** * Fetch and log a given request object * @param {Request} request */ async function handleRequest(request) { console....
apiTokenIsCorrect){returnnewResponse(null,{status:401})}awaitnext()},(req,res)=>{constuserId=params.id// Do stuff...})// Listen Cloudflare Workers Fetch Eventexportdefault{asyncfetch(request:Request,env:Env,ctx:ExecutionContext):Promise<Response>{returnRouter.handle({request,env,...ctx,next...
不过在Cloudflare Workers面世后,这个问题就迎刃而解了,我们可以使用Workers来绕过这个限制,自己编写缓存策略。 目录 介绍 Edge Cache HTML 安装WordPress Page Cache Plugin Cloudflare Page Rule设置 一件部署插件 后记 参考文章 介绍 关于Cloudflare Workers的介绍可以自行搜索,通过搜索引擎看到本文人或许应该已经有所了解...