Skip to content

question: cloudflare "double" billing? #2

@tsdexter

Description

@tsdexter

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions