9 points | by perbu 9 hours ago ago
4 comments
Is there a way to stream the ESI in a chunk? I'm asking for different use case.
Just so I understand what you are asking about. You have a ESI chunk which is a cache miss and the backend is fetching it, but you want the delivery of this specific chunked to have a streaming delivery?
Yes, but it can be regardless of being a cache miss.
If you are curious about the use case: https://github.com/ericfortis/aot-fetch-demo/blob/main/optio...
I think it could be streamed if compression is off.
Is there a way to stream the ESI in a chunk? I'm asking for different use case.
Just so I understand what you are asking about. You have a ESI chunk which is a cache miss and the backend is fetching it, but you want the delivery of this specific chunked to have a streaming delivery?
Yes, but it can be regardless of being a cache miss.
If you are curious about the use case: https://github.com/ericfortis/aot-fetch-demo/blob/main/optio...
I think it could be streamed if compression is off.