I don't want to send every request to my origin if possible. So I'd like to use a worker to track my Growthbook flags, and which features are present on which of my routes, then use the growthbook library to bucket a request, then modify the request to my origin server based on what features they should be shown
That way, my server can remain entirely stateless. And if the combination of features for this request has already been rendered, the worker will return the cached Cloudflare data instead of making the request to the origin