Using smart placements with Pages
Is there a way to use Smart Placements with Pages at the moment? Our app would be making more than one call to our database and the increased latency makes edge workers a problem rather than an asset. I am able to resolve this with workers but not sure how to implement this with Pages.
What would be even more ideal is being able to configure the placement based on a route. Example all requests to /server will be routed to this location, and all other routes can follow the regular edge model.
Is this possible?
What would be even more ideal is being able to configure the placement based on a route. Example all requests to /server will be routed to this location, and all other routes can follow the regular edge model.
Is this possible?