You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would need to add an option to the plugin for enabling streaming, and then modify entry-server in vite-ssr accordingly.
I think the main challenge is making it work in development with renderToNodeStream and then in prod with renderToWebStream + workarounds. It's also possible to rely on Node 16 native ReadableStream for development, although it's not stable yet.
My use case requires rapid changing content that therefore can't be cached + also fast TTFB.
Is it possible to stream part of the html instead of sending all of it in one chunk, causing long TTFB?
The text was updated successfully, but these errors were encountered: