Given Workers now supports building
Given Workers now supports building within Cloudflare instead of your own CI pipelines, are there plans to support build caches similar to Pages? I haven't had a chance to speedtest it but Workers Builds seems to be much slower than using GitHub Actions and Pages as it's re-downloading every package each build
Ref: https://developers.cloudflare.com/pages/configuration/build-caching/#how-build-caching-works
6 Replies
Also having the GitHub status and/or deployments integration would be nice similar to Pages and Vercel
@Lewis Hey Lewis! Would you be interested in alpha testing out some performance improvements for us?
If so, could you DM me your Cloudflare Account ID ?
can you elaborate on that. Which github status and deployment integration are you referring to? (a screencap would be useful, ty!) 🙂
Cloudflare Pages (CI builds) adds "checks" which show like this - which also blocks PRs from being merged while it's deploying if you enable that in GitHub
Vercel adds the check as well but they also
- add a "deployment"
- add a PR comment
Right now, there's no way to tell that Workers Builds is running from GitHub