Is there an option where you can point/use a single Cloudflare Worker across all domains (account-wide)? That way if you just need to update a script once and it’ll update/propagate to everything. My use case would be if you have a lot of domains housed on an account?
If it’s not possible, I hope you guys add it .
My next question would be billing on sub request? If Cloudflare Worker does a sub request to another Cloudflare Worker on a different zone, does it count for another request?
Because if it counts as another request, I’m effectively doubling my request using that method:
- one zone houses the script
- all other just do a sub request to that script
Lastly, is about caching api inside Cloudflare Worker. If I utilize it would it still count as a request? Also, which takes precedence; the Cache Page Rule or Cloudflare Worker?