-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Thanks for the work on this. It looks good.
Going through the code, just want to confirm, it looks like for (almost) every request to your site you will get billed by cloudflare for both a workers request and a KV read. For stale content, you'll get both a workers request and KV write request billed? Am I thinking about that correctly?
As well, have you been able to determine the amount of CPU time used for successful KV responses? Obviously, for non-KV responses the CPU time will be highly dependent on how long your framework of choice takes to render the page.
Lastly, neither workers nor KV appears to charge for bandwidth, so am I correct that you'd only get billed by the amount of invocations and the amount of storage in KV?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels