4 ms·
Is there a way to stream the ESI in a chunk? I'm asking for different use case.
by efortis 9d ago
Is there a way to stream the ESI in a chunk? I'm asking for different use case.
- perbu 9d agoJust 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?
- perbu 9d agoI think it could be streamed if compression is off.
- efortis 9d agoYes, 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/option2/server.js#L38 https://github.com/ericfortis/aot-fetch-demo/blob/main/optio...