If only remix had hybrid outputs because I assume there are pages that are fully static that could easily be removed from the worker script entirely and run on pages
That's what I mean. Once a script is warm, it is warm. If you have to dive into a service binding, then you are subject to a second/third/fourth set of cold starts.
Another issue with that approach is eventually you hit the limit of workers granted it is pretty large and deployment when you have many workers is much harder because cloudflare doesnt have targetable versions like AWS does on lambda so you might get in a weird state where some workers are updated and others arent